| Package | Description |
|---|---|
| org.apache.isis.viewer.restfulobjects.rendering.domainobjects |
| Modifier and Type | Method and Description |
|---|---|
ActionResultReprRenderer.SelfLink |
ObjectAndActionInvocation.getSelfLink() |
static ActionResultReprRenderer.SelfLink |
ActionResultReprRenderer.SelfLink.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionResultReprRenderer.SelfLink[] |
ActionResultReprRenderer.SelfLink.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectAndActionInvocation |
ObjectAndActionInvocation.of(org.apache.isis.core.metamodel.interactions.managed.ActionInteraction.Result actionInteractionResult,
@NonNull org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation argsJsonRepr,
ActionResultReprRenderer.SelfLink selfLink) |
| Constructor and Description |
|---|
ActionResultReprRenderer(IResourceContext resourceContext,
LinkFollowSpecs linkFollower,
ActionResultReprRenderer.SelfLink selfLink,
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation representation) |
ObjectAndActionInvocation(org.apache.isis.core.metamodel.spec.ManagedObject objectAdapter,
org.apache.isis.core.metamodel.spec.feature.ObjectAction action,
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation arguments,
org.apache.isis.commons.collections.Can<org.apache.isis.core.metamodel.spec.ManagedObject> argAdapters,
org.apache.isis.core.metamodel.spec.ManagedObject returnedAdapter,
ActionResultReprRenderer.SelfLink selfLink) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.