|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NakedObjectActionContainer
| Method Summary | |
|---|---|
NakedObjectAction |
getObjectAction(NakedObjectActionType type,
java.lang.String nameAndParmsIdentityString)
Get the action object represented by the specified identity string. |
NakedObjectAction |
getObjectAction(NakedObjectActionType type,
java.lang.String id,
NakedObjectSpecification[] parameters)
Returns the action of the specified type with the specified signature. |
java.util.List<? extends NakedObjectAction> |
getObjectActionList(NakedObjectActionType... type)
As per #getObjectActions(NakedObjectActionType), but returned as a List. |
NakedObjectAction[] |
getObjectActions(NakedObjectActionType... type)
Returns an array of actions of the specified type(s). |
NakedObjectAction[] |
getServiceActionsFor(NakedObjectActionType type)
Deprecated. |
| Method Detail |
|---|
@Deprecated NakedObjectAction[] getServiceActionsFor(NakedObjectActionType type)
NakedObjectAction getObjectAction(NakedObjectActionType type,
java.lang.String id,
NakedObjectSpecification[] parameters)
NakedObjectAction getObjectAction(NakedObjectActionType type,
java.lang.String nameAndParmsIdentityString)
The identity string should be Identifier.toNameParmsIdentityString().
NakedObjectAction[] getObjectActions(NakedObjectActionType... type)
If the type is null, then returns all user,
exploration and debug actions (but not action sets).
java.util.List<? extends NakedObjectAction> getObjectActionList(NakedObjectActionType... type)
#getObjectActions(NakedObjectActionType), but returned as a List.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||