Class BPMN2Profile.CompensationBoundaryEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.CompensationBoundaryEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.CompensationBoundaryEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFor a Start Event: This Event catches the compensation for an Event Sub-Process.static final Stringstatic final Stringstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final Stringstatic final StringFor a throw Compensation Event, this flag determines whether the throw Intermediate Event waits for the triggered compensation to complete (the default), or just triggers the compensation and immediately continues - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) voidclearActivityRef(Element element) voidclearAttachedToRef(Element element) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidvoidclearOutputSet(Element element) voidclearWaitForCompletion(Element element) getActivityRef(Element element) getAttachedToRef(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getOutputSet(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isWaitForCompletion(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidsetActivityRef(Element element, Element value) voidsetAttachedToRef(Element element, Element value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidvoidsetOutputSet(Element element, Element value) voidsetWaitForCompletion(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
ATTACHEDTOREF
- See Also:
 
 - 
DATAOUTPUTASSOCIATION
- See Also:
 
 - 
DATAOUTPUTS
- See Also:
 
 - 
OUTPUTSET
- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 - 
ACTIVITYREF
For a Start Event: This Event catches the compensation for an Event Sub-Process. No further information is required. The Event Sub-Process will provide the Id necessary to match the Compensation Event with the Event that threw the compensation, or the compensation will have been a broadcast. For an End Event: The Activity to be compensated MAY be supplied. If an Activity is not supplied, then the compensation is broadcast to all completed Activities in the current Sub-Process (if present), or the entire Process Instance (if at the global level). For an Intermediate Event within Normal Flow: The Activity to be compensated MAY be supplied. If an Activity is not supplied, then the compensation is broadcast to all completed Activities in the current Sub-Process (if present), or the entire Process Instance (if at the global level). This throws the compensation. For an Intermediate Event attached to the boundary of an Activity: This Event catches the compensation. No further information is required. The Activity the Event is attached to will provide the Id necessary to match the Compensation Event with the Event that threw the compensation, or the compensation will have been a broadcast.- See Also:
 
 - 
WAITFORCOMPLETION
For a throw Compensation Event, this flag determines whether the throw Intermediate Event waits for the triggered compensation to complete (the default), or just triggers the compensation and immediately continues- See Also:
 
 
 - 
 - 
Constructor Details
- 
CompensationBoundaryEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getAttachedToRefProperty
 - 
getDataOutputAssociationProperty
 - 
getDataOutputsProperty
 - 
getOutputSetProperty
 - 
getIdProperty
 - 
getActivityRefProperty
 - 
getWaitForCompletionProperty
 - 
setAttachedToRef
 - 
clearAttachedToRef
 - 
getAttachedToRef
 - 
setDataOutputAssociation
public void setDataOutputAssociation(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearDataOutputAssociation
 - 
addDataOutputAssociation
 - 
removeDataOutputAssociation
 - 
getDataOutputAssociation
 - 
setDataOutputs
 - 
clearDataOutputs
 - 
addDataOutputs
 - 
removeDataOutputs
 - 
getDataOutputs
 - 
setOutputSet
 - 
clearOutputSet
 - 
getOutputSet
 - 
setId
 - 
clearId
 - 
getId
 - 
setActivityRef
 - 
clearActivityRef
 - 
getActivityRef
 - 
setWaitForCompletion
 - 
clearWaitForCompletion
 - 
isWaitForCompletion
 - 
is
 - 
isInstance
 
 -