public interface BpmnOperation extends BpmnBaseElement
Modifier and Type | Method and Description |
---|---|
BpmnInterface |
getBpmnInterfaceRef()
Getter for relation 'BpmnOperation->BpmnInterfaceRef'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnServiceTask> |
getCaller()
Getter for relation 'BpmnOperation->Caller'
Metamodel description:
null
|
<T extends BpmnServiceTask> |
getCaller(Class<T> filterClass)
Filtered Getter for relation 'BpmnOperation->Caller'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnMessageEventDefinition> |
getEventDefinition()
Getter for relation 'BpmnOperation->EventDefinition'
Metamodel description:
null
|
<T extends BpmnMessageEventDefinition> |
getEventDefinition(Class<T> filterClass)
Filtered Getter for relation 'BpmnOperation->EventDefinition'
Metamodel description:
null
|
Operation |
getImplementationRef()
Getter for relation 'BpmnOperation->ImplementationRef'
Metamodel description:
null
|
BpmnMessage |
getInMessageRef()
Getter for relation 'BpmnOperation->InMessageRef'
Metamodel description:
specifies the input Message of the Operation.
|
BpmnMessage |
getOutMessageRef()
Getter for relation 'BpmnOperation->OutMessageRef'
Metamodel description:
specifies the output Message of the Operation.
|
org.eclipse.emf.common.util.EList<BpmnReceiveTask> |
getReceiver()
Getter for relation 'BpmnOperation->Receiver'
Metamodel description:
null
|
<T extends BpmnReceiveTask> |
getReceiver(Class<T> filterClass)
Filtered Getter for relation 'BpmnOperation->Receiver'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnSendTask> |
getSender()
Getter for relation 'BpmnOperation->Sender'
Metamodel description:
null
|
<T extends BpmnSendTask> |
getSender(Class<T> filterClass)
Filtered Getter for relation 'BpmnOperation->Sender'
Metamodel description:
null
|
void |
setBpmnInterfaceRef(BpmnInterface value)
Setter for relation 'BpmnOperation->BpmnInterfaceRef'
Metamodel description:
null
|
void |
setImplementationRef(Operation value)
Setter for relation 'BpmnOperation->ImplementationRef'
Metamodel description:
null
|
void |
setInMessageRef(BpmnMessage value)
Setter for relation 'BpmnOperation->InMessageRef'
Metamodel description:
specifies the input Message of the Operation.
|
void |
setOutMessageRef(BpmnMessage value)
Setter for relation 'BpmnOperation->OutMessageRef'
Metamodel description:
specifies the output Message of the Operation.
|
getIncomingAssoc, getIncomingAssoc, getIncomingFlow, getIncomingFlow, getOutgoingAssoc, getOutgoingAssoc, getOutgoingFlow, getOutgoingFlow
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
org.eclipse.emf.common.util.EList<BpmnSendTask> getSender()
<T extends BpmnSendTask> List<T> getSender(Class<T> filterClass)
BpmnMessage getInMessageRef()
void setInMessageRef(BpmnMessage value)
org.eclipse.emf.common.util.EList<BpmnServiceTask> getCaller()
<T extends BpmnServiceTask> List<T> getCaller(Class<T> filterClass)
BpmnMessage getOutMessageRef()
void setOutMessageRef(BpmnMessage value)
org.eclipse.emf.common.util.EList<BpmnMessageEventDefinition> getEventDefinition()
<T extends BpmnMessageEventDefinition> List<T> getEventDefinition(Class<T> filterClass)
Operation getImplementationRef()
void setImplementationRef(Operation value)
BpmnInterface getBpmnInterfaceRef()
void setBpmnInterfaceRef(BpmnInterface value)
org.eclipse.emf.common.util.EList<BpmnReceiveTask> getReceiver()
<T extends BpmnReceiveTask> List<T> getReceiver(Class<T> filterClass)