public interface StrutsControllerOperation extends FrontEndControllerOperation
Modifier and Type | Method and Description |
---|---|
ServiceOperation |
getBackEndServiceOperation()
Reprsents an operation of a service.
|
StrutsController |
getController()
The controller for this operation.
|
String |
getInterfaceFullPath()
The package of the interface converted to a file-system compatible format.
|
String |
getInterfaceName()
The name of the interface used for forms that correspond to the calling of this operation (we
need to pass the form to the controller, but many forms/actions my be deferring to this
operation, this way we can aggregate them).
|
String |
getInterfacePackageName()
The package of the interface used for forms that correspond to the calling of this operation
(we need to pass the form to the controller, but many forms/actions my be deferring to this
operation, this way we can aggregate them).
|
String |
getInterfaceType()
The fully qualified name of the interface.
|
boolean |
isBackEndServiceOperationMatchingParameters()
TODO: Model Documentation for
org.andromda.cartridges.bpm4struts.metafacades.StrutsControllerOperation.backEndServiceOperationMatchingParameters
|
boolean |
isCallingBackEnd()
If this is true then the backEndServiceOperation property is not null, meaning this operation
is calling a specific backend operation.
|
boolean |
isStrutsControllerOperationMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
getActivityGraph, getDeferringActions, getFormFields, isAllArgumentsHaveFormFields, isFrontEndControllerOperationMetaType, isOwnerIsController
findParameter, findTaggedValue, getArgumentNames, getArguments, getArgumentTypeNames, getCall, getConcurrency, getExceptionList, getExceptionList, getExceptions, getGetterSetterReturnTypeName, getLower, getMethodBody, getOverriddenOperation, getOwner, getParameters, getPostconditionName, getPostconditions, getPreconditionCall, getPreconditionName, getPreconditions, getPreconditionSignature, getReturnParameter, getReturnType, getSignature, getSignature, getSignature, getTypedArgumentList, getTypedArgumentList, getUpper, isAbstract, isExceptionsPresent, isLeaf, isMany, isOperationFacadeMetaType, isOrdered, isOverriding, isPostconditionsPresent, isPreconditionsPresent, isQuery, isReturnTypePresent, isStatic, isUnique
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 isStrutsControllerOperationMetaType()
true
ServiceOperation getBackEndServiceOperation()
StrutsController getController()
String getInterfaceFullPath()
String getInterfaceName()
String getInterfacePackageName()
String getInterfaceType()
boolean isBackEndServiceOperationMatchingParameters()
boolean isCallingBackEnd()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.