public static class ActionInvocationFacet.CurrentInvocation extends Object
| Constructor and Description |
|---|
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
List<ObjectAdapter> parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
ObjectAdapter[] parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
| Modifier and Type | Method and Description |
|---|---|
IdentifiedHolder |
getAction()
Deprecated.
|
org.apache.isis.applib.services.command.Command |
getCommand() |
List<ObjectAdapter> |
getParameters() |
ObjectAdapter |
getResult()
Deprecated.
|
ObjectAdapter |
getTarget()
Deprecated.
|
public ActionInvocationFacet.CurrentInvocation(ObjectAdapter target, IdentifiedHolder action, ObjectAdapter[] parameters, ObjectAdapter result, org.apache.isis.applib.services.command.Command command)
public ActionInvocationFacet.CurrentInvocation(ObjectAdapter target, IdentifiedHolder action, List<ObjectAdapter> parameters, ObjectAdapter result, org.apache.isis.applib.services.command.Command command)
@Deprecated public ObjectAdapter getTarget()
getCommand()@Deprecated public IdentifiedHolder getAction()
getCommand()public List<ObjectAdapter> getParameters()
@Deprecated public ObjectAdapter getResult()
getCommand()public org.apache.isis.applib.services.command.Command getCommand()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.