Class BPMN2Profile.CallChoreographyStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.CallChoreographyStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.CallChoreographyStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringOne (1) of the Participants will be the one that initiates the Choreography Activitystatic final StringSpecifies how Participants in a nested Choreography or GlobalChoreographyTask match up with the Participants in the Choreography referenced by the Call Choreography.static final StringA Choreography Activity has two (2) or more Participantsstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddBoundaryEventRefs(Element element, Element value) voidaddParticipantAssociations(Element element, Element value) voidaddParticipantRefs(Element element, Element value) protected voidclear()voidclearBoundaryEventRefs(Element element) voidvoidclearInitiatingParticipantRef(Element element) voidclearParticipantAssociations(Element element) voidclearParticipantRefs(Element element) getBoundaryEventRefs(Element element) getInitiatingParticipantRef(Element element) getParticipantAssociations(Element element) getParticipantRefs(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveBoundaryEventRefs(Element element, Element value) voidremoveParticipantAssociations(Element element, Element value) voidremoveParticipantRefs(Element element, Element value) voidsetBoundaryEventRefs(Element element, Collection<? extends Element> value) voidvoidsetInitiatingParticipantRef(Element element, Element value) voidsetParticipantAssociations(Element element, Collection<? extends Element> value) voidsetParticipantRefs(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
PARTICIPANTASSOCIATIONS
Specifies how Participants in a nested Choreography or GlobalChoreographyTask match up with the Participants in the Choreography referenced by the Call Choreography.- See Also:
 
 - 
BOUNDARYEVENTREFS
- See Also:
 
 - 
INITIATINGPARTICIPANTREF
One (1) of the Participants will be the one that initiates the Choreography Activity- See Also:
 
 - 
PARTICIPANTREFS
A Choreography Activity has two (2) or more Participants- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 
 - 
 - 
Constructor Details
- 
CallChoreographyStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getParticipantAssociationsProperty
 - 
getBoundaryEventRefsProperty
 - 
getInitiatingParticipantRefProperty
 - 
getParticipantRefsProperty
 - 
getIdProperty
 - 
setParticipantAssociations
public void setParticipantAssociations(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearParticipantAssociations
 - 
addParticipantAssociations
 - 
removeParticipantAssociations
 - 
getParticipantAssociations
 - 
setBoundaryEventRefs
public void setBoundaryEventRefs(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearBoundaryEventRefs
 - 
addBoundaryEventRefs
 - 
removeBoundaryEventRefs
 - 
getBoundaryEventRefs
 - 
setInitiatingParticipantRef
 - 
clearInitiatingParticipantRef
 - 
getInitiatingParticipantRef
 - 
setParticipantRefs
 - 
clearParticipantRefs
 - 
addParticipantRefs
 - 
removeParticipantRefs
 - 
getParticipantRefs
 - 
setId
 - 
clearId
 - 
getId
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -