public interface ObjectActionContainer
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
getObjectAction(ActionType type,
String id)
Get the action object represented by the specified identity string.
|
ObjectAction |
getObjectAction(ActionType type,
String id,
List<ObjectSpecification> parameters)
Returns the action of the specified type with the specified signature.
|
ObjectAction |
getObjectAction(String id)
Get the action object represented by the specified identity string,
irrespective of
ActionType. |
List<ObjectAction> |
getObjectActions(ActionType type,
Contributed contributee,
org.apache.isis.applib.filter.Filter<ObjectAction> filter)
Returns an array of actions of the specified type, including or excluding
contributed actions as required.
|
List<ObjectAction> |
getObjectActions(Contributed contributee) |
List<ObjectAction> |
getObjectActions(List<ActionType> types,
Contributed contributee,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
List<ObjectAction> |
getServiceActionsReturning(List<ActionType> type) |
ObjectAction getObjectAction(ActionType type, String id, List<ObjectSpecification> parameters)
ObjectAction getObjectAction(ActionType type, String id)
The identity string can be either fully specified with parameters (as per
Identifier.toNameParmsIdentityString() or in abbreviated form (
Identifier.toNameIdentityString()).
getObjectAction(String)ObjectAction getObjectAction(String id)
ActionType.
The identity string can be either fully specified with parameters (as per
Identifier.toNameParmsIdentityString() or in abbreviated form (
Identifier.toNameIdentityString()).
getObjectAction(ActionType, String)List<ObjectAction> getObjectActions(ActionType type, Contributed contributee, org.apache.isis.applib.filter.Filter<ObjectAction> filter)
List<ObjectAction> getObjectActions(List<ActionType> types, Contributed contributee, org.apache.isis.applib.filter.Filter<ObjectAction> filter)
List<ObjectAction> getObjectActions(Contributed contributee)
List<ObjectAction> getServiceActionsReturning(List<ActionType> type)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.