Class BPMN2Profile.MultipleCatchIntermediateEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.MultipleCatchIntermediateEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.MultipleCatchIntermediateEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
For a Start Event: This Event catches the compensation for an Event Sub-Process.static final String
The Expression might be underspecified and provided in the form of natural language.static final String
static final String
static final String
If the Trigger is an Error, then an Error payload MAY be provided.static final String
For an End Event: If the Result is an Escalation, then the escalationCode MUST be supplied (if the processType attribute of the Process is set to executable).static final String
static final String
This attribute is used to uniquely identify BPMN elements.static final String
The Message MUST be supplied (if the processType attribute of the Process is set to executable).static final String
This attribute specifies the operation that is used by the Message Event.static final String
static final String
If the Trigger is a Signal, then a Signal is providedstatic final String
static final String
static final String
static final String
static final String
If the trigger is a Timer, then a timeCycle MAY be entered.static final String
If the trigger is a Timer, then a timeDate MAY be entered.static final String
If the trigger is a Timer, then a timeDuration MAY be entered.static final String
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 -
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataOutputAssociation
(Element element, Element value) void
addDataOutputs
(Element element, Element value) void
addSources
(Element element, Element value) void
clearActivityRef
(Element element) void
clearCondition
(Element element) void
clearDataOutputAssociation
(Element element) void
clearDataOutputs
(Element element) void
clearErrorRef
(Element element) void
clearEscalationCode
(Element element) void
clearEscalationRef
(Element element) void
void
clearMessageRef
(Element element) void
clearOperationRef
(Element element) void
clearOutputSet
(Element element) void
clearSignalRef
(Element element) void
clearSources
(Element element) void
clearStructureRef
(Element element) void
clearTargetLinkEvent
(Element element) void
clearTimeCycle
(Element element) void
clearTimeDate
(Element element) void
clearTimeDuration
(Element element) void
clearWaitForCompletion
(Element element) getActivityRef
(Element element) getCondition
(Element element) getDataOutputAssociation
(Element element) getDataOutputs
(Element element) getErrorRef
(Element element) getEscalationCode
(Element element) getEscalationRef
(Element element) getMessageRef
(Element element) getOperationRef
(Element element) getOutputSet
(Element element) getSignalRef
(Element element) getSources
(Element element) Returns stereotype for this wrapper.getStructureRef
(Element element) getTargetLinkEvent
(Element element) getTimeCycle
(Element element) getTimeDate
(Element element) getTimeDuration
(Element element) boolean
static boolean
isInstance
(Element element) isWaitForCompletion
(Element element) void
removeDataOutputAssociation
(Element element, Element value) void
removeDataOutputs
(Element element, Element value) void
removeSources
(Element element, Element value) void
setActivityRef
(Element element, Element value) void
setCondition
(Element element, String value) void
setDataOutputAssociation
(Element element, Collection<? extends Element> value) void
setDataOutputs
(Element element, Collection<? extends Element> value) void
setErrorRef
(Element element, Element value) void
setEscalationCode
(Element element, String value) void
setEscalationRef
(Element element, Element value) void
void
setMessageRef
(Element element, Element value) void
setOperationRef
(Element element, Element value) void
setOutputSet
(Element element, Element value) void
setSignalRef
(Element element, Element value) void
setSources
(Element element, Collection<? extends Element> value) void
setStructureRef
(Element element, Element value) void
setTargetLinkEvent
(Element element, Element value) void
setTimeCycle
(Element element, String value) void
setTimeDate
(Element element, String value) void
setTimeDuration
(Element element, String value) void
setWaitForCompletion
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DATAOUTPUTASSOCIATION
- See Also:
-
DATAOUTPUTS
- See Also:
-
OUTPUTSET
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
TIMECYCLE
If the trigger is a Timer, then a timeCycle MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeCycle MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeCycle MUST conform to the ISO-8601 format for recurring time interval representations.- See Also:
-
TIMEDATE
If the trigger is a Timer, then a timeDate MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDate MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDate MUST conform to the ISO-8601 format for date and time representations.- See Also:
-
TIMEDURATION
If the trigger is a Timer, then a timeDuration MAY be entered. Timer attributes are mutually exclusive and if any of the other Timer attributes is set, timeDuration MUST NOT be set (if the isExecutable attribute of the Process is set to true). The return type of the attribute timeDuration MUST conform to the ISO-8601 format for time interval representations.- See Also:
-
ESCALATIONCODE
For an End Event: If the Result is an Escalation, then the escalationCode MUST be supplied (if the processType attribute of the Process is set to executable). This throws the escalation. For an Intermediate Event within Normal Flow: If the Trigger is an Escalation, then the escalationCode MUST be entered (if the processType attribute of the Process is set to executable). This throws the escalation. For an Intermediate Event attached to the boundary of an Activity: If the Trigger is an Escalation, then the escalationCode MAY be entered. This Event catches the escalation. If there is no escalationCode, then any escalation SHALL trigger the Event. If there is an escalationCode, then only an escalation that matches the escalationCode SHALL trigger the Event.- See Also:
-
ESCALATIONREF
- See Also:
-
STRUCTUREREF
- See Also:
-
SIGNALREF
If the Trigger is a Signal, then a Signal is provided- See Also:
-
SOURCES
- See Also:
-
TARGETLINKEVENT
- See Also:
-
MESSAGEREF
The Message MUST be supplied (if the processType attribute of the Process is set to executable).- See Also:
-
OPERATIONREF
This attribute specifies the operation that is used by the Message Event. It MUST be specified for executable Processes.- 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:
-
CONDITION
The Expression might be underspecified and provided in the form of natural language. For executable Processes (isExecutable = true), if the trigger is Conditional, then a FormalExpression MUST be entered.- See Also:
-
ERRORREF
If the Trigger is an Error, then an Error payload MAY be provided.- See Also:
-
-
Constructor Details
-
MultipleCatchIntermediateEventStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDataOutputAssociationProperty
-
getDataOutputsProperty
-
getOutputSetProperty
-
getIdProperty
-
getTimeCycleProperty
-
getTimeDateProperty
-
getTimeDurationProperty
-
getEscalationCodeProperty
-
getEscalationRefProperty
-
getStructureRefProperty
-
getSignalRefProperty
-
getSourcesProperty
-
getTargetLinkEventProperty
-
getMessageRefProperty
-
getOperationRefProperty
-
getActivityRefProperty
-
getWaitForCompletionProperty
-
getConditionProperty
-
getErrorRefProperty
-
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
-
setTimeCycle
-
clearTimeCycle
-
getTimeCycle
-
setTimeDate
-
clearTimeDate
-
getTimeDate
-
setTimeDuration
-
clearTimeDuration
-
getTimeDuration
-
setEscalationCode
-
clearEscalationCode
-
getEscalationCode
-
setEscalationRef
-
clearEscalationRef
-
getEscalationRef
-
setStructureRef
-
clearStructureRef
-
getStructureRef
-
setSignalRef
-
clearSignalRef
-
getSignalRef
-
setSources
-
clearSources
-
addSources
-
removeSources
-
getSources
-
setTargetLinkEvent
-
clearTargetLinkEvent
-
getTargetLinkEvent
-
setMessageRef
-
clearMessageRef
-
getMessageRef
-
setOperationRef
-
clearOperationRef
-
getOperationRef
-
setActivityRef
-
clearActivityRef
-
getActivityRef
-
setWaitForCompletion
-
clearWaitForCompletion
-
isWaitForCompletion
-
setCondition
-
clearCondition
-
getCondition
-
setErrorRef
-
clearErrorRef
-
getErrorRef
-
is
-
isInstance
-