public interface ExternalCallAction extends AbstractAction, CallReturnAction, FailureHandlingEntity
The following features are supported:
SeffPackage.getExternalCallAction()| Modifier and Type | Method and Description |
|---|---|
OperationSignature |
getCalledService_ExternalService()
Returns the value of the 'Called Service External Service' reference.
|
int |
getRetryCount()
Returns the value of the 'Retry Count' attribute.
|
OperationRequiredRole |
getRole_ExternalService()
Returns the value of the 'Role External Service' reference.
|
boolean |
OperationRequiredRoleMustBeReferencedByContainer(DiagnosticChain diagnostics,
Map<Object,Object> context) |
void |
setCalledService_ExternalService(OperationSignature value)
Sets the value of the '
Called Service External Service' reference. |
void |
setRetryCount(int value)
Sets the value of the '
Retry Count'
attribute. |
void |
setRole_ExternalService(OperationRequiredRole value)
Sets the value of the '
Role External Service' reference. |
boolean |
SignatureBelongsToRole(DiagnosticChain diagnostics,
Map<Object,Object> context)
check if the signature (declared in calledService_ExternalService attribute) belongs to the role (declared in role_ExternalService attribute) |
getPredecessor_AbstractAction, getResourceDemandingBehaviour_AbstractAction, getSuccessor_AbstractAction, setPredecessor_AbstractAction, setResourceDemandingBehaviour_AbstractAction, setSuccessor_AbstractActiongetReturnVariableUsage__CallReturnActiongetInputVariableUsages__CallActiongetEntityName, setEntityNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetFailureTypes_FailureHandlingEntitystatic final String copyright
OperationSignature getCalledService_ExternalService()
If the meaning of the 'Called Service External Service' reference isn't clear, there really should be more of a description here...
setCalledService_ExternalService(OperationSignature),
SeffPackage.getExternalCallAction_CalledService_ExternalService()void setCalledService_ExternalService(OperationSignature value)
Called Service External Service' reference. value - the new value of the 'Called Service External Service' reference.getCalledService_ExternalService()OperationRequiredRole getRole_ExternalService()
If the meaning of the 'Role External Service' reference isn't clear, there really should be more of a description here...
setRole_ExternalService(OperationRequiredRole),
SeffPackage.getExternalCallAction_Role_ExternalService()void setRole_ExternalService(OperationRequiredRole value)
Role External Service' reference. value - the new value of the 'Role External Service' reference.getRole_ExternalService()int getRetryCount()
setRetryCount(int),
SeffPackage.getExternalCallAction_RetryCount()void setRetryCount(int value)
Retry Count'
attribute. value - the new value of the 'Retry Count' attribute.getRetryCount()boolean SignatureBelongsToRole(DiagnosticChain diagnostics, Map<Object,Object> context)
check if the signature (declared in calledService_ExternalService attribute) belongs to the role (declared in role_ExternalService attribute)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information. boolean OperationRequiredRoleMustBeReferencedByContainer(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.