public interface ActionInvocationFacet extends Facet
In the standard Apache Isis Programming Model, corresponds to invoking the actual action method itself (a public method that does not represent a property, a collection or any of the supporting methods).
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionInvocationFacet.CurrentInvocation |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<ActionInvocationFacet.CurrentInvocation> |
currentInvocation
Deprecated.
- should instead use the
CommandContext request. |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpecification |
getOnType() |
ObjectSpecification |
getReturnType() |
ObjectAdapter |
invoke(ObjectAction owningAction,
ObjectAdapter target,
ObjectAdapter[] arguments) |
ObjectAdapter |
invoke(ObjectAdapter target,
ObjectAdapter[] parameters)
Deprecated.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet@Deprecated static final ThreadLocal<ActionInvocationFacet.CurrentInvocation> currentInvocation
CommandContext request.@Deprecated ObjectAdapter invoke(ObjectAdapter target, ObjectAdapter[] parameters)
ObjectAdapter invoke(ObjectAction owningAction, ObjectAdapter target, ObjectAdapter[] arguments)
ObjectSpecification getReturnType()
ObjectSpecification getOnType()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.