|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents an operation modeled on a controller.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
FrontEndActivityGraph |
getActivityGraph()
The activity graph in which this controller operation is used. |
List |
getDeferringActions()
All those actions that contain at least one front-end action state that is deferring to this operation. |
List |
getFormFields()
The set of fields in the form made up form this controller operation's parameters. |
boolean |
isAllArgumentsHaveFormFields()
For each front-end controller operation argument there must exist a form field for each action deferring to that operation. |
boolean |
isFrontEndControllerOperationMetaType()
Indicates the metafacade type (used for metafacade mappings). |
boolean |
isOwnerIsController()
Indicates if the owner of this operation is a controller. |
| Method Detail |
public boolean isFrontEndControllerOperationMetaType()
truepublic FrontEndActivityGraph getActivityGraph()
The activity graph in which this controller operation is used.
public List getDeferringActions()
All those actions that contain at least one front-end action state that is deferring to this operation.
public List getFormFields()
The set of fields in the form made up form this controller operation's parameters.
public boolean isAllArgumentsHaveFormFields()
For each front-end controller operation argument there must exist a form field for each action deferring to that operation. This form field must carry the same name and must be of the same type. True if this is the case, false otherwise.
public boolean isOwnerIsController()
Indicates if the owner of this operation is a controller.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||