|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrontEndActionState
A front end action state represents an operation on the server called by an action. Optionally an action state may defer operations to the controller.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.lang.String |
getActionMethodName()
The method name representing this action state. |
java.util.List |
getContainerActions()
The actions that pass through this action state. |
java.util.List |
getControllerCalls()
All calls deferred to the controller by this action state. |
java.util.List |
getExceptions()
All exceptions modelled on this action state. |
FrontEndForward |
getForward()
The next transition, there can be only one transition going out of an action state, otherwise decision points should be used (triggers are not supported at the server-side). |
boolean |
isContainedInFrontEndUseCase()
True if this element is contained in a FrontEndUseCase. |
boolean |
isFrontEndActionStateMetaType()
Indicates the metafacade type (used for metafacade mappings). |
boolean |
isServerSide()
Indicates whether or not this front end action state is server side. |
| Methods inherited from interface org.andromda.metafacades.uml.ActionStateFacade |
|---|
getEntry, isActionStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateFacade |
|---|
getDeferrableEvents, isStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateVertexFacade |
|---|
getContainer, getIncoming, getOutgoing, getPartition, getStateMachine, isStateVertexFacadeMetaType |
| Method Detail |
|---|
boolean isFrontEndActionStateMetaType()
truejava.lang.String getActionMethodName()
The method name representing this action state.
java.util.List getContainerActions()
The actions that pass through this action state.
java.util.List getControllerCalls()
All calls deferred to the controller by this action state.
java.util.List getExceptions()
All exceptions modelled on this action state.
FrontEndForward getForward()
The next transition, there can be only one transition going out of an action state, otherwise decision points should be used (triggers are not supported at the server-side).
boolean isContainedInFrontEndUseCase()
True if this element is contained in a FrontEndUseCase.
boolean isServerSide()
Indicates whether or not this front end action state is server side. Pages, for example, are also action states but they return control to the client.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||