|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrontEndControllerOperation
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. |
java.util.List |
getDeferringActions()
All those actions that contain at least one front-end action state that is deferring to this operation. |
java.util.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 |
|---|
boolean isFrontEndControllerOperationMetaType()
trueFrontEndActivityGraph getActivityGraph()
The activity graph in which this controller operation is used.
java.util.List getDeferringActions()
All those actions that contain at least one front-end action state that is deferring to this operation.
java.util.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. This form field must carry the same name and must be of the same type. True if this is the case, false otherwise.
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 | ||||||||