| Modifier and Type | Field and Description |
|---|---|
static List<ActionType> |
ActionType.ALL |
| Modifier and Type | Method and Description |
|---|---|
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ObjectAction.getType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
ObjectActionContainer.getObjectAction(ActionType type,
String id)
Get the action object represented by the specified identity string.
|
ObjectAction |
ObjectActionContainer.getObjectAction(ActionType type,
String id,
List<ObjectSpecification> parameters)
Returns the action of the specified type with the specified signature.
|
List<ObjectAction> |
ObjectActionContainer.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.
|
static com.google.common.base.Predicate<ObjectAction> |
ObjectAction.Predicates.ofType(ActionType type) |
static org.apache.isis.applib.filter.Filter<ObjectAction> |
ObjectAction.Filters.ofType(ActionType type)
Deprecated.
-use
equivalent |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAction> |
ObjectActionContainer.getObjectActions(List<ActionType> types,
Contributed contributee,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
List<ObjectAction> |
ObjectActionContainer.getServiceActionsReturning(List<ActionType> type) |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ObjectActionImpl.getType() |
static ActionType |
ObjectActionImpl.getType(String typeStr) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAction> |
ObjectSpecificationAbstract.getObjectActions(ActionType type,
Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAction> |
ObjectSpecificationAbstract.getObjectActions(List<ActionType> types,
Contributed contributed,
org.apache.isis.applib.filter.Filter<ObjectAction> filter) |
List<ObjectAction> |
ObjectSpecificationAbstract.getServiceActionsReturning(List<ActionType> types) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
ObjectSpecificationDefault.getObjectAction(ActionType type,
String id) |
ObjectAction |
ObjectSpecificationDefault.getObjectAction(ActionType type,
String id,
List<ObjectSpecification> parameters) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAction |
ObjectSpecificationForFreeStandingList.getObjectAction(ActionType type,
String id)
Review: is it necessary to override for this subclass?
|
ObjectAction |
ObjectSpecificationForFreeStandingList.getObjectAction(ActionType type,
String id,
List<ObjectSpecification> parameters)
Review: is it necessary to override for this subclass?
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAction> |
ObjectSpecificationForFreeStandingList.getServiceActionsReturning(List<ActionType> type)
Review: is it necessary to override for this subclass?
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.