public interface IBpmnTask extends IBpmnActivity
Modifier and Type | Field and Description |
---|---|
static String |
MetaclassName |
Modifier and Type | Method and Description |
---|---|
void |
addCaller(IBpmnCallActivity element)
Add a ObBpmnCallActivity to the 'Caller' association.
|
int |
cardCaller()
Returns the number elements in the Caller association.
|
int |
cardCaller(Class<? extends IBpmnCallActivity> filteredClass)
Returns the number elements in the Caller association filtered with the given metaclass.
|
ObList<IBpmnCallActivity> |
getCaller()
Get the list of ObBpmnCallActivity to the Caller association.
|
<T extends IBpmnCallActivity> |
getCaller(Class<T> filteredClass)
Get the list of ObBpmnCallActivity to the Caller association.
|
boolean |
isGlobal()
Getter for the IsGlobal meta class attribute.
|
void |
removeCaller(IBpmnCallActivity element)
Remove an ObBpmnCallActivity from the 'Caller' association.
|
void |
setGlobal(boolean value)
Setter for the 'IsGlobal' meta class attribute
|
addBoundaryEventRef, addCompensateEventDefinitions, addDataInputAssociation, addDataOutputAssociation, addInputSpecification, addOutputSpecification, cardBoundaryEventRef, cardBoundaryEventRef, cardCompensateEventDefinitions, cardCompensateEventDefinitions, cardDataInputAssociation, cardDataInputAssociation, cardDataOutputAssociation, cardDataOutputAssociation, cardInputSpecification, cardInputSpecification, cardOutputSpecification, cardOutputSpecification, getBoundaryEventRef, getBoundaryEventRef, getCompensateEventDefinitions, getCompensateEventDefinitions, getCompletionQuantity, getDataInputAssociation, getDataInputAssociation, getDataOutputAssociation, getDataOutputAssociation, getDefaultFlow, getInputSpecification, getInputSpecification, getLoopCharacteristics, getOutputSpecification, getOutputSpecification, getStartQuantity, isForCompensation, removeBoundaryEventRef, removeCompensateEventDefinitions, removeDataInputAssociation, removeDataOutputAssociation, removeInputSpecification, removeOutputSpecification, setCompletionQuantity, setDefaultFlow, setForCompensation, setLoopCharacteristics, setStartQuantity
addIncoming, addOutgoing, addResource, cardIncoming, cardIncoming, cardOutgoing, cardOutgoing, cardResource, cardResource, getIncoming, getIncoming, getOutgoing, getOutgoing, getResource, getResource, removeIncoming, removeOutgoing, removeResource
addGroups, addLane, cardGroups, cardGroups, cardLane, cardLane, getContainer, getGroups, getGroups, getLane, getLane, getSubProcess, removeGroups, removeLane, setContainer, setSubProcess
addIncomingAssoc, addIncomingFlow, addOutgoingAssoc, addOutgoingFlow, cardIncomingAssoc, cardIncomingAssoc, cardIncomingFlow, cardIncomingFlow, cardOutgoingAssoc, cardOutgoingAssoc, cardOutgoingFlow, cardOutgoingFlow, getIncomingAssoc, getIncomingAssoc, getIncomingFlow, getIncomingFlow, getOutgoingAssoc, getOutgoingAssoc, getOutgoingFlow, getOutgoingFlow, removeIncomingAssoc, removeIncomingFlow, removeOutgoingAssoc, removeOutgoingFlow
addBpmnLaneRefs, addConstraintDefinition, addDefaultParametering, addDependsOnDependency, addDescriptor, addDocument, addExtension, addImpactedDependency, addLocalDescriptor, addLocalTag, addManifesting, addproduct, addReceivedInfo, addRepresentingConnector, addRepresentingEnd, addRepresentingInstance, addRepresentingPartition, addRepresents, addSentInfo, addStereotype, addTag, addTemplateSubstitution, addTypingParameter, cardBpmnLaneRefs, cardBpmnLaneRefs, cardConstraintDefinition, cardConstraintDefinition, cardDefaultParametering, cardDefaultParametering, cardDependsOnDependency, cardDependsOnDependency, cardDescriptor, cardDescriptor, cardDocument, cardDocument, cardExtension, cardExtension, cardImpactedDependency, cardImpactedDependency, cardLocalDescriptor, cardLocalDescriptor, cardLocalTag, cardLocalTag, cardManifesting, cardManifesting, cardproduct, cardproduct, cardReceivedInfo, cardReceivedInfo, cardRepresentingConnector, cardRepresentingConnector, cardRepresentingEnd, cardRepresentingEnd, cardRepresentingInstance, cardRepresentingInstance, cardRepresentingPartition, cardRepresentingPartition, cardRepresents, cardRepresents, cardSentInfo, cardSentInfo, cardTag, cardTag, cardTemplateSubstitution, cardTemplateSubstitution, cardTypingParameter, cardTypingParameter, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalDescriptor, getLocalDescriptor, getLocalTag, getLocalTag, getManifesting, getManifesting, getNote, getNoteContent, getOwnerTemplateParameter, getproduct, getproduct, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTag, getTag, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeBpmnLaneRefs, removeConstraintDefinition, removeDefaultParametering, removeDependsOnDependency, removeDescriptor, removeDocument, removeExtension, removeImpactedDependency, removeLocalDescriptor, removeLocalTag, removeManifesting, removeNote, removeproduct, removeReceivedInfo, removeRepresentingConnector, removeRepresentingEnd, removeRepresentingInstance, removeRepresentingPartition, removeRepresents, removeSentInfo, removeStereotype, removeTag, removeTag, removeTemplateSubstitution, removeTypingParameter, setName, setOwnerTemplateParameter, toString
accept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getName, getSessionId, hashCode, isValid, removecausing, setmodifDate
static final String MetaclassName
boolean isGlobal()
void setGlobal(boolean value)
value
- the new 'IsGlobal' value.void addCaller(IBpmnCallActivity element)
element
- The ObBpmnCallActivity to add.int cardCaller()
int cardCaller(Class<? extends IBpmnCallActivity> filteredClass)
filteredClass
- The filter to apply.ObList<IBpmnCallActivity> getCaller()
<T extends IBpmnCallActivity> ObList<T> getCaller(Class<T> filteredClass)
This list is filtered using the given filteredClass
argument.
The returned list elements can therefore be directly safely casted.
T
- The applied filter.filteredClass
- The filter to apply.void removeCaller(IBpmnCallActivity element)
element
- The ObBpmnCallActivity to remove.