public interface FrontEndActionState extends ActionStateFacade
Modifier and Type | Method and Description |
---|---|
String |
getActionMethodName()
The method name representing this action state.
|
List<FrontEndAction> |
getContainerActions()
The actions that pass through this action state.
|
List<OperationFacade> |
getControllerCalls()
All calls deferred to the controller by this action state.
|
List<FrontEndExceptionHandler> |
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).
|
List<OperationFacade> |
getServiceCalls()
All calls deferred to the services by this action state.
|
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.
|
getEntry, isActionStateFacadeMetaType
getDeferrableEvents, isStateFacadeMetaType
getContainer, getIncomings, getOutgoings, getPartition, getStateMachine, isStateVertexFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isFrontEndActionStateMetaType()
true
String getActionMethodName()
List<FrontEndAction> getContainerActions()
List<OperationFacade> getControllerCalls()
List<FrontEndExceptionHandler> getExceptions()
FrontEndForward getForward()
List<OperationFacade> getServiceCalls()
boolean isContainedInFrontEndUseCase()
boolean isServerSide()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.