Class BPMN2Profile

java.lang.Object
com.nomagic.profiles.ProfileImplementation
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile

@OpenApiAll public class BPMN2Profile extends ProfileImplementation
  • Field Details

    • PROFILE_URI

      public static final String PROFILE_URI
      See Also:
    • PROFILE_NAME

      public static final String PROFILE_NAME
      See Also:
    • ACTIVITY_STATE_DATATYPE

      public static final String ACTIVITY_STATE_DATATYPE
      See Also:
    • ADHOCORDERING_DATATYPE

      public static final String ADHOCORDERING_DATATYPE
      See Also:
    • ASSOCIATIONDIRECTION_DATATYPE

      public static final String ASSOCIATIONDIRECTION_DATATYPE
      See Also:
    • BUSINESSRULEIMPLEMENTATION_DATATYPE

      public static final String BUSINESSRULEIMPLEMENTATION_DATATYPE
      See Also:
    • EVENTBASEDGATEWAYTYPE_DATATYPE

      public static final String EVENTBASEDGATEWAYTYPE_DATATYPE
      See Also:
    • GATEWAYDIRECTION_DATATYPE

      public static final String GATEWAYDIRECTION_DATATYPE
      See Also:
    • GATEWAYNOTATION_DATATYPE

      public static final String GATEWAYNOTATION_DATATYPE
      See Also:
    • IMPLEMENTATION_DATATYPE

      public static final String IMPLEMENTATION_DATATYPE
      See Also:
    • ITEMKIND_DATATYPE

      public static final String ITEMKIND_DATATYPE
      See Also:
    • MESSAGETYPE_DATATYPE

      public static final String MESSAGETYPE_DATATYPE
      See Also:
    • MULTIINSTANCEBEHAVIOR_DATATYPE

      public static final String MULTIINSTANCEBEHAVIOR_DATATYPE
      See Also:
    • PROCESSSTATE_DATATYPE

      public static final String PROCESSSTATE_DATATYPE
      See Also:
    • PROCESSTYPE_DATATYPE

      public static final String PROCESSTYPE_DATATYPE
      Private Business Processes are those internal to a specific organization. These Processes have been generally called workflow or BPM Processes. Another synonym typically used in the Web services area is the Orchestration of services. There are two (2) types of private Processes: executable and non-executable. - An executable Process is a Process that has been modeled for the purpose of being executed. Of course, during the development cycle of the Process, there will be stages where the Process does not have enough detail to be executable. - A non-executable Process is a private Process that has been modeled for the purpose of documenting Process behavior at a modeler-defined level of detail. Thus, information required for execution, such as formal condition expressions are typically not included in a non-executable Process. If a swimlanes-like notation is used (e.g., a Collaboration, see below) then a private Business Process will be contained within a single Pool. The Process flow is therefore contained within the Pool and cannot cross the boundaries of the Pool. The flow of Messages can cross the Pool boundary to show the interactions that exist between separate private Business Processes. A public Process represents the interactions between a private Business Process and another Process or Participant). Only those Activities that are used to communicate to the other Participant(s), plus the order of these Activities, are included in the public Process. All other internal Activities of the private Business Process are not shown in the public Process. Thus, the public Process shows to the outside world the Messages, and the order of these Messages, that are required to interact with that Business Process. Public Processes can be modeled separately or within a Collaboration to show the flow of Messages between the public Process Activities and other Participants. Note that the public type of Process was named abstract in BPMN 1.2.
      See Also:
    • TRANSACTIONMETHOD_DATATYPE

      public static final String TRANSACTIONMETHOD_DATATYPE
      See Also:
    • USERTASKIMPLEMENTATION_DATATYPE

      public static final String USERTASKIMPLEMENTATION_DATATYPE
      See Also:
    • ACCEPTABLEMANNERKIND_DATATYPE

      public static final String ACCEPTABLEMANNERKIND_DATATYPE
      See Also:
    • CANCELACTIVITY_CONDITIONAL_DATATYPE

      public static final String CANCELACTIVITY_CONDITIONAL_DATATYPE
      See Also:
    • CANCELACTIVITY_ESCALATION_DATATYPE

      public static final String CANCELACTIVITY_ESCALATION_DATATYPE
      See Also:
    • CANCELACTIVITY_MESSAGE_DATATYPE

      public static final String CANCELACTIVITY_MESSAGE_DATATYPE
      See Also:
    • CANCELACTIVITY_MULTIPLE_DATATYPE

      public static final String CANCELACTIVITY_MULTIPLE_DATATYPE
      See Also:
    • CANCELACTIVITY_PARALLELMULTIPLE_DATATYPE

      public static final String CANCELACTIVITY_PARALLELMULTIPLE_DATATYPE
      See Also:
    • CANCELACTIVITY_SIGNAL_DATATYPE

      public static final String CANCELACTIVITY_SIGNAL_DATATYPE
      See Also:
    • CANCELACTIVITY_TIMER_DATATYPE

      public static final String CANCELACTIVITY_TIMER_DATATYPE
      See Also:
    • ISCOLLECTION_DATATYPE

      public static final String ISCOLLECTION_DATATYPE
      See Also:
    • ISCOLLECTION_DATAINPUT_DATATYPE

      public static final String ISCOLLECTION_DATAINPUT_DATATYPE
      See Also:
    • ISCOLLECTION_DATAOUTPUT_DATATYPE

      public static final String ISCOLLECTION_DATAOUTPUT_DATATYPE
      See Also:
    • ISINTERRUPTING_CONDITIONAL_DATATYPE

      public static final String ISINTERRUPTING_CONDITIONAL_DATATYPE
      See Also:
    • ISINTERRUPTING_ESCALATION_DATATYPE

      public static final String ISINTERRUPTING_ESCALATION_DATATYPE
      See Also:
    • ISINTERRUPTING_MESSAGE_DATATYPE

      public static final String ISINTERRUPTING_MESSAGE_DATATYPE
      See Also:
    • ISINTERRUPTING_MULTIPLE_DATATYPE

      public static final String ISINTERRUPTING_MULTIPLE_DATATYPE
      See Also:
    • ISINTERRUPTING_PARALLELMULTIPLE_DATATYPE

      public static final String ISINTERRUPTING_PARALLELMULTIPLE_DATATYPE
      See Also:
    • ISINTERRUPTING_SIGNAL_DATATYPE

      public static final String ISINTERRUPTING_SIGNAL_DATATYPE
      See Also:
    • ISINTERRUPTING_TIMER_DATATYPE

      public static final String ISINTERRUPTING_TIMER_DATATYPE
      See Also:
    • ACTIVITY_STATE_ABORTED_LITERAL

      public static final String ACTIVITY_STATE_ABORTED_LITERAL
      See Also:
    • ACTIVITY_STATE_ABORTING_LITERAL

      public static final String ACTIVITY_STATE_ABORTING_LITERAL
      See Also:
    • ACTIVITY_STATE_ACTIVE_LITERAL

      public static final String ACTIVITY_STATE_ACTIVE_LITERAL
      See Also:
    • ACTIVITY_STATE_CANCELLED_LITERAL

      public static final String ACTIVITY_STATE_CANCELLED_LITERAL
      See Also:
    • ACTIVITY_STATE_COMPLETED_LITERAL

      public static final String ACTIVITY_STATE_COMPLETED_LITERAL
      See Also:
    • ACTIVITY_STATE_COMPLETING_LITERAL

      public static final String ACTIVITY_STATE_COMPLETING_LITERAL
      See Also:
    • ACTIVITY_STATE_NONE_LITERAL

      public static final String ACTIVITY_STATE_NONE_LITERAL
      See Also:
    • ACTIVITY_STATE_READY_LITERAL

      public static final String ACTIVITY_STATE_READY_LITERAL
      See Also:
    • ADHOCORDERING_PARALLEL_LITERAL

      public static final String ADHOCORDERING_PARALLEL_LITERAL
      See Also:
    • ADHOCORDERING_SEQUENTIAL_LITERAL

      public static final String ADHOCORDERING_SEQUENTIAL_LITERAL
      See Also:
    • ASSOCIATIONDIRECTION_BOTH_LITERAL

      public static final String ASSOCIATIONDIRECTION_BOTH_LITERAL
      See Also:
    • ASSOCIATIONDIRECTION_NONE_LITERAL

      public static final String ASSOCIATIONDIRECTION_NONE_LITERAL
      See Also:
    • ASSOCIATIONDIRECTION_ONE_LITERAL

      public static final String ASSOCIATIONDIRECTION_ONE_LITERAL
      See Also:
    • BUSINESSRULEIMPLEMENTATION_BUSINESSRULEWEBSERVICE_LITERAL

      public static final String BUSINESSRULEIMPLEMENTATION_BUSINESSRULEWEBSERVICE_LITERAL
      See Also:
    • BUSINESSRULEIMPLEMENTATION_OTHER_LITERAL

      public static final String BUSINESSRULEIMPLEMENTATION_OTHER_LITERAL
      See Also:
    • BUSINESSRULEIMPLEMENTATION_UNSPECIFIED_LITERAL

      public static final String BUSINESSRULEIMPLEMENTATION_UNSPECIFIED_LITERAL
      See Also:
    • BUSINESSRULEIMPLEMENTATION_WEBSERVICE_LITERAL

      public static final String BUSINESSRULEIMPLEMENTATION_WEBSERVICE_LITERAL
      See Also:
    • EVENTBASEDGATEWAYTYPE_EXCLUSIVE_LITERAL

      public static final String EVENTBASEDGATEWAYTYPE_EXCLUSIVE_LITERAL
      See Also:
    • EVENTBASEDGATEWAYTYPE_PARALLEL_LITERAL

      public static final String EVENTBASEDGATEWAYTYPE_PARALLEL_LITERAL
      See Also:
    • GATEWAYDIRECTION_CONVERGING_LITERAL

      public static final String GATEWAYDIRECTION_CONVERGING_LITERAL
      See Also:
    • GATEWAYDIRECTION_DIVERGING_LITERAL

      public static final String GATEWAYDIRECTION_DIVERGING_LITERAL
      See Also:
    • GATEWAYDIRECTION_MIXED_LITERAL

      public static final String GATEWAYDIRECTION_MIXED_LITERAL
      See Also:
    • GATEWAYDIRECTION_UNSPECIFIED_LITERAL

      public static final String GATEWAYDIRECTION_UNSPECIFIED_LITERAL
      See Also:
    • GATEWAYNOTATION_WITHOUT_MARKER_LITERAL

      public static final String GATEWAYNOTATION_WITHOUT_MARKER_LITERAL
      See Also:
    • GATEWAYNOTATION_WITH_MARKER_LITERAL

      public static final String GATEWAYNOTATION_WITH_MARKER_LITERAL
      See Also:
    • IMPLEMENTATION_OTHER_LITERAL

      public static final String IMPLEMENTATION_OTHER_LITERAL
      See Also:
    • IMPLEMENTATION_UNSPECIFIED_LITERAL

      public static final String IMPLEMENTATION_UNSPECIFIED_LITERAL
      See Also:
    • IMPLEMENTATION_WEB_SERVICE_LITERAL

      public static final String IMPLEMENTATION_WEB_SERVICE_LITERAL
      See Also:
    • ITEMKIND_INFORMATION_LITERAL

      public static final String ITEMKIND_INFORMATION_LITERAL
      See Also:
    • ITEMKIND_PHYSICAL_LITERAL

      public static final String ITEMKIND_PHYSICAL_LITERAL
      See Also:
    • MESSAGETYPE_INITIATING_LITERAL

      public static final String MESSAGETYPE_INITIATING_LITERAL
      See Also:
    • MESSAGETYPE_REPLY_LITERAL

      public static final String MESSAGETYPE_REPLY_LITERAL
      See Also:
    • MULTIINSTANCEBEHAVIOR_ALL_LITERAL

      public static final String MULTIINSTANCEBEHAVIOR_ALL_LITERAL
      See Also:
    • MULTIINSTANCEBEHAVIOR_COMPLEX_LITERAL

      public static final String MULTIINSTANCEBEHAVIOR_COMPLEX_LITERAL
      See Also:
    • MULTIINSTANCEBEHAVIOR_NONE_LITERAL

      public static final String MULTIINSTANCEBEHAVIOR_NONE_LITERAL
      See Also:
    • MULTIINSTANCEBEHAVIOR_ONE_LITERAL

      public static final String MULTIINSTANCEBEHAVIOR_ONE_LITERAL
      See Also:
    • PROCESSSTATE_ACTIVE_LITERAL

      public static final String PROCESSSTATE_ACTIVE_LITERAL
      See Also:
    • PROCESSSTATE_CLOSED_LITERAL

      public static final String PROCESSSTATE_CLOSED_LITERAL
      See Also:
    • PROCESSSTATE_COMPENSATED_LITERAL

      public static final String PROCESSSTATE_COMPENSATED_LITERAL
      See Also:
    • PROCESSSTATE_COMPENSATING_LITERAL

      public static final String PROCESSSTATE_COMPENSATING_LITERAL
      See Also:
    • PROCESSSTATE_COMPLETED_LITERAL

      public static final String PROCESSSTATE_COMPLETED_LITERAL
      See Also:
    • PROCESSSTATE_COMPLETING_LITERAL

      public static final String PROCESSSTATE_COMPLETING_LITERAL
      See Also:
    • PROCESSSTATE_FAILED_LITERAL

      public static final String PROCESSSTATE_FAILED_LITERAL
      See Also:
    • PROCESSSTATE_FAILING_LITERAL

      public static final String PROCESSSTATE_FAILING_LITERAL
      See Also:
    • PROCESSSTATE_INACTIVE_LITERAL

      public static final String PROCESSSTATE_INACTIVE_LITERAL
      See Also:
    • PROCESSSTATE_READY_LITERAL

      public static final String PROCESSSTATE_READY_LITERAL
      See Also:
    • PROCESSSTATE_TERMINATED_LITERAL

      public static final String PROCESSSTATE_TERMINATED_LITERAL
      See Also:
    • PROCESSSTATE_WITHDRAWN_LITERAL

      public static final String PROCESSSTATE_WITHDRAWN_LITERAL
      See Also:
    • PROCESSTYPE_EXECUTABLE_LITERAL

      public static final String PROCESSTYPE_EXECUTABLE_LITERAL
      See Also:
    • PROCESSTYPE_NONE_LITERAL

      public static final String PROCESSTYPE_NONE_LITERAL
      See Also:
    • PROCESSTYPE_NON_EXECUTABLE_LITERAL

      public static final String PROCESSTYPE_NON_EXECUTABLE_LITERAL
      See Also:
    • PROCESSTYPE_PUBLIC_LITERAL

      public static final String PROCESSTYPE_PUBLIC_LITERAL
      See Also:
    • TRANSACTIONMETHOD_COMPENSATE_LITERAL

      public static final String TRANSACTIONMETHOD_COMPENSATE_LITERAL
      See Also:
    • TRANSACTIONMETHOD_IMAGE_LITERAL

      public static final String TRANSACTIONMETHOD_IMAGE_LITERAL
      See Also:
    • TRANSACTIONMETHOD_STORE_LITERAL

      public static final String TRANSACTIONMETHOD_STORE_LITERAL
      See Also:
    • USERTASKIMPLEMENTATION_HUMANTASKWEBSERVICE_LITERAL

      public static final String USERTASKIMPLEMENTATION_HUMANTASKWEBSERVICE_LITERAL
      See Also:
    • USERTASKIMPLEMENTATION_OTHER_LITERAL

      public static final String USERTASKIMPLEMENTATION_OTHER_LITERAL
      See Also:
    • USERTASKIMPLEMENTATION_UNSPECIFIED_LITERAL

      public static final String USERTASKIMPLEMENTATION_UNSPECIFIED_LITERAL
      See Also:
    • USERTASKIMPLEMENTATION_WEBSERVICE_LITERAL

      public static final String USERTASKIMPLEMENTATION_WEBSERVICE_LITERAL
      See Also:
    • ACCEPTABLEMANNERKIND_NOT_A_PROBLEM_LITERAL

      public static final String ACCEPTABLEMANNERKIND_NOT_A_PROBLEM_LITERAL
      See Also:
    • ACCEPTABLEMANNERKIND_POSSIBLE_PROBLEM_LITERAL

      public static final String ACCEPTABLEMANNERKIND_POSSIBLE_PROBLEM_LITERAL
      See Also:
    • ACCEPTABLEMANNERKIND_PROBLEM_THAT_NEEDS_TO_BE_FIXED_LITERAL

      public static final String ACCEPTABLEMANNERKIND_PROBLEM_THAT_NEEDS_TO_BE_FIXED_LITERAL
      See Also:
    • CANCELACTIVITY_CONDITIONAL_FALSE_LITERAL

      public static final String CANCELACTIVITY_CONDITIONAL_FALSE_LITERAL
      See Also:
    • CANCELACTIVITY_CONDITIONAL_TRUE_LITERAL

      public static final String CANCELACTIVITY_CONDITIONAL_TRUE_LITERAL
      See Also:
    • CANCELACTIVITY_ESCALATION_FALSE_LITERAL

      public static final String CANCELACTIVITY_ESCALATION_FALSE_LITERAL
      See Also:
    • CANCELACTIVITY_ESCALATION_TRUE_LITERAL

      public static final String CANCELACTIVITY_ESCALATION_TRUE_LITERAL
      See Also:
    • CANCELACTIVITY_MESSAGE_FALSE_LITERAL

      public static final String CANCELACTIVITY_MESSAGE_FALSE_LITERAL
      See Also:
    • CANCELACTIVITY_MESSAGE_TRUE_LITERAL

      public static final String CANCELACTIVITY_MESSAGE_TRUE_LITERAL
      See Also:
    • CANCELACTIVITY_MULTIPLE_FALSE_LITERAL

      public static final String CANCELACTIVITY_MULTIPLE_FALSE_LITERAL
      See Also:
    • CANCELACTIVITY_MULTIPLE_TRUE_LITERAL

      public static final String CANCELACTIVITY_MULTIPLE_TRUE_LITERAL
      See Also:
    • CANCELACTIVITY_PARALLELMULTIPLE_FALSE_LITERAL

      public static final String CANCELACTIVITY_PARALLELMULTIPLE_FALSE_LITERAL
      See Also:
    • CANCELACTIVITY_PARALLELMULTIPLE_TRUE_LITERAL

      public static final String CANCELACTIVITY_PARALLELMULTIPLE_TRUE_LITERAL
      See Also:
    • CANCELACTIVITY_SIGNAL_FALSE_LITERAL

      public static final String CANCELACTIVITY_SIGNAL_FALSE_LITERAL
      See Also:
    • CANCELACTIVITY_SIGNAL_TRUE_LITERAL

      public static final String CANCELACTIVITY_SIGNAL_TRUE_LITERAL
      See Also:
    • CANCELACTIVITY_TIMER_FALSE_LITERAL

      public static final String CANCELACTIVITY_TIMER_FALSE_LITERAL
      See Also:
    • CANCELACTIVITY_TIMER_TRUE_LITERAL

      public static final String CANCELACTIVITY_TIMER_TRUE_LITERAL
      See Also:
    • ISCOLLECTION_FALSE_LITERAL

      public static final String ISCOLLECTION_FALSE_LITERAL
      See Also:
    • ISCOLLECTION_TRUE_LITERAL

      public static final String ISCOLLECTION_TRUE_LITERAL
      See Also:
    • ISCOLLECTION_DATAINPUT_FALSE_LITERAL

      public static final String ISCOLLECTION_DATAINPUT_FALSE_LITERAL
      See Also:
    • ISCOLLECTION_DATAINPUT_TRUE_LITERAL

      public static final String ISCOLLECTION_DATAINPUT_TRUE_LITERAL
      See Also:
    • ISCOLLECTION_DATAOUTPUT_FALSE_LITERAL

      public static final String ISCOLLECTION_DATAOUTPUT_FALSE_LITERAL
      See Also:
    • ISCOLLECTION_DATAOUTPUT_TRUE_LITERAL

      public static final String ISCOLLECTION_DATAOUTPUT_TRUE_LITERAL
      See Also:
    • ISINTERRUPTING_CONDITIONAL_FALSE_LITERAL

      public static final String ISINTERRUPTING_CONDITIONAL_FALSE_LITERAL
      See Also:
    • ISINTERRUPTING_CONDITIONAL_TRUE_LITERAL

      public static final String ISINTERRUPTING_CONDITIONAL_TRUE_LITERAL
      See Also:
    • ISINTERRUPTING_ESCALATION_FALSE_LITERAL

      public static final String ISINTERRUPTING_ESCALATION_FALSE_LITERAL
      See Also:
    • ISINTERRUPTING_ESCALATION_TRUE_LITERAL

      public static final String ISINTERRUPTING_ESCALATION_TRUE_LITERAL
      See Also:
    • ISINTERRUPTING_MESSAGE_FALSE_LITERAL

      public static final String ISINTERRUPTING_MESSAGE_FALSE_LITERAL
      See Also:
    • ISINTERRUPTING_MESSAGE_TRUE_LITERAL

      public static final String ISINTERRUPTING_MESSAGE_TRUE_LITERAL
      See Also:
    • ISINTERRUPTING_MULTIPLE_FALSE_LITERAL

      public static final String ISINTERRUPTING_MULTIPLE_FALSE_LITERAL
      See Also:
    • ISINTERRUPTING_MULTIPLE_TRUE_LITERAL

      public static final String ISINTERRUPTING_MULTIPLE_TRUE_LITERAL
      See Also:
    • ISINTERRUPTING_PARALLELMULTIPLE_FALSE_LITERAL

      public static final String ISINTERRUPTING_PARALLELMULTIPLE_FALSE_LITERAL
      See Also:
    • ISINTERRUPTING_PARALLELMULTIPLE_TRUE_LITERAL

      public static final String ISINTERRUPTING_PARALLELMULTIPLE_TRUE_LITERAL
      See Also:
    • ISINTERRUPTING_SIGNAL_FALSE_LITERAL

      public static final String ISINTERRUPTING_SIGNAL_FALSE_LITERAL
      See Also:
    • ISINTERRUPTING_SIGNAL_TRUE_LITERAL

      public static final String ISINTERRUPTING_SIGNAL_TRUE_LITERAL
      See Also:
    • ISINTERRUPTING_TIMER_FALSE_LITERAL

      public static final String ISINTERRUPTING_TIMER_FALSE_LITERAL
      See Also:
    • ISINTERRUPTING_TIMER_TRUE_LITERAL

      public static final String ISINTERRUPTING_TIMER_TRUE_LITERAL
      See Also:
    • ADHOCSUBPROCESS_STEREOTYPE

      @Deprecated public static final String ADHOCSUBPROCESS_STEREOTYPE
      Deprecated.
      use AdHocSubProcessStereotype.STEREOTYPE_NAME
      See Also:
    • ADHOCSUBPROCESS_CANCELREMAININGINSTANCES_PROPERTY

      @Deprecated public static final String ADHOCSUBPROCESS_CANCELREMAININGINSTANCES_PROPERTY
      Deprecated.
      use AdHocSubProcessStereotype.CANCELREMAININGINSTANCES
      This attribute is used only if ordering is parallel. It determines whether running instances are canceled when the completionCondition becomes true.
      See Also:
    • ADHOCSUBPROCESS_COMPLETIONCONDITION_PROPERTY

      @Deprecated public static final String ADHOCSUBPROCESS_COMPLETIONCONDITION_PROPERTY
      Deprecated.
      use AdHocSubProcessStereotype.COMPLETIONCONDITION
      This Expression defines the conditions when the Process will end. When the Expression is evaluated to true, the Process will be terminated.
      See Also:
    • ADHOCSUBPROCESS_ORDERING_PROPERTY

      @Deprecated public static final String ADHOCSUBPROCESS_ORDERING_PROPERTY
      Deprecated.
      use AdHocSubProcessStereotype.ORDERING
      This attribute defines if the Activities within the Process can be performed in parallel or MUST be performed sequentially. The default setting is parallel and the setting of sequential is a restriction on the performance that can be needed due to shared resources. When the setting is sequential, then only one Activity can be performed at a time. When the setting is parallel, then zero (0) to all the Activities of the Sub-Process can be performed in parallel.
      See Also:
    • ASSIGNMENT_STEREOTYPE

      @Deprecated public static final String ASSIGNMENT_STEREOTYPE
      Deprecated.
      use AssignmentStereotype.STEREOTYPE_NAME
      See Also:
    • ASSIGNMENT_FROM_PROPERTY

      @Deprecated public static final String ASSIGNMENT_FROM_PROPERTY
      Deprecated.
      use AssignmentStereotype.FROM
      See Also:
    • ASSIGNMENT_TO_PROPERTY

      @Deprecated public static final String ASSIGNMENT_TO_PROPERTY
      Deprecated.
      use AssignmentStereotype.TO
      See Also:
    • AUDITING_STEREOTYPE

      @Deprecated public static final String AUDITING_STEREOTYPE
      Deprecated.
      use AuditingStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNACTIVITY_STEREOTYPE

      @Deprecated public static final String BPMNACTIVITY_STEREOTYPE
      Deprecated.
      use BPMNActivityStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNACTIVITY_BOUNDARYEVENTREFS_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_BOUNDARYEVENTREFS_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.BOUNDARYEVENTREFS
      See Also:
    • BPMNACTIVITY_COMPLETIONQUANTITY_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_COMPLETIONQUANTITY_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.COMPLETIONQUANTITY
      The default value is 1. The value MUST NOT be less than 1. This attribute defines the number of tokens that must be generated from the Activity. This number of tokens will be sent done any outgoing Sequence Flow (assuming any Sequence Flow Conditions are satisfied). Note that any value for the attribute that is greater than 1 is an advanced type of modeling and should be used with caution.
      See Also:
    • BPMNACTIVITY_DEFAULT_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_DEFAULT_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.DEFAULT
      The Sequence Flow that will receive a token when none of the conditionExpressions on other outgoing Sequence Flows evaluate to true. The default Sequence Flow should not have a conditionExpression. Any such Expression SHALL be ignored.
      See Also:
    • BPMNACTIVITY_IOSPECIFICATION_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_IOSPECIFICATION_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.IOSPECIFICATION
      See Also:
    • BPMNACTIVITY_ISFORCOMPENSATION_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_ISFORCOMPENSATION_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.ISFORCOMPENSATION
      A flag that identifies whether this activity is intended for the purposes of compensation. If false, then this activity executes as a result of normal execution flow. If true, this activity is only activated when a Compensation Event is detected and initiated under Compensation Event visibility scope.
      See Also:
    • BPMNACTIVITY_RESOURCES_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_RESOURCES_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.RESOURCES
      Defines the resource that will perform or will be responsible for the activity. The resource, e.g. a performer, can be specified in the form of a specific individual, a group, an organization role or position, or an organization.
      See Also:
    • BPMNACTIVITY_STARTQUANTITY_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_STARTQUANTITY_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.STARTQUANTITY
      The default value is 1. The value MUST NOT be less than 1. This attribute defines the number of tokens that must arrive before the Activity can begin. Note that any value for the attribute that is greater than 1 is an advanced type of modeling and should be used with caution.
      See Also:
    • BPMNACTIVITY_STATE_PROPERTY

      @Deprecated public static final String BPMNACTIVITY_STATE_PROPERTY
      Deprecated.
      use BPMNActivityStereotype.STATE
      See Also:
    • BPMNARTIFACT_STEREOTYPE

      @Deprecated public static final String BPMNARTIFACT_STEREOTYPE
      Deprecated.
      use BPMNArtifactStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNASSOCIATION_STEREOTYPE

      @Deprecated public static final String BPMNASSOCIATION_STEREOTYPE
      Deprecated.
      use BPMNAssociationStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNASSOCIATION_ASSOCIATIONDIRECTION_PROPERTY

      @Deprecated public static final String BPMNASSOCIATION_ASSOCIATIONDIRECTION_PROPERTY
      Deprecated.
      use BPMNAssociationStereotype.ASSOCIATIONDIRECTION
      associationDirection is an attribute that defines whether or not the Association shows any directionality with an arrowhead. The default is None (no arrowhead). A value of One means that the arrowhead SHALL be at the Target Object. A value of Both means that there SHALL be an arrowhead at both ends of the Association line.
      See Also:
    • BPMNEVENT_STEREOTYPE

      @Deprecated public static final String BPMNEVENT_STEREOTYPE
      Deprecated.
      use BPMNEventStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNEXPRESSION_STEREOTYPE

      @Deprecated public static final String BPMNEXPRESSION_STEREOTYPE
      Deprecated.
      use BPMNExpressionStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNINTERFACE_STEREOTYPE

      @Deprecated public static final String BPMNINTERFACE_STEREOTYPE
      Deprecated.
      use BPMNInterfaceStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNINTERFACE_IMPLEMENTATIONREF_PROPERTY

      @Deprecated public static final String BPMNINTERFACE_IMPLEMENTATIONREF_PROPERTY
      Deprecated.
      use BPMNInterfaceStereotype.IMPLEMENTATIONREF
      This attribute allows to reference a concrete artifact in the underlying implementation technology representing that interface, such as a WSDL porttype.
      See Also:
    • BPMNMESSAGE_STEREOTYPE

      @Deprecated public static final String BPMNMESSAGE_STEREOTYPE
      Deprecated.
      use BPMNMessageStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNMESSAGE_ITEMREF_PROPERTY

      @Deprecated public static final String BPMNMESSAGE_ITEMREF_PROPERTY
      Deprecated.
      use BPMNMessageStereotype.ITEMREF
      An ItemDefinition is used to define the payload of the Message.
      See Also:
    • BPMNOPERATION_STEREOTYPE

      @Deprecated public static final String BPMNOPERATION_STEREOTYPE
      Deprecated.
      use BPMNOperationStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNOPERATION_ERRORREF_PROPERTY

      @Deprecated public static final String BPMNOPERATION_ERRORREF_PROPERTY
      Deprecated.
      use BPMNOperationStereotype.ERRORREF
      This attribute specifies errors that the Operation may return. An Operation may refer to zero or more Error elements.
      See Also:
    • BPMNOPERATION_IMPLEMENTATIONREF_PROPERTY

      @Deprecated public static final String BPMNOPERATION_IMPLEMENTATIONREF_PROPERTY
      Deprecated.
      use BPMNOperationStereotype.IMPLEMENTATIONREF
      This attribute allows to reference a concrete artifact in the underlying implementation technology representing that operation, such as a WSDL operation.
      See Also:
    • BPMNOPERATION_INMESSAGEREF_PROPERTY

      @Deprecated public static final String BPMNOPERATION_INMESSAGEREF_PROPERTY
      Deprecated.
      use BPMNOperationStereotype.INMESSAGEREF
      This attribute specifies the input Message of the Operation. An Operation has exactly one input Message.
      See Also:
    • BPMNOPERATION_OUTMESSAGEREF_PROPERTY

      @Deprecated public static final String BPMNOPERATION_OUTMESSAGEREF_PROPERTY
      Deprecated.
      use BPMNOperationStereotype.OUTMESSAGEREF
      This attribute specifies the output Message of the Operation. An Operation has at most one input Message.
      See Also:
    • BPMNPROCESS_STEREOTYPE

      @Deprecated public static final String BPMNPROCESS_STEREOTYPE
      Deprecated.
      use BPMNProcessStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNPROCESS_CORRELATIONSUBSCRIPTIONS_PROPERTY

      @Deprecated public static final String BPMNPROCESS_CORRELATIONSUBSCRIPTIONS_PROPERTY
      Deprecated.
      use BPMNProcessStereotype.CORRELATIONSUBSCRIPTIONS
      Correlation Subscriptions are a feature of context-based correlation. Correlation Subscriptions are used to correlate incoming Messages against data in the Process context. A Process MAY contain several correlationSubscriptions.
      See Also:
    • BPMNPROCESS_DEFINTITIONALCOLLABORATIONREF_PROPERTY

      @Deprecated public static final String BPMNPROCESS_DEFINTITIONALCOLLABORATIONREF_PROPERTY
      Deprecated.
      use BPMNProcessStereotype.DEFINTITIONALCOLLABORATIONREF
      For Processes that interact with other Participants, a definitional Collaboration can be referenced by the Process. The definitional Collaboration specifies the Participants the Process interacts with, and more specifically, which individual service, Send or Receive Task, or Message Event, is connected to which Participant through Message Flows. The definitional Collaboration need not be displayed. Additionally, the definitional Collaboration can be used to include Conversation information within a Process.
      See Also:
    • BPMNPROCESS_ISCLOSED_PROPERTY

      @Deprecated public static final String BPMNPROCESS_ISCLOSED_PROPERTY
      Deprecated.
      use BPMNProcessStereotype.ISCLOSED
      A Boolean value specifying whether interactions, such as sending and receiving Messages and Events, not modeled in the Process can occur when the Process is executed or performed. If the value is true, they MAY NOT occur. If the value is false, they MAY occur.
      See Also:
    • BPMNPROCESS_PROCESSTYPE_PROPERTY

      @Deprecated public static final String BPMNPROCESS_PROCESSTYPE_PROPERTY
      Deprecated.
      use BPMNProcessStereotype.PROCESSTYPE
      The processType attribute Provides additional information about the level of abstraction modeled by this Process. A public Process shows only those flow elements that are relevant to external consumers. Internal details are not modeled. These Processes are publicly visible and can be used within a Collaboration. Note that the public processType was named abstract in BPMN 1.2. A private Process is one that is internal to a specific organization. An executable Process is a private Process that has been modeled for the purpose of being executed according to the semantics. Of course, during the development cycle of the Process, there will be stages where the Process does not have enough detail to be executable. A non-executable Process is a private Process that has been modeled for the purpose of documenting Process behavior at a modeler-defined level of detail. Thus, information needed for execution, such as formal condition expressions are typically not included in a non-executable Process.
      See Also:
    • BPMNPROCESS_RESOURCES_PROPERTY

      @Deprecated public static final String BPMNPROCESS_RESOURCES_PROPERTY
      Deprecated.
      use BPMNProcessStereotype.RESOURCES
      Defines the resource that will perform or will be responsible for the Process. The resource, e.g., a performer, can be specified in the form of a specific individual, a group, an organization role or position, or an organization. Note that the assigned resources of the Process does not determine the assigned resources of the Activities that are contained by the Process.
      See Also:
    • BPMNPROCESS_STATE_PROPERTY

      @Deprecated public static final String BPMNPROCESS_STATE_PROPERTY
      Deprecated.
      use BPMNProcessStereotype.STATE
      See Also:
    • BPMNPROCESS_SUPPORTS_PROPERTY

      @Deprecated public static final String BPMNPROCESS_SUPPORTS_PROPERTY
      Deprecated.
      use BPMNProcessStereotype.SUPPORTS
      Modelers can declare that they intend all executions or performances of one Process to also be valid for another Process. This means they expect all the executions or performances of the first Processes to also follow the steps laid out in the second Process.
      See Also:
    • BPMNPROPERTY_STEREOTYPE

      @Deprecated public static final String BPMNPROPERTY_STEREOTYPE
      Deprecated.
      use BPMNPropertyStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNPROPERTY_ITEMSUBJECTREF_PROPERTY

      @Deprecated public static final String BPMNPROPERTY_ITEMSUBJECTREF_PROPERTY
      Deprecated.
      use BPMNPropertyStereotype.ITEMSUBJECTREF
      See Also:
    • BPMNRELATIONSHIP_STEREOTYPE

      @Deprecated public static final String BPMNRELATIONSHIP_STEREOTYPE
      Deprecated.
      use BPMNRelationshipStereotype.STEREOTYPE_NAME
      See Also:
    • BPMNRELATIONSHIP_DEFINITION_PROPERTY

      @Deprecated public static final String BPMNRELATIONSHIP_DEFINITION_PROPERTY
      Deprecated.
      use BPMNRelationshipStereotype.DEFINITION
      See Also:
    • BASEELEMENT_STEREOTYPE

      @Deprecated public static final String BASEELEMENT_STEREOTYPE
      Deprecated.
      use BaseElementStereotype.STEREOTYPE_NAME
      See Also:
    • BASEELEMENT_ID_PROPERTY

      @Deprecated public static final String BASEELEMENT_ID_PROPERTY
      Deprecated.
      use BaseElementStereotype.ID
      This attribute is used to uniquely identify BPMN elements.
      See Also:
    • BOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String BOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use BoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • BOUNDARYEVENT_ATTACHEDTOREF_PROPERTY

      @Deprecated public static final String BOUNDARYEVENT_ATTACHEDTOREF_PROPERTY
      Deprecated.
      use BoundaryEventStereotype.ATTACHEDTOREF
      See Also:
    • BUSINESSRULETASK_STEREOTYPE

      @Deprecated public static final String BUSINESSRULETASK_STEREOTYPE
      Deprecated.
      use BusinessRuleTaskStereotype.STEREOTYPE_NAME
      See Also:
    • BUSINESSRULETASK_IMPLEMENTATION_PROPERTY

      @Deprecated public static final String BUSINESSRULETASK_IMPLEMENTATION_PROPERTY
      Deprecated.
      use BusinessRuleTaskStereotype.IMPLEMENTATION
      This attribute specifies the technology that will be used to implement the Business Rule Task.
      See Also:
    • CALLACTIVITY_STEREOTYPE

      @Deprecated public static final String CALLACTIVITY_STEREOTYPE
      Deprecated.
      use CallActivityStereotype.STEREOTYPE_NAME
      See Also:
    • CALLCHOREOGRAPHY_STEREOTYPE

      @Deprecated public static final String CALLCHOREOGRAPHY_STEREOTYPE
      Deprecated.
      use CallChoreographyStereotype.STEREOTYPE_NAME
      See Also:
    • CALLCHOREOGRAPHY_PARTICIPANTASSOCIATIONS_PROPERTY

      @Deprecated public static final String CALLCHOREOGRAPHY_PARTICIPANTASSOCIATIONS_PROPERTY
      Deprecated.
      use CallChoreographyStereotype.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:
    • CALLCONVERSATION_STEREOTYPE

      @Deprecated public static final String CALLCONVERSATION_STEREOTYPE
      Deprecated.
      use CallConversationStereotype.STEREOTYPE_NAME
      See Also:
    • CALLCONVERSATION_MESSAGEFLOWREFS_PROPERTY

      @Deprecated public static final String CALLCONVERSATION_MESSAGEFLOWREFS_PROPERTY
      Deprecated.
      use CallConversationStereotype.MESSAGEFLOWREFS
      See Also:
    • CALLCONVERSATION_PARTICIPANTASSOCIATIONS_PROPERTY

      @Deprecated public static final String CALLCONVERSATION_PARTICIPANTASSOCIATIONS_PROPERTY
      Deprecated.
      use CallConversationStereotype.PARTICIPANTASSOCIATIONS
      This attribute provides a list of mappings from the Participants of a referenced GlobalCommunication or Conversation to the Participants of the parent Conversation.
      See Also:
    • CALLABLEELEMENT_STEREOTYPE

      @Deprecated public static final String CALLABLEELEMENT_STEREOTYPE
      Deprecated.
      use CallableElementStereotype.STEREOTYPE_NAME
      See Also:
    • CALLABLEELEMENT_IOSPECIFICATION_PROPERTY

      @Deprecated public static final String CALLABLEELEMENT_IOSPECIFICATION_PROPERTY
      Deprecated.
      use CallableElementStereotype.IOSPECIFICATION
      See Also:
    • CALLABLEELEMENT_SUPPORTEDINTERFACESREFS_PROPERTY

      @Deprecated public static final String CALLABLEELEMENT_SUPPORTEDINTERFACESREFS_PROPERTY
      Deprecated.
      use CallableElementStereotype.SUPPORTEDINTERFACESREFS
      The Interfaces describing the external behavior provided by this element.
      See Also:
    • CANCELBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String CANCELBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use CancelBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • CANCELENDEVENT_STEREOTYPE

      @Deprecated public static final String CANCELENDEVENT_STEREOTYPE
      Deprecated.
      use CancelEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • CANCELEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String CANCELEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use CancelEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • CATCHEVENT_STEREOTYPE

      @Deprecated public static final String CATCHEVENT_STEREOTYPE
      Deprecated.
      use CatchEventStereotype.STEREOTYPE_NAME
      See Also:
    • CATCHEVENT_DATAOUTPUTASSOCIATION_PROPERTY

      @Deprecated public static final String CATCHEVENT_DATAOUTPUTASSOCIATION_PROPERTY
      Deprecated.
      use CatchEventStereotype.DATAOUTPUTASSOCIATION
      See Also:
    • CATCHEVENT_DATAOUTPUTS_PROPERTY

      @Deprecated public static final String CATCHEVENT_DATAOUTPUTS_PROPERTY
      Deprecated.
      use CatchEventStereotype.DATAOUTPUTS
      See Also:
    • CATCHEVENT_OUTPUTSET_PROPERTY

      @Deprecated public static final String CATCHEVENT_OUTPUTSET_PROPERTY
      Deprecated.
      use CatchEventStereotype.OUTPUTSET
      See Also:
    • CHOREOGRAPHY_STEREOTYPE

      @Deprecated public static final String CHOREOGRAPHY_STEREOTYPE
      Deprecated.
      use ChoreographyStereotype.STEREOTYPE_NAME
      See Also:
    • CHOREOGRAPHY_ISCLOSED_PROPERTY

      @Deprecated public static final String CHOREOGRAPHY_ISCLOSED_PROPERTY
      Deprecated.
      use ChoreographyStereotype.ISCLOSED
      A Boolean value specifying whether Choreography Activities not modeled in the Choreography can occur when the Choreography is carried out. If the value is true, they MAY NOT occur. If the value is false, they MAY occur.
      See Also:
    • CHOREOGRAPHYACTIVITY_STEREOTYPE

      @Deprecated public static final String CHOREOGRAPHYACTIVITY_STEREOTYPE
      Deprecated.
      use ChoreographyActivityStereotype.STEREOTYPE_NAME
      See Also:
    • CHOREOGRAPHYACTIVITY_BOUNDARYEVENTREFS_PROPERTY

      @Deprecated public static final String CHOREOGRAPHYACTIVITY_BOUNDARYEVENTREFS_PROPERTY
      Deprecated.
      use ChoreographyActivityStereotype.BOUNDARYEVENTREFS
      See Also:
    • CHOREOGRAPHYACTIVITY_INITIATINGPARTICIPANTREF_PROPERTY

      @Deprecated public static final String CHOREOGRAPHYACTIVITY_INITIATINGPARTICIPANTREF_PROPERTY
      Deprecated.
      use ChoreographyActivityStereotype.INITIATINGPARTICIPANTREF
      One (1) of the Participants will be the one that initiates the Choreography Activity
      See Also:
    • CHOREOGRAPHYACTIVITY_PARTICIPANTREFS_PROPERTY

      @Deprecated public static final String CHOREOGRAPHYACTIVITY_PARTICIPANTREFS_PROPERTY
      Deprecated.
      use ChoreographyActivityStereotype.PARTICIPANTREFS
      A Choreography Activity has two (2) or more Participants
      See Also:
    • CHOREOGRAPHYDIAGRAM_STEREOTYPE

      @Deprecated public static final String CHOREOGRAPHYDIAGRAM_STEREOTYPE
      Deprecated.
      use ChoreographyDiagramStereotype.STEREOTYPE_NAME
      See Also:
    • CHOREOGRAPHYTASK_STEREOTYPE

      @Deprecated public static final String CHOREOGRAPHYTASK_STEREOTYPE
      Deprecated.
      use ChoreographyTaskStereotype.STEREOTYPE_NAME
      See Also:
    • CHOREOGRAPHYTASK_MESSAGEFLOW_PROPERTY

      @Deprecated public static final String CHOREOGRAPHYTASK_MESSAGEFLOW_PROPERTY
      Deprecated.
      use ChoreographyTaskStereotype.MESSAGEFLOW
      See Also:
    • COLLABORATION_STEREOTYPE

      @Deprecated public static final String COLLABORATION_STEREOTYPE
      Deprecated.
      use CollaborationStereotype.STEREOTYPE_NAME
      See Also:
    • COLLABORATION_ARTIFACTS_PROPERTY

      @Deprecated public static final String COLLABORATION_ARTIFACTS_PROPERTY
      Deprecated.
      use CollaborationStereotype.ARTIFACTS
      See Also:
    • COLLABORATION_CHOREOGRAPHYREF_PROPERTY

      @Deprecated public static final String COLLABORATION_CHOREOGRAPHYREF_PROPERTY
      Deprecated.
      use CollaborationStereotype.CHOREOGRAPHYREF
      The choreographyRef model association defines a Choreography that is shown between the Pools of the Collaboration. A Choreography specifies a business contract (or the order in which messages will be exchanged) between interacting Participants. The participantAssociations (see below) are used to map the Participants of the Choreography to the Participants of the Collaboration. The choreographyMessageFlowAssociations (see below) are used to map the Message Flow of the Choreography to the Message Flow of the Collaboration.
      See Also:
    • COLLABORATION_CONVERSATIONASSOCIATIONS_PROPERTY

      @Deprecated public static final String COLLABORATION_CONVERSATIONASSOCIATIONS_PROPERTY
      Deprecated.
      use CollaborationStereotype.CONVERSATIONASSOCIATIONS
      This attribute provides a list of mappings from the Conversations of a referenced Collaboration to the Conversations of another Collaboration. It is used when a Choreography is referenced by a Collaboration.
      See Also:
    • COLLABORATION_CONVERSATIONS_PROPERTY

      @Deprecated public static final String COLLABORATION_CONVERSATIONS_PROPERTY
      Deprecated.
      use CollaborationStereotype.CONVERSATIONS
      The conversations model aggregation relationship allows a Collaboration to contain Conversation elements, in order to group Message Flows of the Collaboration and associate correlation information, as is REQUIRED for the definitional Collaboration of a Process model. The Conversation elements will be visualized if the Collaboration is a Collaboration, but not for a Choreography.
      See Also:
    • COLLABORATION_CORRELATIONKEYS_PROPERTY

      @Deprecated public static final String COLLABORATION_CORRELATIONKEYS_PROPERTY
      Deprecated.
      use CollaborationStereotype.CORRELATIONKEYS
      This association specifies CorrelationKeys used to associate Messages to a particular Collaboration.
      See Also:
    • COLLABORATION_ISCLOSED_PROPERTY

      @Deprecated public static final String COLLABORATION_ISCLOSED_PROPERTY
      Deprecated.
      use CollaborationStereotype.ISCLOSED
      A Boolean value specifying whether Message Flow not modeled in the Collaboration can occur when the Collaboration is carried out. If the value is true, they MAY NOT occur. If the value is false, they MAY occur.
      See Also:
    • COLLABORATION_MESSAGEFLOW_PROPERTY

      @Deprecated public static final String COLLABORATION_MESSAGEFLOW_PROPERTY
      Deprecated.
      use CollaborationStereotype.MESSAGEFLOW
      This attribute provides a list of mappings for the Message Flow of the Collaboration to Message Flow of a referenced model. This applies for two (2) situations: - When a Choreography is referenced by the Collaboration. - When a Conversation is referenced by the Collaboration.
      See Also:
    • COLLABORATION_MESSAGEFLOWASSOCIATIONS_PROPERTY

      @Deprecated public static final String COLLABORATION_MESSAGEFLOWASSOCIATIONS_PROPERTY
      Deprecated.
      use CollaborationStereotype.MESSAGEFLOWASSOCIATIONS
      This attribute provides a list of mappings for the Message Flows of the Collaboration to Message Flows of a referenced model. It is used in the following situation: When a Choreography is referenced by a Collaboration. This allows the "wiring up" of the Collaboration Message Flows to the appropriate Choreography Activities.
      See Also:
    • COLLABORATION_PARTICIPANTASSOCIATIONS_PROPERTY

      @Deprecated public static final String COLLABORATION_PARTICIPANTASSOCIATIONS_PROPERTY
      Deprecated.
      use CollaborationStereotype.PARTICIPANTASSOCIATIONS
      This attribute provides a list of mappings from the Participants of a referenced. Collaboration to the Participants of another Collaboration. It is used in the following situations: When a Choreography is referenced by the Collaboration. When a definitional Collaboration for a Process is referenced through a Call Activity (and mapped to definitional Collaboration of the calling Process).
      See Also:
    • COLLABORATIONDIAGRAM_STEREOTYPE

      @Deprecated public static final String COLLABORATIONDIAGRAM_STEREOTYPE
      Deprecated.
      use CollaborationDiagramStereotype.STEREOTYPE_NAME
      See Also:
    • COMMUNICATION_STEREOTYPE

      @Deprecated public static final String COMMUNICATION_STEREOTYPE
      Deprecated.
      use CommunicationStereotype.STEREOTYPE_NAME
      See Also:
    • COMMUNICATION_MESSAGEFLOWREFS_PROPERTY

      @Deprecated public static final String COMMUNICATION_MESSAGEFLOWREFS_PROPERTY
      Deprecated.
      use CommunicationStereotype.MESSAGEFLOWREFS
      See Also:
    • COMPENSATIONBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String COMPENSATIONBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use CompensationBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • COMPENSATIONENDEVENT_STEREOTYPE

      @Deprecated public static final String COMPENSATIONENDEVENT_STEREOTYPE
      Deprecated.
      use CompensationEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • COMPENSATIONSTARTEVENT_STEREOTYPE

      @Deprecated public static final String COMPENSATIONSTARTEVENT_STEREOTYPE
      Deprecated.
      use CompensationStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • COMPENSATIONTHROWINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String COMPENSATIONTHROWINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use CompensationThrowIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • COMPENSTATIONEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String COMPENSTATIONEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use CompenstationEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • COMPENSTATIONEVENTDEFINITION_ACTIVITYREF_PROPERTY

      @Deprecated public static final String COMPENSTATIONEVENTDEFINITION_ACTIVITYREF_PROPERTY
      Deprecated.
      use CompenstationEventDefinitionStereotype.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:
    • COMPENSTATIONEVENTDEFINITION_WAITFORCOMPLETION_PROPERTY

      @Deprecated public static final String COMPENSTATIONEVENTDEFINITION_WAITFORCOMPLETION_PROPERTY
      Deprecated.
      use CompenstationEventDefinitionStereotype.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:
    • COMPLEXBEHAVIORDEFINITION_STEREOTYPE

      @Deprecated public static final String COMPLEXBEHAVIORDEFINITION_STEREOTYPE
      Deprecated.
      use ComplexBehaviorDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • COMPLEXBEHAVIORDEFINITION_CONDITION_PROPERTY

      @Deprecated public static final String COMPLEXBEHAVIORDEFINITION_CONDITION_PROPERTY
      Deprecated.
      use ComplexBehaviorDefinitionStereotype.CONDITION
      See Also:
    • COMPLEXBEHAVIORDEFINITION_EVENT_PROPERTY

      @Deprecated public static final String COMPLEXBEHAVIORDEFINITION_EVENT_PROPERTY
      Deprecated.
      use ComplexBehaviorDefinitionStereotype.EVENT
      See Also:
    • COMPLEXGATEWAY_STEREOTYPE

      @Deprecated public static final String COMPLEXGATEWAY_STEREOTYPE
      Deprecated.
      use ComplexGatewayStereotype.STEREOTYPE_NAME
      See Also:
    • COMPLEXGATEWAY_ACTIVATIONCONDITION_PROPERTY

      @Deprecated public static final String COMPLEXGATEWAY_ACTIVATIONCONDITION_PROPERTY
      Deprecated.
      use ComplexGatewayStereotype.ACTIVATIONCONDITION
      Determines which combination of incoming tokens will be synchronized for activation of the Gateway.
      See Also:
    • COMPLEXGATEWAY_ACTIVATIONCOUNT_PROPERTY

      @Deprecated public static final String COMPLEXGATEWAY_ACTIVATIONCOUNT_PROPERTY
      Deprecated.
      use ComplexGatewayStereotype.ACTIVATIONCOUNT
      Refers at runtime to the number of tokens that are present on an incoming Sequence Flow of the Complex Gateway.
      See Also:
    • COMPLEXGATEWAY_DEFAULT_PROPERTY

      @Deprecated public static final String COMPLEXGATEWAY_DEFAULT_PROPERTY
      Deprecated.
      use ComplexGatewayStereotype.DEFAULT
      The Sequence Flow that will receive a Token when none of the conditionExpressions on other outgoing Sequence Flow evaluate to true. The default Sequence Flow should not have a conditionExpression. Any such Expression SHALL be ignored.
      See Also:
    • COMPLEXGATEWAY_WAITINGFORSTART_PROPERTY

      @Deprecated public static final String COMPLEXGATEWAY_WAITINGFORSTART_PROPERTY
      Deprecated.
      use ComplexGatewayStereotype.WAITINGFORSTART
      Represents the internal state of the Complex Gateway. It is either waiting for start (=true) or waiting for reset (=false).
      See Also:
    • CONDITIONALBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String CONDITIONALBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use ConditionalBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • CONDITIONALBOUNDARYEVENT_CANCELACTIVITY_PROPERTY

      @Deprecated public static final String CONDITIONALBOUNDARYEVENT_CANCELACTIVITY_PROPERTY
      Deprecated.
      use ConditionalBoundaryEventStereotype.CANCELACTIVITY
      See Also:
    • CONDITIONALCATCHINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String CONDITIONALCATCHINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use ConditionalCatchIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • CONDITIONALEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String CONDITIONALEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use ConditionalEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • CONDITIONALEVENTDEFINITION_CONDITION_PROPERTY

      @Deprecated public static final String CONDITIONALEVENTDEFINITION_CONDITION_PROPERTY
      Deprecated.
      use ConditionalEventDefinitionStereotype.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:
    • CONDITIONALSTARTEVENT_STEREOTYPE

      @Deprecated public static final String CONDITIONALSTARTEVENT_STEREOTYPE
      Deprecated.
      use ConditionalStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • CONDITIONALSTARTEVENT_ISINTERRUPTING_PROPERTY

      @Deprecated public static final String CONDITIONALSTARTEVENT_ISINTERRUPTING_PROPERTY
      Deprecated.
      use ConditionalStartEventStereotype.ISINTERRUPTING
      This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).
      See Also:
    • CONVERSATIONASSOCIATION_STEREOTYPE

      @Deprecated public static final String CONVERSATIONASSOCIATION_STEREOTYPE
      Deprecated.
      use ConversationAssociationStereotype.STEREOTYPE_NAME
      See Also:
    • CONVERSATIONASSOCIATION_INNERCONVERSATIONNODEREF_PROPERTY

      @Deprecated public static final String CONVERSATIONASSOCIATION_INNERCONVERSATIONNODEREF_PROPERTY
      Deprecated.
      use ConversationAssociationStereotype.INNERCONVERSATIONNODEREF
      See Also:
    • CONVERSATIONASSOCIATION_OUTERCONVERSATIONNODEREF_PROPERTY

      @Deprecated public static final String CONVERSATIONASSOCIATION_OUTERCONVERSATIONNODEREF_PROPERTY
      Deprecated.
      use ConversationAssociationStereotype.OUTERCONVERSATIONNODEREF
      See Also:
    • CONVERSATIONDIAGRAM_STEREOTYPE

      @Deprecated public static final String CONVERSATIONDIAGRAM_STEREOTYPE
      Deprecated.
      use ConversationDiagramStereotype.STEREOTYPE_NAME
      See Also:
    • CONVERSATIONNODE_STEREOTYPE

      @Deprecated public static final String CONVERSATIONNODE_STEREOTYPE
      Deprecated.
      use ConversationNodeStereotype.STEREOTYPE_NAME
      See Also:
    • CONVERSATIONNODE_CORRELATIONKEYS_PROPERTY

      @Deprecated public static final String CONVERSATIONNODE_CORRELATIONKEYS_PROPERTY
      Deprecated.
      use ConversationNodeStereotype.CORRELATIONKEYS
      This is a list of the Conversation Node s Correlation Keys, which are used to group Message Flows for the Conversation Node.
      See Also:
    • CORRELATIONKEY_STEREOTYPE

      @Deprecated public static final String CORRELATIONKEY_STEREOTYPE
      Deprecated.
      use CorrelationKeyStereotype.STEREOTYPE_NAME
      See Also:
    • CORRELATIONKEY_CORRELATIONPROPERTYREF_PROPERTY

      @Deprecated public static final String CORRELATIONKEY_CORRELATIONPROPERTYREF_PROPERTY
      Deprecated.
      use CorrelationKeyStereotype.CORRELATIONPROPERTYREF
      The CorrelationProperties, representing the partial keys of this CorrelationKey.
      See Also:
    • CORRELATIONPROPERTY_STEREOTYPE

      @Deprecated public static final String CORRELATIONPROPERTY_STEREOTYPE
      Deprecated.
      use CorrelationPropertyStereotype.STEREOTYPE_NAME
      See Also:
    • CORRELATIONPROPERTY_CORRELATIONPROPERTYRETIEVALEXPRESSION_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTY_CORRELATIONPROPERTYRETIEVALEXPRESSION_PROPERTY
      Deprecated.
      use CorrelationPropertyStereotype.CORRELATIONPROPERTYRETIEVALEXPRESSION
      The CorrelationPropertyRetrievalExpressions for this CorrelationProperty, representing the associations of FormalExpressions (extraction paths) to specific Messages occurring in this Conversation.
      See Also:
    • CORRELATIONPROPERTY_TYPE_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTY_TYPE_PROPERTY
      Deprecated.
      use CorrelationPropertyStereotype.TYPE
      Specifies the type of the CorrelationProperty.
      See Also:
    • CORRELATIONPROPERTYBINDING_STEREOTYPE

      @Deprecated public static final String CORRELATIONPROPERTYBINDING_STEREOTYPE
      Deprecated.
      use CorrelationPropertyBindingStereotype.STEREOTYPE_NAME
      See Also:
    • CORRELATIONPROPERTYBINDING_CORRELATIONPROPERTYREF_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTYBINDING_CORRELATIONPROPERTYREF_PROPERTY
      Deprecated.
      use CorrelationPropertyBindingStereotype.CORRELATIONPROPERTYREF
      The specific CorrelationProperty, this CorrelationPropertyBinding refers to.
      See Also:
    • CORRELATIONPROPERTYBINDING_DATAPATHBODY_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTYBINDING_DATAPATHBODY_PROPERTY
      Deprecated.
      use CorrelationPropertyBindingStereotype.DATAPATHBODY
      The Data path defines the extraction rule from the Process context. The body of the Expression. Note that this attribute is not relevant when the XML Schema is used for interchange. Instead, the FormalExpression complex type supports mixed content. The body of the Expression would be specified as element content.
      See Also:
    • CORRELATIONPROPERTYBINDING_DATAPATHLANGUAGE_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTYBINDING_DATAPATHLANGUAGE_PROPERTY
      Deprecated.
      use CorrelationPropertyBindingStereotype.DATAPATHLANGUAGE
      The Data path defines the extraction rule from the Process context. The language MUST be specified in a URI format.
      See Also:
    • CORRELATIONPROPERTYRETRIEVALEXPRESSION_STEREOTYPE

      @Deprecated public static final String CORRELATIONPROPERTYRETRIEVALEXPRESSION_STEREOTYPE
      Deprecated.
      use CorrelationPropertyRetrievalExpressionStereotype.STEREOTYPE_NAME
      See Also:
    • CORRELATIONPROPERTYRETRIEVALEXPRESSION_MESAGEPATHLANGUAGE_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTYRETRIEVALEXPRESSION_MESAGEPATHLANGUAGE_PROPERTY
      Deprecated.
      use CorrelationPropertyRetrievalExpressionStereotype.MESAGEPATHLANGUAGE
      The Message path defines how to extract a CorrelationProperty from the Message payload. The language MUST be specified in a URI format.
      See Also:
    • CORRELATIONPROPERTYRETRIEVALEXPRESSION_MESSAGEPATHBODY_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTYRETRIEVALEXPRESSION_MESSAGEPATHBODY_PROPERTY
      Deprecated.
      use CorrelationPropertyRetrievalExpressionStereotype.MESSAGEPATHBODY
      The Message path defines how to extract a CorrelationProperty from the Message payload. The body of the Expression. Note that this attribute is not relevant when the XML Schema is used for interchange. Instead, the FormalExpression complex type supports mixed content. The body of the Expression would be specified as element content.
      See Also:
    • CORRELATIONPROPERTYRETRIEVALEXPRESSION_MESSAGEREF_PROPERTY

      @Deprecated public static final String CORRELATIONPROPERTYRETRIEVALEXPRESSION_MESSAGEREF_PROPERTY
      Deprecated.
      use CorrelationPropertyRetrievalExpressionStereotype.MESSAGEREF
      The specific Message the FormalExpression extracts the CorrelationProperty from.
      See Also:
    • CORRELATIONSUBSCRIPTION_STEREOTYPE

      @Deprecated public static final String CORRELATIONSUBSCRIPTION_STEREOTYPE
      Deprecated.
      use CorrelationSubscriptionStereotype.STEREOTYPE_NAME
      See Also:
    • CORRELATIONSUBSCRIPTION_CORRELATIONKEYREF_PROPERTY

      @Deprecated public static final String CORRELATIONSUBSCRIPTION_CORRELATIONKEYREF_PROPERTY
      Deprecated.
      use CorrelationSubscriptionStereotype.CORRELATIONKEYREF
      The CorrelationKey this CorrelationSubscription refers to.
      See Also:
    • CORRELATIONSUBSCRIPTION_CORRELATIONPROPERTYBINDING_PROPERTY

      @Deprecated public static final String CORRELATIONSUBSCRIPTION_CORRELATIONPROPERTYBINDING_PROPERTY
      Deprecated.
      use CorrelationSubscriptionStereotype.CORRELATIONPROPERTYBINDING
      The bindings to specific CorrelationProperties and FormalExpressions (extraction rules atop the Process context).
      See Also:
    • DATAASSOCIATION_STEREOTYPE

      @Deprecated public static final String DATAASSOCIATION_STEREOTYPE
      Deprecated.
      use DataAssociationStereotype.STEREOTYPE_NAME
      See Also:
    • DATAASSOCIATION_ASSIGNMENT_PROPERTY

      @Deprecated public static final String DATAASSOCIATION_ASSIGNMENT_PROPERTY
      Deprecated.
      use DataAssociationStereotype.ASSIGNMENT
      Specifies one or more data elements Assignments. By using an Assignment, single data structure elements can be assigned from the source structure to the target structure.
      See Also:
    • DATAASSOCIATION_TRANSFORMATION_PROPERTY

      @Deprecated public static final String DATAASSOCIATION_TRANSFORMATION_PROPERTY
      Deprecated.
      use DataAssociationStereotype.TRANSFORMATION
      Specifies an optional transformation Expression. The actual scope of accessible data for that Expression is defined by the source and target of the specific Data Association types.
      See Also:
    • DATAINPUT_STEREOTYPE

      @Deprecated public static final String DATAINPUT_STEREOTYPE
      Deprecated.
      use DataInputStereotype.STEREOTYPE_NAME
      See Also:
    • DATAINPUT_INPUTSETREFS_PROPERTY

      @Deprecated public static final String DATAINPUT_INPUTSETREFS_PROPERTY
      Deprecated.
      use DataInputStereotype.INPUTSETREFS
      A DataInput is used in one (1) or more InputSets. This attribute is derived from the InputSets
      See Also:
    • DATAINPUT_INPUTSETWITHOPTIONAL_PROPERTY

      @Deprecated public static final String DATAINPUT_INPUTSETWITHOPTIONAL_PROPERTY
      Deprecated.
      use DataInputStereotype.INPUTSETWITHOPTIONAL
      Each InputSet that uses this DataInput can determine if the Activity can start executing with this DataInput state in unavailable . This attribute lists those InputSets.
      See Also:
    • DATAINPUT_INPUTSETWITHWHILEEXECUTING_PROPERTY

      @Deprecated public static final String DATAINPUT_INPUTSETWITHWHILEEXECUTING_PROPERTY
      Deprecated.
      use DataInputStereotype.INPUTSETWITHWHILEEXECUTING
      Each InputSet that uses this DataInput can determine if the Activity can evaluate this DataInput while executing. This attribute lists those InputSets.
      See Also:
    • DATAINPUT_ISCOLLECTION_PROPERTY

      @Deprecated public static final String DATAINPUT_ISCOLLECTION_PROPERTY
      Deprecated.
      use DataInputStereotype.ISCOLLECTION
      Defines if the DataInput represents a collection of elements. It is needed when no itemDefinition is referenced. If an itemDefinition is referenced, then this attribute MUST have the same value as the isCollection attribute of the referenced itemDefinition. The default value for this attribute is false.
      See Also:
    • DATAINPUTASSOCIATION_STEREOTYPE

      @Deprecated public static final String DATAINPUTASSOCIATION_STEREOTYPE
      Deprecated.
      use DataInputAssociationStereotype.STEREOTYPE_NAME
      See Also:
    • DATAOBJECT_STEREOTYPE

      @Deprecated public static final String DATAOBJECT_STEREOTYPE
      Deprecated.
      use DataObjectStereotype.STEREOTYPE_NAME
      See Also:
    • DATAOBJECT_ISCOLLECTION_PROPERTY

      @Deprecated public static final String DATAOBJECT_ISCOLLECTION_PROPERTY
      Deprecated.
      use DataObjectStereotype.ISCOLLECTION
      Defines if the Data Object represents a collection of elements. It is needed when no itemDefinition is referenced. If an itemDefinition is referenced, then this attribute MUST have the same value as the isCollection attribute of the referenced itemDefinition. The default value for this attribute is false.
      See Also:
    • DATAOUTPUT_STEREOTYPE

      @Deprecated public static final String DATAOUTPUT_STEREOTYPE
      Deprecated.
      use DataOutputStereotype.STEREOTYPE_NAME
      See Also:
    • DATAOUTPUT_ISCOLLECTION_PROPERTY

      @Deprecated public static final String DATAOUTPUT_ISCOLLECTION_PROPERTY
      Deprecated.
      use DataOutputStereotype.ISCOLLECTION
      Defines if the DataOutput represents a collection of elements. It is needed when no itemDefinition is referenced. If an itemDefinition is referenced, then this attribute MUST have the same value as the isCollection attribute of the referenced itemDefinition. The default value for this attribute is false.
      See Also:
    • DATAOUTPUT_OUTPUTSETREFS_PROPERTY

      @Deprecated public static final String DATAOUTPUT_OUTPUTSETREFS_PROPERTY
      Deprecated.
      use DataOutputStereotype.OUTPUTSETREFS
      See Also:
    • DATAOUTPUT_OUTPUTSETWITHOPTIONAL_PROPERTY

      @Deprecated public static final String DATAOUTPUT_OUTPUTSETWITHOPTIONAL_PROPERTY
      Deprecated.
      use DataOutputStereotype.OUTPUTSETWITHOPTIONAL
      See Also:
    • DATAOUTPUT_OUTPUTSETWITHWHILEEXECUTING_PROPERTY

      @Deprecated public static final String DATAOUTPUT_OUTPUTSETWITHWHILEEXECUTING_PROPERTY
      Deprecated.
      use DataOutputStereotype.OUTPUTSETWITHWHILEEXECUTING
      See Also:
    • DATAOUTPUTASSOCIATION_STEREOTYPE

      @Deprecated public static final String DATAOUTPUTASSOCIATION_STEREOTYPE
      Deprecated.
      use DataOutputAssociationStereotype.STEREOTYPE_NAME
      See Also:
    • DATASTORE_STEREOTYPE

      @Deprecated public static final String DATASTORE_STEREOTYPE
      Deprecated.
      use DataStoreStereotype.STEREOTYPE_NAME
      See Also:
    • DATASTORE_CAPACITY_PROPERTY

      @Deprecated public static final String DATASTORE_CAPACITY_PROPERTY
      Deprecated.
      use DataStoreStereotype.CAPACITY
      Defines the capacity of the Data Store. This is not needed if the isUnlimited attribute is set to true.
      See Also:
    • DATASTORE_ISUNLIMITED_PROPERTY

      @Deprecated public static final String DATASTORE_ISUNLIMITED_PROPERTY
      Deprecated.
      use DataStoreStereotype.ISUNLIMITED
      If isUnlimited is set to true, then the capacity of a Data Store is set as unlimited and will override any value of the capacity attribute.
      See Also:
    • DEFINITIONS_STEREOTYPE

      @Deprecated public static final String DEFINITIONS_STEREOTYPE
      Deprecated.
      use DefinitionsStereotype.STEREOTYPE_NAME
      See Also:
    • DEFINITIONS_EXPORTER_PROPERTY

      @Deprecated public static final String DEFINITIONS_EXPORTER_PROPERTY
      Deprecated.
      use DefinitionsStereotype.EXPORTER
      See Also:
    • DEFINITIONS_EXPORTERVERSION_PROPERTY

      @Deprecated public static final String DEFINITIONS_EXPORTERVERSION_PROPERTY
      Deprecated.
      use DefinitionsStereotype.EXPORTERVERSION
      See Also:
    • DEFINITIONS_EXPRESSIONLANGUAGE_PROPERTY

      @Deprecated public static final String DEFINITIONS_EXPRESSIONLANGUAGE_PROPERTY
      Deprecated.
      use DefinitionsStereotype.EXPRESSIONLANGUAGE
      See Also:
    • DEFINITIONS_IMPORTS_PROPERTY

      @Deprecated public static final String DEFINITIONS_IMPORTS_PROPERTY
      Deprecated.
      use DefinitionsStereotype.IMPORTS
      See Also:
    • DEFINITIONS_RELATIONSHIPS_PROPERTY

      @Deprecated public static final String DEFINITIONS_RELATIONSHIPS_PROPERTY
      Deprecated.
      use DefinitionsStereotype.RELATIONSHIPS
      See Also:
    • DEFINITIONS_TARGETNAMESPACE_PROPERTY

      @Deprecated public static final String DEFINITIONS_TARGETNAMESPACE_PROPERTY
      Deprecated.
      use DefinitionsStereotype.TARGETNAMESPACE
      See Also:
    • DEFINITIONS_TYPELANGUAGE_PROPERTY

      @Deprecated public static final String DEFINITIONS_TYPELANGUAGE_PROPERTY
      Deprecated.
      use DefinitionsStereotype.TYPELANGUAGE
      See Also:
    • ENDEVENT_STEREOTYPE

      @Deprecated public static final String ENDEVENT_STEREOTYPE
      Deprecated.
      use EndEventStereotype.STEREOTYPE_NAME
      See Also:
    • ENDPOINT_STEREOTYPE

      @Deprecated public static final String ENDPOINT_STEREOTYPE
      Deprecated.
      use EndPointStereotype.STEREOTYPE_NAME
      See Also:
    • ERROR_STEREOTYPE

      @Deprecated public static final String ERROR_STEREOTYPE
      Deprecated.
      use ErrorStereotype.STEREOTYPE_NAME
      See Also:
    • ERROR_ERRORCODE_PROPERTY

      @Deprecated public static final String ERROR_ERRORCODE_PROPERTY
      Deprecated.
      use ErrorStereotype.ERRORCODE
      For an End Event: If the Result is an Error, then the errorCode MUST be supplied (if the processType attribute of the Process is set to executable) This throws the error. For an Intermediate Event within Normal Flow: If the Trigger is an Error, then the errorCode MUST be entered (if the processType attribute of the Process is set to executable). This throws the Error. For an Intermediate Event attached to the boundary of an Activity: If the Trigger is an Error, then the errorCode MAY be entered. This Event catches the error. If there is no errorCode, then any error SHALL trigger the Event. If there is an errorCode, then only an error that matches the errorCode SHALL trigger the Event.
      See Also:
    • ERROR_STRUCTUREREF_PROPERTY

      @Deprecated public static final String ERROR_STRUCTUREREF_PROPERTY
      Deprecated.
      use ErrorStereotype.STRUCTUREREF
      See Also:
    • ERRORBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String ERRORBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use ErrorBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • ERRORENDEVENT_STEREOTYPE

      @Deprecated public static final String ERRORENDEVENT_STEREOTYPE
      Deprecated.
      use ErrorEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • ERROREVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String ERROREVENTDEFINITION_STEREOTYPE
      Deprecated.
      use ErrorEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • ERROREVENTDEFINITION_ERRORREF_PROPERTY

      @Deprecated public static final String ERROREVENTDEFINITION_ERRORREF_PROPERTY
      Deprecated.
      use ErrorEventDefinitionStereotype.ERRORREF
      If the Trigger is an Error, then an Error payload MAY be provided.
      See Also:
    • ERRORSTARTEVENT_STEREOTYPE

      @Deprecated public static final String ERRORSTARTEVENT_STEREOTYPE
      Deprecated.
      use ErrorStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATION_STEREOTYPE

      @Deprecated public static final String ESCALATION_STEREOTYPE
      Deprecated.
      use EscalationStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATION_ESCALATIONCODE_PROPERTY

      @Deprecated public static final String ESCALATION_ESCALATIONCODE_PROPERTY
      Deprecated.
      use EscalationStereotype.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:
    • ESCALATION_STRUCTUREREF_PROPERTY

      @Deprecated public static final String ESCALATION_STRUCTUREREF_PROPERTY
      Deprecated.
      use EscalationStereotype.STRUCTUREREF
      See Also:
    • ESCALATIONBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String ESCALATIONBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use EscalationBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATIONBOUNDARYEVENT_CANCELACTIVITY_PROPERTY

      @Deprecated public static final String ESCALATIONBOUNDARYEVENT_CANCELACTIVITY_PROPERTY
      Deprecated.
      use EscalationBoundaryEventStereotype.CANCELACTIVITY
      See Also:
    • ESCALATIONENDEVENT_STEREOTYPE

      @Deprecated public static final String ESCALATIONENDEVENT_STEREOTYPE
      Deprecated.
      use EscalationEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATIONEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String ESCALATIONEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use EscalationEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATIONEVENTDEFINITION_ESCALATIONCODE_PROPERTY

      @Deprecated public static final String ESCALATIONEVENTDEFINITION_ESCALATIONCODE_PROPERTY
      Deprecated.
      use EscalationEventDefinitionStereotype.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:
    • ESCALATIONEVENTDEFINITION_ESCALATIONREF_PROPERTY

      @Deprecated public static final String ESCALATIONEVENTDEFINITION_ESCALATIONREF_PROPERTY
      Deprecated.
      use EscalationEventDefinitionStereotype.ESCALATIONREF
      See Also:
    • ESCALATIONEVENTDEFINITION_STRUCTUREREF_PROPERTY

      @Deprecated public static final String ESCALATIONEVENTDEFINITION_STRUCTUREREF_PROPERTY
      Deprecated.
      use EscalationEventDefinitionStereotype.STRUCTUREREF
      See Also:
    • ESCALATIONSTARTEVENT_STEREOTYPE

      @Deprecated public static final String ESCALATIONSTARTEVENT_STEREOTYPE
      Deprecated.
      use EscalationStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATIONSTARTEVENT_ISINTERRUPTING_PROPERTY

      @Deprecated public static final String ESCALATIONSTARTEVENT_ISINTERRUPTING_PROPERTY
      Deprecated.
      use EscalationStartEventStereotype.ISINTERRUPTING
      This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).
      See Also:
    • ESCALATIONTHROWINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String ESCALATIONTHROWINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use EscalationThrowIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • EVENTBASEDGATEWAY_STEREOTYPE

      @Deprecated public static final String EVENTBASEDGATEWAY_STEREOTYPE
      Deprecated.
      use EventBasedGatewayStereotype.STEREOTYPE_NAME
      See Also:
    • EVENTBASEDGATEWAY_EVENTGATEWAYTYPE_PROPERTY

      @Deprecated public static final String EVENTBASEDGATEWAY_EVENTGATEWAYTYPE_PROPERTY
      Deprecated.
      use EventBasedGatewayStereotype.EVENTGATEWAYTYPE
      The eventGatewayType determines the behavior of the Gateway when used to instantiate a Process (as described above). The attribute can only be set to Parallel when the instantiate attribute is set to true.
      See Also:
    • EVENTBASEDGATEWAY_INSTANTIATE_PROPERTY

      @Deprecated public static final String EVENTBASEDGATEWAY_INSTANTIATE_PROPERTY
      Deprecated.
      use EventBasedGatewayStereotype.INSTANTIATE
      When true, receipt of one of the events will instantiate the process instance.
      See Also:
    • EVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String EVENTDEFINITION_STEREOTYPE
      Deprecated.
      use EventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • EXCLUSIVEGATEWAY_STEREOTYPE

      @Deprecated public static final String EXCLUSIVEGATEWAY_STEREOTYPE
      Deprecated.
      use ExclusiveGatewayStereotype.STEREOTYPE_NAME
      See Also:
    • EXCLUSIVEGATEWAY_DEFAULT_PROPERTY

      @Deprecated public static final String EXCLUSIVEGATEWAY_DEFAULT_PROPERTY
      Deprecated.
      use ExclusiveGatewayStereotype.DEFAULT
      The Sequence Flow that will receive a Token when none of the conditionExpressions on other outgoing Sequence Flow evaluate to true. The default Sequence Flow should not have a conditionExpression. Any such Expression SHALL be ignored.
      See Also:
    • EXCLUSIVEGATEWAY_GATEWAYNOTATION_PROPERTY

      @Deprecated public static final String EXCLUSIVEGATEWAY_GATEWAYNOTATION_PROPERTY
      Deprecated.
      use ExclusiveGatewayStereotype.GATEWAYNOTATION
      See Also:
    • FLOWELEMENT_STEREOTYPE

      @Deprecated public static final String FLOWELEMENT_STEREOTYPE
      Deprecated.
      use FlowElementStereotype.STEREOTYPE_NAME
      See Also:
    • FLOWELEMENTSCONTAINER_STEREOTYPE

      @Deprecated public static final String FLOWELEMENTSCONTAINER_STEREOTYPE
      Deprecated.
      use FlowElementsContainerStereotype.STEREOTYPE_NAME
      See Also:
    • FLOWNODE_STEREOTYPE

      @Deprecated public static final String FLOWNODE_STEREOTYPE
      Deprecated.
      use FlowNodeStereotype.STEREOTYPE_NAME
      See Also:
    • FORMALEXPRESSION_STEREOTYPE

      @Deprecated public static final String FORMALEXPRESSION_STEREOTYPE
      Deprecated.
      use FormalExpressionStereotype.STEREOTYPE_NAME
      See Also:
    • FORMALEXPRESSION_BODY_PROPERTY

      @Deprecated public static final String FORMALEXPRESSION_BODY_PROPERTY
      Deprecated.
      use FormalExpressionStereotype.BODY
      The body of the expression.
      See Also:
    • FORMALEXPRESSION_EVALUATESTOTYPEREF_PROPERTY

      @Deprecated public static final String FORMALEXPRESSION_EVALUATESTOTYPEREF_PROPERTY
      Deprecated.
      use FormalExpressionStereotype.EVALUATESTOTYPEREF
      The type of object that this Expression returns when evaluated. For example, conditional Expressions evaluate to a boolean.
      See Also:
    • FORMALEXPRESSION_LANGUAGE_PROPERTY

      @Deprecated public static final String FORMALEXPRESSION_LANGUAGE_PROPERTY
      Deprecated.
      use FormalExpressionStereotype.LANGUAGE
      Overrides the expression language specified in the Definitions.
      See Also:
    • GATEWAY_STEREOTYPE

      @Deprecated public static final String GATEWAY_STEREOTYPE
      Deprecated.
      use GatewayStereotype.STEREOTYPE_NAME
      See Also:
    • GATEWAY_GATEWAYDIRECTION_PROPERTY

      @Deprecated public static final String GATEWAY_GATEWAYDIRECTION_PROPERTY
      Deprecated.
      use GatewayStereotype.GATEWAYDIRECTION
      An attribute that adds constraints on how the gateway may be used. Unspecified: There are no constraints. The Gateway may have any number of incoming and outgoing Sequence Flow. Converging: This Gateway may have multiple incoming Sequence Flow but must have no more than one outgoing SequenceFlow Diverging: This Gateway may have multiple outgoing Sequence Flow but must have no more than one incoming Sequence Flow Mixed: This Gateway contains multiple outgoing and multiple incoming Sequence Flow
      See Also:
    • GLOBALBUSINESSRULETASK_STEREOTYPE

      @Deprecated public static final String GLOBALBUSINESSRULETASK_STEREOTYPE
      Deprecated.
      use GlobalBusinessRuleTaskStereotype.STEREOTYPE_NAME
      See Also:
    • GLOBALBUSINESSRULETASK_IMPLEMENTATION_PROPERTY

      @Deprecated public static final String GLOBALBUSINESSRULETASK_IMPLEMENTATION_PROPERTY
      Deprecated.
      use GlobalBusinessRuleTaskStereotype.IMPLEMENTATION
      This attribute specifies the technology that will be used to implement the Business Rule Task.
      See Also:
    • GLOBALCHOREOGRAPHYTASK_STEREOTYPE

      @Deprecated public static final String GLOBALCHOREOGRAPHYTASK_STEREOTYPE
      Deprecated.
      use GlobalChoreographyTaskStereotype.STEREOTYPE_NAME
      See Also:
    • GLOBALCHOREOGRAPHYTASK_INITIATINGPARTICIPANTREF_PROPERTY

      @Deprecated public static final String GLOBALCHOREOGRAPHYTASK_INITIATINGPARTICIPANTREF_PROPERTY
      Deprecated.
      use GlobalChoreographyTaskStereotype.INITIATINGPARTICIPANTREF
      See Also:
    • GLOBALCONVERSATION_STEREOTYPE

      @Deprecated public static final String GLOBALCONVERSATION_STEREOTYPE
      Deprecated.
      use GlobalConversationStereotype.STEREOTYPE_NAME
      See Also:
    • GLOBALMANUALTASK_STEREOTYPE

      @Deprecated public static final String GLOBALMANUALTASK_STEREOTYPE
      Deprecated.
      use GlobalManualTaskStereotype.STEREOTYPE_NAME
      See Also:
    • GLOBALSCRIPTTASK_STEREOTYPE

      @Deprecated public static final String GLOBALSCRIPTTASK_STEREOTYPE
      Deprecated.
      use GlobalScriptTaskStereotype.STEREOTYPE_NAME
      See Also:
    • GLOBALSCRIPTTASK_SCRIPT_PROPERTY

      @Deprecated public static final String GLOBALSCRIPTTASK_SCRIPT_PROPERTY
      Deprecated.
      use GlobalScriptTaskStereotype.SCRIPT
      The modeler MAY include a script that can be run when the Task is performed. If a script is not included, then the Task will act equivalent to a TaskType of None.
      See Also:
    • GLOBALSCRIPTTASK_SCRIPTLANGUAGE_PROPERTY

      @Deprecated public static final String GLOBALSCRIPTTASK_SCRIPTLANGUAGE_PROPERTY
      Deprecated.
      use GlobalScriptTaskStereotype.SCRIPTLANGUAGE
      Defines the script language. The script language MUST be provided if a script is provided.
      See Also:
    • GLOBALTASK_STEREOTYPE

      @Deprecated public static final String GLOBALTASK_STEREOTYPE
      Deprecated.
      use GlobalTaskStereotype.STEREOTYPE_NAME
      See Also:
    • GLOBALTASK_RESOURCES_PROPERTY

      @Deprecated public static final String GLOBALTASK_RESOURCES_PROPERTY
      Deprecated.
      use GlobalTaskStereotype.RESOURCES
      See Also:
    • GLOBALUSERTASK_STEREOTYPE

      @Deprecated public static final String GLOBALUSERTASK_STEREOTYPE
      Deprecated.
      use GlobalUserTaskStereotype.STEREOTYPE_NAME
      See Also:
    • GLOBALUSERTASK_IMPLEMENTATION_PROPERTY

      @Deprecated public static final String GLOBALUSERTASK_IMPLEMENTATION_PROPERTY
      Deprecated.
      use GlobalUserTaskStereotype.IMPLEMENTATION
      This attribute specifies the technology that will be used to implement the User Task.
      See Also:
    • GLOBALUSERTASK_RENDERINGS_PROPERTY

      @Deprecated public static final String GLOBALUSERTASK_RENDERINGS_PROPERTY
      Deprecated.
      use GlobalUserTaskStereotype.RENDERINGS
      See Also:
    • HUMANPERFORMER_STEREOTYPE

      @Deprecated public static final String HUMANPERFORMER_STEREOTYPE
      Deprecated.
      use HumanPerformerStereotype.STEREOTYPE_NAME
      See Also:
    • IMPLICITTHROWEVENT_STEREOTYPE

      @Deprecated public static final String IMPLICITTHROWEVENT_STEREOTYPE
      Deprecated.
      use ImplicitThrowEventStereotype.STEREOTYPE_NAME
      See Also:
    • IMPORT_STEREOTYPE

      @Deprecated public static final String IMPORT_STEREOTYPE
      Deprecated.
      use ImportStereotype.STEREOTYPE_NAME
      See Also:
    • IMPORT_DEFINITION_PROPERTY

      @Deprecated public static final String IMPORT_DEFINITION_PROPERTY
      Deprecated.
      use ImportStereotype.DEFINITION
      See Also:
    • IMPORT_IMPORTTYPE_PROPERTY

      @Deprecated public static final String IMPORT_IMPORTTYPE_PROPERTY
      Deprecated.
      use ImportStereotype.IMPORTTYPE
      Specifies the style of import associated with the element. For example, a value of http://www.w3.org/2001/XMLSchema indicates that the imported element is an XML schema. A value of http://www.omg.org/bpmn20 indicates that the imported element is a BPMN element.
      See Also:
    • IMPORT_LOCATION_PROPERTY

      @Deprecated public static final String IMPORT_LOCATION_PROPERTY
      Deprecated.
      use ImportStereotype.LOCATION
      Identifies the location of the imported element.
      See Also:
    • IMPORT_NAMESPACE_PROPERTY

      @Deprecated public static final String IMPORT_NAMESPACE_PROPERTY
      Deprecated.
      use ImportStereotype.NAMESPACE
      Identifies the namespace of the imported element.
      See Also:
    • INCLUSIVEGATEWAY_STEREOTYPE

      @Deprecated public static final String INCLUSIVEGATEWAY_STEREOTYPE
      Deprecated.
      use InclusiveGatewayStereotype.STEREOTYPE_NAME
      See Also:
    • INCLUSIVEGATEWAY_DEFAULT_PROPERTY

      @Deprecated public static final String INCLUSIVEGATEWAY_DEFAULT_PROPERTY
      Deprecated.
      use InclusiveGatewayStereotype.DEFAULT
      The Sequence Flow that will receive a Token when none of the conditionExpressions on other outgoing Sequence Flow evaluate to true. The default Sequence Flow should not have a conditionExpression. Any such Expression SHALL be ignored.
      See Also:
    • INFORMATIONSYSTEM_STEREOTYPE

      @Deprecated public static final String INFORMATIONSYSTEM_STEREOTYPE
      Deprecated.
      use InformationSystemStereotype.STEREOTYPE_NAME
      See Also:
    • INPUTOUTPUTSPECIFICATION_STEREOTYPE

      @Deprecated public static final String INPUTOUTPUTSPECIFICATION_STEREOTYPE
      Deprecated.
      use InputOutputSpecificationStereotype.STEREOTYPE_NAME
      See Also:
    • INPUTOUTPUTSPECIFICATION_DATAINPUTS_PROPERTY

      @Deprecated public static final String INPUTOUTPUTSPECIFICATION_DATAINPUTS_PROPERTY
      Deprecated.
      use InputOutputSpecificationStereotype.DATAINPUTS
      See Also:
    • INPUTOUTPUTSPECIFICATION_DATAOUTPUTS_PROPERTY

      @Deprecated public static final String INPUTOUTPUTSPECIFICATION_DATAOUTPUTS_PROPERTY
      Deprecated.
      use InputOutputSpecificationStereotype.DATAOUTPUTS
      See Also:
    • INPUTOUTPUTSPECIFICATION_INPUTSETS_PROPERTY

      @Deprecated public static final String INPUTOUTPUTSPECIFICATION_INPUTSETS_PROPERTY
      Deprecated.
      use InputOutputSpecificationStereotype.INPUTSETS
      See Also:
    • INPUTOUTPUTSPECIFICATION_OUTPUTSETS_PROPERTY

      @Deprecated public static final String INPUTOUTPUTSPECIFICATION_OUTPUTSETS_PROPERTY
      Deprecated.
      use InputOutputSpecificationStereotype.OUTPUTSETS
      See Also:
    • INPUTSET_STEREOTYPE

      @Deprecated public static final String INPUTSET_STEREOTYPE
      Deprecated.
      use InputSetStereotype.STEREOTYPE_NAME
      See Also:
    • INPUTSET_DATAINPUTREFS_PROPERTY

      @Deprecated public static final String INPUTSET_DATAINPUTREFS_PROPERTY
      Deprecated.
      use InputSetStereotype.DATAINPUTREFS
      The DataInput elements that collectively make up this data requirement.
      See Also:
    • INPUTSET_OPTIONALINPUTREFS_PROPERTY

      @Deprecated public static final String INPUTSET_OPTIONALINPUTREFS_PROPERTY
      Deprecated.
      use InputSetStereotype.OPTIONALINPUTREFS
      The DataInput elements that are a part of the InputSet that can be in the state of unavailable when the Activity starts executing. This association MUST NOT reference a DataInput that is not listed in the dataInputRefs.
      See Also:
    • INPUTSET_OUTPUTSETREFS_PROPERTY

      @Deprecated public static final String INPUTSET_OUTPUTSETREFS_PROPERTY
      Deprecated.
      use InputSetStereotype.OUTPUTSETREFS
      See Also:
    • INPUTSET_WHILEEXECUTINGINPUTREFS_PROPERTY

      @Deprecated public static final String INPUTSET_WHILEEXECUTINGINPUTREFS_PROPERTY
      Deprecated.
      use InputSetStereotype.WHILEEXECUTINGINPUTREFS
      The DataInput elements that are a part of the InputSet that can be evaluated while the Activity is executing. This association MUST NOT reference a DataInput that is not listed in the dataInputRefs.
      See Also:
    • INTERACTIONNODE_STEREOTYPE

      @Deprecated public static final String INTERACTIONNODE_STEREOTYPE
      Deprecated.
      use InteractionNodeStereotype.STEREOTYPE_NAME
      See Also:
    • INTERMEDIATECATCHEVENT_STEREOTYPE

      @Deprecated public static final String INTERMEDIATECATCHEVENT_STEREOTYPE
      Deprecated.
      use IntermediateCatchEventStereotype.STEREOTYPE_NAME
      See Also:
    • INTERMEDIATETHROWEVENT_STEREOTYPE

      @Deprecated public static final String INTERMEDIATETHROWEVENT_STEREOTYPE
      Deprecated.
      use IntermediateThrowEventStereotype.STEREOTYPE_NAME
      See Also:
    • ITEMAWAREELEMENT_STEREOTYPE

      @Deprecated public static final String ITEMAWAREELEMENT_STEREOTYPE
      Deprecated.
      use ItemAwareElementStereotype.STEREOTYPE_NAME
      See Also:
    • ITEMDEFINITION_STEREOTYPE

      @Deprecated public static final String ITEMDEFINITION_STEREOTYPE
      Deprecated.
      use ItemDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • ITEMDEFINITION_IMPORT_PROPERTY

      @Deprecated public static final String ITEMDEFINITION_IMPORT_PROPERTY
      Deprecated.
      use ItemDefinitionStereotype.IMPORT
      Identifies the location of the data structure and its format. If the importType attribute is left unspecified, the typeLanguage specified in the Definitions that contains this ItemDefinition is assumed.
      See Also:
    • ITEMDEFINITION_ISCOLLECTION_PROPERTY

      @Deprecated public static final String ITEMDEFINITION_ISCOLLECTION_PROPERTY
      Deprecated.
      use ItemDefinitionStereotype.ISCOLLECTION
      Setting this flag to true indicates that the actual data type is a collection.
      See Also:
    • ITEMDEFINITION_ITEMKIND_PROPERTY

      @Deprecated public static final String ITEMDEFINITION_ITEMKIND_PROPERTY
      Deprecated.
      use ItemDefinitionStereotype.ITEMKIND
      This defines the nature of the Item. Possible values are Physical or Information. The default value is Information.
      See Also:
    • ITEMDEFINITION_STRUCTUREREF_PROPERTY

      @Deprecated public static final String ITEMDEFINITION_STRUCTUREREF_PROPERTY
      Deprecated.
      use ItemDefinitionStereotype.STRUCTUREREF
      The concrete data structure to be used.
      See Also:
    • LANE_STEREOTYPE

      @Deprecated public static final String LANE_STEREOTYPE
      Deprecated.
      use LaneStereotype.STEREOTYPE_NAME
      See Also:
    • LANESET_STEREOTYPE

      @Deprecated public static final String LANESET_STEREOTYPE
      Deprecated.
      use LaneSetStereotype.STEREOTYPE_NAME
      See Also:
    • LINKCATCHINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String LINKCATCHINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use LinkCatchIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • LINKEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String LINKEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use LinkEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • LINKEVENTDEFINITION_SOURCES_PROPERTY

      @Deprecated public static final String LINKEVENTDEFINITION_SOURCES_PROPERTY
      Deprecated.
      use LinkEventDefinitionStereotype.SOURCES
      See Also:
    • LINKEVENTDEFINITION_TARGETLINKEVENT_PROPERTY

      @Deprecated public static final String LINKEVENTDEFINITION_TARGETLINKEVENT_PROPERTY
      Deprecated.
      use LinkEventDefinitionStereotype.TARGETLINKEVENT
      See Also:
    • LINKTHROWINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String LINKTHROWINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use LinkThrowIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • LOOPCHARACTERISTICS_STEREOTYPE

      @Deprecated public static final String LOOPCHARACTERISTICS_STEREOTYPE
      Deprecated.
      use LoopCharacteristicsStereotype.STEREOTYPE_NAME
      See Also:
    • MANUALTASK_STEREOTYPE

      @Deprecated public static final String MANUALTASK_STEREOTYPE
      Deprecated.
      use ManualTaskStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGEBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String MESSAGEBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use MessageBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGEBOUNDARYEVENT_CANCELACTIVITY_PROPERTY

      @Deprecated public static final String MESSAGEBOUNDARYEVENT_CANCELACTIVITY_PROPERTY
      Deprecated.
      use MessageBoundaryEventStereotype.CANCELACTIVITY
      See Also:
    • MESSAGECATCHINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String MESSAGECATCHINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use MessageCatchIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGEENDEVENT_STEREOTYPE

      @Deprecated public static final String MESSAGEENDEVENT_STEREOTYPE
      Deprecated.
      use MessageEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGEEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String MESSAGEEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use MessageEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGEEVENTDEFINITION_MESSAGEREF_PROPERTY

      @Deprecated public static final String MESSAGEEVENTDEFINITION_MESSAGEREF_PROPERTY
      Deprecated.
      use MessageEventDefinitionStereotype.MESSAGEREF
      The Message MUST be supplied (if the processType attribute of the Process is set to executable).
      See Also:
    • MESSAGEEVENTDEFINITION_OPERATIONREF_PROPERTY

      @Deprecated public static final String MESSAGEEVENTDEFINITION_OPERATIONREF_PROPERTY
      Deprecated.
      use MessageEventDefinitionStereotype.OPERATIONREF
      This attribute specifies the operation that is used by the Message Event. It MUST be specified for executable Processes.
      See Also:
    • MESSAGEFLOW_STEREOTYPE

      @Deprecated public static final String MESSAGEFLOW_STEREOTYPE
      Deprecated.
      use MessageFlowStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGEFLOW_MESSAGEREF_PROPERTY

      @Deprecated public static final String MESSAGEFLOW_MESSAGEREF_PROPERTY
      Deprecated.
      use MessageFlowStereotype.MESSAGEREF
      See Also:
    • MESSAGEFLOW_MESSAGETYPE_PROPERTY

      @Deprecated public static final String MESSAGEFLOW_MESSAGETYPE_PROPERTY
      Deprecated.
      use MessageFlowStereotype.MESSAGETYPE
      See Also:
    • MESSAGEFLOWASSOCIATION_STEREOTYPE

      @Deprecated public static final String MESSAGEFLOWASSOCIATION_STEREOTYPE
      Deprecated.
      use MessageFlowAssociationStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGESTARTEVENT_STEREOTYPE

      @Deprecated public static final String MESSAGESTARTEVENT_STEREOTYPE
      Deprecated.
      use MessageStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGESTARTEVENT_ISINTERRUPTING_PROPERTY

      @Deprecated public static final String MESSAGESTARTEVENT_ISINTERRUPTING_PROPERTY
      Deprecated.
      use MessageStartEventStereotype.ISINTERRUPTING
      This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).
      See Also:
    • MESSAGETHROWINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String MESSAGETHROWINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use MessageThrowIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • MONITORING_STEREOTYPE

      @Deprecated public static final String MONITORING_STEREOTYPE
      Deprecated.
      use MonitoringStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_STEREOTYPE

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_STEREOTYPE
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_BEHAVIOR_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_BEHAVIOR_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.BEHAVIOR
      The attribute behavior acts as a shortcut for specifying when events shall be thrown from an Activity instance that is about to complete. It can assume values of none, one, all, and complex, resulting in the following behavior: - None: the EventDefinition which is associated through the noneEvent association will be thrown for each instance completing; - One: the EventDefinition referenced through the oneEvent association will be thrown upon the first instance completing; - All: no Event is ever thrown; a token is produced after completion of all instances - Complex: the complexBehaviorDefinitions are consulted to determine if and which Events to throw. For the behaviors of none and one, a default SignalEventDefinition will be thrown which automatically carries the current runtime attributes of the MI Activity. Any thrown Events can be caught by boundary Events on the Multi-Instance Activity.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_COMPLETIONCONDITION_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_COMPLETIONCONDITION_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.COMPLETIONCONDITION
      This attribute defines a Boolean Expression that when evaluated to true, cancels the remaining Activity instances and produces a token.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_COMPLEXBEHAVIORDEFINTION_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_COMPLEXBEHAVIORDEFINTION_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.COMPLEXBEHAVIORDEFINTION
      Controls when and which Events are thrown in case behavior is set to complex.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_INPUTDATAITEM_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_INPUTDATAITEM_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.INPUTDATAITEM
      A Data Input, representing for every Activity instance the single item of the collection stored in the loopDataInput. This Data Input can be the source of DataInputAssociation to a data input of the Activity s InputOutputSpecification. The type of this Data Input MUST the scalar of the type defined for the loopDataInput.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_ISSEQUENTIAL_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_ISSEQUENTIAL_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.ISSEQUENTIAL
      This attribute is a flag that controls whether the Activity instances will execute sequentially or in parallel.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_LOOPCARDINALITY_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_LOOPCARDINALITY_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.LOOPCARDINALITY
      A numeric Expression that controls the number of Activity instances that will be created. This Expression MUST evaluate to an integer. This may be underspecified, meaning that the modeler may simply document the condition. In such a case the loop cannot be formally executed. In order to initialize a valid multi-instance, either the loopCardinality Expression or the loopDataInput MUST be specified.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_LOOPCOUNTER_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_LOOPCOUNTER_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.LOOPCOUNTER
      The LoopCounter attribute is used at runtime to count the number of loops and is automatically updated by the process engine.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_LOOPDATAINPUTREF_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_LOOPDATAINPUTREF_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.LOOPDATAINPUTREF
      A reference to a DataInput which is part of the Activity s InputOutputSpecification. This DataInput is used to determine the number of Activity instances, one Activity instance per item in the collection of data stored in that DataInput element. In order to initialize a valid multi-instance, either the loopCardinality Expression or the loopDataInput MUST be specified.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_LOOPDATAOUTPUTREF_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_LOOPDATAOUTPUTREF_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.LOOPDATAOUTPUTREF
      This ItemAwareElement specifies the collection of data, which will be produced by the multi-instance. For Tasks it is a reference to a Data Output which is part of the Activity s InputOutputSpecification. For Sub-Processes it is a reference to a collection-valued Data Object in the context that is visible to the Sub-Processes.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_NONEBEHAVIOREVENTREF_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_NONEBEHAVIOREVENTREF_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.NONEBEHAVIOREVENTREF
      The EventDefinition which is thrown when the behavior is set to none and an internal Activity instance has completed
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFACTIVEINSTANCES_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFACTIVEINSTANCES_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.NUMBEROFACTIVEINSTANCES
      This attribute is provided for the outer instance of the Multi-Instance Activity only. This attribute contains the number of currently active inner instances for the Multi-Instance Activity. In case of a sequential Multi-Instance Activity, this value can t be greater than 1. For parallel Multi-Instance Activities, this value can t be greater than the value contained in numberOfInstances.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFCOMPLETEDINSTANCES_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFCOMPLETEDINSTANCES_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.NUMBEROFCOMPLETEDINSTANCES
      This attribute is provided for the outer instance of the Multi-Instance Activity only. This attribute contains the number of already completed inner instances for the Multi-Instance Activity.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFINSTANCES_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFINSTANCES_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.NUMBEROFINSTANCES
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFTERMINATEDINSTANCES_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_NUMBEROFTERMINATEDINSTANCES_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.NUMBEROFTERMINATEDINSTANCES
      This attribute is provided for the outer instance of the Multi-Instance Activity only. This attribute contains the number of terminated inner instances for the Multi-Instance Activity. The sum of numberOfTerminatedInstances, numberOfCompletedInstances, and numberOfActiveInstances always sums up to numberOfInstances.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_ONEBEHAVIOREVENTREF_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_ONEBEHAVIOREVENTREF_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.ONEBEHAVIOREVENTREF
      The EventDefinition which is thrown when behavior is set to one and the first internal Activity instance has completed.
      See Also:
    • MULTIINSTANCELOOPCHARACTERISTICS_OUTPUTDATAITEM_PROPERTY

      @Deprecated public static final String MULTIINSTANCELOOPCHARACTERISTICS_OUTPUTDATAITEM_PROPERTY
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.OUTPUTDATAITEM
      A Data Output, representing for every Activity instance the single item of the collection stored in the loopDataOutput. This Data Output can be the target of DataOutputAssociation to a data output of the Activity s InputOutputSpecification. The type of this Data Output MUST the scalar of the type defined for the loopDataOutput.
      See Also:
    • MULTIPLEBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String MULTIPLEBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use MultipleBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIPLEBOUNDARYEVENT_CANCELACTIVITY_PROPERTY

      @Deprecated public static final String MULTIPLEBOUNDARYEVENT_CANCELACTIVITY_PROPERTY
      Deprecated.
      use MultipleBoundaryEventStereotype.CANCELACTIVITY
      Denotes whether the activity should be canceled or not, i.e., whether the boundary catch event acts as an error or an escalation. If the activity is not canceled, multiple instances of that handler can run concurrently.
      See Also:
    • MULTIPLECATCHINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String MULTIPLECATCHINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use MultipleCatchIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIPLEENDEVENT_STEREOTYPE

      @Deprecated public static final String MULTIPLEENDEVENT_STEREOTYPE
      Deprecated.
      use MultipleEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIPLESTARTEVENT_STEREOTYPE

      @Deprecated public static final String MULTIPLESTARTEVENT_STEREOTYPE
      Deprecated.
      use MultipleStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIPLESTARTEVENT_ISINTERRUPTING_PROPERTY

      @Deprecated public static final String MULTIPLESTARTEVENT_ISINTERRUPTING_PROPERTY
      Deprecated.
      use MultipleStartEventStereotype.ISINTERRUPTING
      This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).
      See Also:
    • MULTIPLETHROWINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String MULTIPLETHROWINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use MultipleThrowIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • NONEXCLUSIVEGATEWAY_STEREOTYPE

      @Deprecated public static final String NONEXCLUSIVEGATEWAY_STEREOTYPE
      Deprecated.
      use NonExclusiveGatewayStereotype.STEREOTYPE_NAME
      See Also:
    • NONEENDEVENT_STEREOTYPE

      @Deprecated public static final String NONEENDEVENT_STEREOTYPE
      Deprecated.
      use NoneEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • NONEINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String NONEINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use NoneIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • NONESTARTEVENT_STEREOTYPE

      @Deprecated public static final String NONESTARTEVENT_STEREOTYPE
      Deprecated.
      use NoneStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • OUTPUTSET_STEREOTYPE

      @Deprecated public static final String OUTPUTSET_STEREOTYPE
      Deprecated.
      use OutputSetStereotype.STEREOTYPE_NAME
      See Also:
    • OUTPUTSET_DATAOUTPUTREFS_PROPERTY

      @Deprecated public static final String OUTPUTSET_DATAOUTPUTREFS_PROPERTY
      Deprecated.
      use OutputSetStereotype.DATAOUTPUTREFS
      See Also:
    • OUTPUTSET_INPUTSETREFS_PROPERTY

      @Deprecated public static final String OUTPUTSET_INPUTSETREFS_PROPERTY
      Deprecated.
      use OutputSetStereotype.INPUTSETREFS
      See Also:
    • OUTPUTSET_OPTIONALOUTPUT_PROPERTY

      @Deprecated public static final String OUTPUTSET_OPTIONALOUTPUT_PROPERTY
      Deprecated.
      use OutputSetStereotype.OPTIONALOUTPUT
      See Also:
    • OUTPUTSET_WHILEEXECUTINGOUTPUT_PROPERTY

      @Deprecated public static final String OUTPUTSET_WHILEEXECUTINGOUTPUT_PROPERTY
      Deprecated.
      use OutputSetStereotype.WHILEEXECUTINGOUTPUT
      See Also:
    • PARALLELGATEWAY_STEREOTYPE

      @Deprecated public static final String PARALLELGATEWAY_STEREOTYPE
      Deprecated.
      use ParallelGatewayStereotype.STEREOTYPE_NAME
      See Also:
    • PARALLELMULTIPLEBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String PARALLELMULTIPLEBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use ParallelMultipleBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • PARALLELMULTIPLEBOUNDARYEVENT_CANCELACTIVITY_PROPERTY

      @Deprecated public static final String PARALLELMULTIPLEBOUNDARYEVENT_CANCELACTIVITY_PROPERTY
      Deprecated.
      use ParallelMultipleBoundaryEventStereotype.CANCELACTIVITY
      Denotes whether the activity should be canceled or not, i.e., whether the boundary catch event acts as an error or an escalation. If the activity is not canceled, multiple instances of that handler can run concurrently.
      See Also:
    • PARALLELMULTIPLECATCHINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String PARALLELMULTIPLECATCHINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use ParallelMultipleCatchIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • PARALLELMULTIPLESTARTEVENT_STEREOTYPE

      @Deprecated public static final String PARALLELMULTIPLESTARTEVENT_STEREOTYPE
      Deprecated.
      use ParallelMultipleStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • PARALLELMULTIPLESTARTEVENT_ISINTERRUPTING_PROPERTY

      @Deprecated public static final String PARALLELMULTIPLESTARTEVENT_ISINTERRUPTING_PROPERTY
      Deprecated.
      use ParallelMultipleStartEventStereotype.ISINTERRUPTING
      This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).
      See Also:
    • PARTICIPANT_STEREOTYPE

      @Deprecated public static final String PARTICIPANT_STEREOTYPE
      Deprecated.
      use ParticipantStereotype.STEREOTYPE_NAME
      See Also:
    • PARTICIPANT_ENDPOINTREFS_PROPERTY

      @Deprecated public static final String PARTICIPANT_ENDPOINTREFS_PROPERTY
      Deprecated.
      use ParticipantStereotype.ENDPOINTREFS
      This attribute is used to specify the address (or endpoint reference) of concrete services realizing the Participant.
      See Also:
    • PARTICIPANT_GLOBALCHOREOGRAPHYTASK_PROPERTY

      @Deprecated public static final String PARTICIPANT_GLOBALCHOREOGRAPHYTASK_PROPERTY
      Deprecated.
      use ParticipantStereotype.GLOBALCHOREOGRAPHYTASK
      See Also:
    • PARTICIPANT_INTERFACEREF_PROPERTY

      @Deprecated public static final String PARTICIPANT_INTERFACEREF_PROPERTY
      Deprecated.
      use ParticipantStereotype.INTERFACEREF
      This association defines Interfaces that a Participant supports.
      See Also:
    • PARTICIPANT_MAXIMUM_PROPERTY

      @Deprecated public static final String PARTICIPANT_MAXIMUM_PROPERTY
      Deprecated.
      use ParticipantStereotype.MAXIMUM
      The maximum attribute defines maximum number of Participants that MAY be involved in the Collaboration. The value of maximum MUST be one (1) or greater, AND MUST be equal or greater than the minimum value.
      See Also:
    • PARTICIPANT_MINIMUM_PROPERTY

      @Deprecated public static final String PARTICIPANT_MINIMUM_PROPERTY
      Deprecated.
      use ParticipantStereotype.MINIMUM
      The minimum attribute defines minimum number of Participants that MUST be involved in the Collaboration. If a value is specified in the maximum attribute, it MUST be greater or equal to this minimum value
      See Also:
    • PARTICIPANT_NUMPARTICIPANTS_PROPERTY

      @Deprecated public static final String PARTICIPANT_NUMPARTICIPANTS_PROPERTY
      Deprecated.
      use ParticipantStereotype.NUMPARTICIPANTS
      The current number of the multiplicity of the Participant for this Choreography or Collaboration Instance.
      See Also:
    • PARTICIPANT_PARTNERENTITYREF_PROPERTY

      @Deprecated public static final String PARTICIPANT_PARTNERENTITYREF_PROPERTY
      Deprecated.
      use ParticipantStereotype.PARTNERENTITYREF
      The partnerEntityRef attribute identifies a PartnerEntity that the Participant plays in the Collaboration. Both a PartnerRole and a PartnerEntity MAY be defined for the Participant.
      See Also:
    • PARTICIPANT_PARTNERROLEREF_PROPERTY

      @Deprecated public static final String PARTICIPANT_PARTNERROLEREF_PROPERTY
      Deprecated.
      use ParticipantStereotype.PARTNERROLEREF
      The partnerRoleRef attribute identifies a PartnerRole that the Participant plays in the Collaboration. Both a PartnerRole and a PartnerEntity MAY be defined for the Participant.
      See Also:
    • PARTICIPANT_PROCESSREF_PROPERTY

      @Deprecated public static final String PARTICIPANT_PROCESSREF_PROPERTY
      Deprecated.
      use ParticipantStereotype.PROCESSREF
      The processRef attribute identifies the Process that the Participant uses in the Collaboration. The Process will be displayed within the Participant s Pool.
      See Also:
    • PARTICIPANTASSOCIATION_STEREOTYPE

      @Deprecated public static final String PARTICIPANTASSOCIATION_STEREOTYPE
      Deprecated.
      use ParticipantAssociationStereotype.STEREOTYPE_NAME
      See Also:
    • PARTNERENTITY_STEREOTYPE

      @Deprecated public static final String PARTNERENTITY_STEREOTYPE
      Deprecated.
      use PartnerEntityStereotype.STEREOTYPE_NAME
      See Also:
    • PARTNERENTITY_PARTICIPANTREF_PROPERTY

      @Deprecated public static final String PARTNERENTITY_PARTICIPANTREF_PROPERTY
      Deprecated.
      use PartnerEntityStereotype.PARTICIPANTREF
      Specifies how the PartnerEntity participates in Collaborations and Choreographies.
      See Also:
    • PARTNERROLE_STEREOTYPE

      @Deprecated public static final String PARTNERROLE_STEREOTYPE
      Deprecated.
      use PartnerRoleStereotype.STEREOTYPE_NAME
      See Also:
    • PARTNERROLE_PARTICIPANTREF_PROPERTY

      @Deprecated public static final String PARTNERROLE_PARTICIPANTREF_PROPERTY
      Deprecated.
      use PartnerRoleStereotype.PARTICIPANTREF
      Specifies how the PartnerRole participates in Collaborations and Choreographies
      See Also:
    • PERFORMER_STEREOTYPE

      @Deprecated public static final String PERFORMER_STEREOTYPE
      Deprecated.
      use PerformerStereotype.STEREOTYPE_NAME
      See Also:
    • POOL_STEREOTYPE

      @Deprecated public static final String POOL_STEREOTYPE
      Deprecated.
      use PoolStereotype.STEREOTYPE_NAME
      See Also:
    • POTENTIALOWNER_STEREOTYPE

      @Deprecated public static final String POTENTIALOWNER_STEREOTYPE
      Deprecated.
      use PotentialOwnerStereotype.STEREOTYPE_NAME
      See Also:
    • PROCESSDIAGRAM_STEREOTYPE

      @Deprecated public static final String PROCESSDIAGRAM_STEREOTYPE
      Deprecated.
      use ProcessDiagramStereotype.STEREOTYPE_NAME
      See Also:
    • PROCESSENABLERS_STEREOTYPE

      @Deprecated public static final String PROCESSENABLERS_STEREOTYPE
      Deprecated.
      use ProcessEnablersStereotype.STEREOTYPE_NAME
      See Also:
    • PROCESSENABLERS_ACCEPTABLEMANNER_PROPERTY

      @Deprecated public static final String PROCESSENABLERS_ACCEPTABLEMANNER_PROPERTY
      Deprecated.
      use ProcessEnablersStereotype.ACCEPTABLEMANNER
      See Also:
    • PROCESSGUIDES_STEREOTYPE

      @Deprecated public static final String PROCESSGUIDES_STEREOTYPE
      Deprecated.
      use ProcessGuidesStereotype.STEREOTYPE_NAME
      See Also:
    • PROCESSGUIDES_ACCEPTABLEMANNER_PROPERTY

      @Deprecated public static final String PROCESSGUIDES_ACCEPTABLEMANNER_PROPERTY
      Deprecated.
      use ProcessGuidesStereotype.ACCEPTABLEMANNER
      See Also:
    • PROCESSINPUTS_STEREOTYPE

      @Deprecated public static final String PROCESSINPUTS_STEREOTYPE
      Deprecated.
      use ProcessInputsStereotype.STEREOTYPE_NAME
      See Also:
    • PROCESSINPUTS_ACCEPTABLEMANNER_PROPERTY

      @Deprecated public static final String PROCESSINPUTS_ACCEPTABLEMANNER_PROPERTY
      Deprecated.
      use ProcessInputsStereotype.ACCEPTABLEMANNER
      See Also:
    • PROCESSOUTPUTS_STEREOTYPE

      @Deprecated public static final String PROCESSOUTPUTS_STEREOTYPE
      Deprecated.
      use ProcessOutputsStereotype.STEREOTYPE_NAME
      See Also:
    • PROCESSOUTPUTS_ACCEPTABLEMANNER_PROPERTY

      @Deprecated public static final String PROCESSOUTPUTS_ACCEPTABLEMANNER_PROPERTY
      Deprecated.
      use ProcessOutputsStereotype.ACCEPTABLEMANNER
      See Also:
    • RECEIVETASK_STEREOTYPE

      @Deprecated public static final String RECEIVETASK_STEREOTYPE
      Deprecated.
      use ReceiveTaskStereotype.STEREOTYPE_NAME
      See Also:
    • RECEIVETASK_IMPLEMENTATION_PROPERTY

      @Deprecated public static final String RECEIVETASK_IMPLEMENTATION_PROPERTY
      Deprecated.
      use ReceiveTaskStereotype.IMPLEMENTATION
      This attribute specifies the technology that will be used to send and receive the Messages. Valid values are "##unspecified" for leaving the implementation technology open, "##WebService" for the Web service technology or a URI identifying any other technology or coordination protocol A Web service is the default technology
      See Also:
    • RECEIVETASK_INSTANTIATE_PROPERTY

      @Deprecated public static final String RECEIVETASK_INSTANTIATE_PROPERTY
      Deprecated.
      use ReceiveTaskStereotype.INSTANTIATE
      Receive Tasks can be defined as the instantiation mechanism for the Process with the instantiate attribute. This attribute MAY be set to true if the Task is the first Activity (i.e., there are no incoming Sequence Flows). Multiple Tasks MAY have this attribute set to true.
      See Also:
    • RECEIVETASK_MESSAGEREF_PROPERTY

      @Deprecated public static final String RECEIVETASK_MESSAGEREF_PROPERTY
      Deprecated.
      use ReceiveTaskStereotype.MESSAGEREF
      A Message for the messageRef attribute MAY be entered. This indicates that the Message will be received by the Task. The Message in this context is equivalent to an in-only message pattern (Web service). One or more corresponding incoming Message Flow MAY be shown on the diagram. However, the display of the Message Flow is not required. The Message is applied to all incoming Message Flow, but can arrive for only one of the incoming Message Flow for a single instance of the Task.
      See Also:
    • RECEIVETASK_OPERATIONREF_PROPERTY

      @Deprecated public static final String RECEIVETASK_OPERATIONREF_PROPERTY
      Deprecated.
      use ReceiveTaskStereotype.OPERATIONREF
      This attribute specifies the operation through which the Receive Task receives the Message.
      See Also:
    • RENDERING_STEREOTYPE

      @Deprecated public static final String RENDERING_STEREOTYPE
      Deprecated.
      use RenderingStereotype.STEREOTYPE_NAME
      See Also:
    • RESOURCE_STEREOTYPE

      @Deprecated public static final String RESOURCE_STEREOTYPE
      Deprecated.
      use ResourceStereotype.STEREOTYPE_NAME
      See Also:
    • RESOURCEASSIGNMENTEXPRESSION_STEREOTYPE

      @Deprecated public static final String RESOURCEASSIGNMENTEXPRESSION_STEREOTYPE
      Deprecated.
      use ResourceAssignmentExpressionStereotype.STEREOTYPE_NAME
      See Also:
    • RESOURCEASSIGNMENTEXPRESSION_EXPRESSION_PROPERTY

      @Deprecated public static final String RESOURCEASSIGNMENTEXPRESSION_EXPRESSION_PROPERTY
      Deprecated.
      use ResourceAssignmentExpressionStereotype.EXPRESSION
      The element ResourceAssignmentExpression MUST contain an Expression which is used at runtime to assign resource(s) to a ResourceRole element.
      See Also:
    • RESOURCEPARAMETER_STEREOTYPE

      @Deprecated public static final String RESOURCEPARAMETER_STEREOTYPE
      Deprecated.
      use ResourceParameterStereotype.STEREOTYPE_NAME
      See Also:
    • RESOURCEPARAMETER_ISREQUIRED_PROPERTY

      @Deprecated public static final String RESOURCEPARAMETER_ISREQUIRED_PROPERTY
      Deprecated.
      use ResourceParameterStereotype.ISREQUIRED
      Specifies, if a parameter is optional or mandatory.
      See Also:
    • RESOURCEPARAMETERBINDING_STEREOTYPE

      @Deprecated public static final String RESOURCEPARAMETERBINDING_STEREOTYPE
      Deprecated.
      use ResourceParameterBindingStereotype.STEREOTYPE_NAME
      See Also:
    • RESOURCEPARAMETERBINDING_EXPRESSION_PROPERTY

      @Deprecated public static final String RESOURCEPARAMETERBINDING_EXPRESSION_PROPERTY
      Deprecated.
      use ResourceParameterBindingStereotype.EXPRESSION
      The Expression that evaluates the value used to bind the ResourceParameter.
      See Also:
    • RESOURCEPARAMETERBINDING_PARAMETERREF_PROPERTY

      @Deprecated public static final String RESOURCEPARAMETERBINDING_PARAMETERREF_PROPERTY
      Deprecated.
      use ResourceParameterBindingStereotype.PARAMETERREF
      Reference to the parameter defined by the Resource.
      See Also:
    • RESOURCEROLE_STEREOTYPE

      @Deprecated public static final String RESOURCEROLE_STEREOTYPE
      Deprecated.
      use ResourceRoleStereotype.STEREOTYPE_NAME
      See Also:
    • RESOURCEROLE_RESOURCEASSIGNMENTEXPRESSION_PROPERTY

      @Deprecated public static final String RESOURCEROLE_RESOURCEASSIGNMENTEXPRESSION_PROPERTY
      Deprecated.
      use ResourceRoleStereotype.RESOURCEASSIGNMENTEXPRESSION
      This defines the Expression used for the Resource assignment (see below). Should not be specified when a resourceRef is provided.
      See Also:
    • RESOURCEROLE_RESOURCEPARAMETERBINDINGS_PROPERTY

      @Deprecated public static final String RESOURCEROLE_RESOURCEPARAMETERBINDINGS_PROPERTY
      Deprecated.
      use ResourceRoleStereotype.RESOURCEPARAMETERBINDINGS
      This defines the Parameter bindings used for the Resource assignment. Is only applicable if a resourceRef is specified.
      See Also:
    • ROOTELEMENT_STEREOTYPE

      @Deprecated public static final String ROOTELEMENT_STEREOTYPE
      Deprecated.
      use RootElementStereotype.STEREOTYPE_NAME
      See Also:
    • SCOPEDIAGRAM_STEREOTYPE

      @Deprecated public static final String SCOPEDIAGRAM_STEREOTYPE
      Deprecated.
      use ScopeDiagramStereotype.STEREOTYPE_NAME
      See Also:
    • SCRIPTTASK_STEREOTYPE

      @Deprecated public static final String SCRIPTTASK_STEREOTYPE
      Deprecated.
      use ScriptTaskStereotype.STEREOTYPE_NAME
      See Also:
    • SCRIPTTASK_SCRIPT_PROPERTY

      @Deprecated public static final String SCRIPTTASK_SCRIPT_PROPERTY
      Deprecated.
      use ScriptTaskStereotype.SCRIPT
      The modeler MAY include a script that can be run when the Task is performed. If a script is not included, then the Task will act as the equivalent of an Abstract Task.
      See Also:
    • SCRIPTTASK_SCRIPTLANGUAGE_PROPERTY

      @Deprecated public static final String SCRIPTTASK_SCRIPTLANGUAGE_PROPERTY
      Deprecated.
      use ScriptTaskStereotype.SCRIPTLANGUAGE
      Defines the format of the script. This attribute value MUST be specified with a mime-type format. And it MUST be specified if a script is provided.
      See Also:
    • SENDTASK_STEREOTYPE

      @Deprecated public static final String SENDTASK_STEREOTYPE
      Deprecated.
      use SendTaskStereotype.STEREOTYPE_NAME
      See Also:
    • SENDTASK_IMPLEMENTATION_PROPERTY

      @Deprecated public static final String SENDTASK_IMPLEMENTATION_PROPERTY
      Deprecated.
      use SendTaskStereotype.IMPLEMENTATION
      See Also:
    • SENDTASK_MESSAGEREF_PROPERTY

      @Deprecated public static final String SENDTASK_MESSAGEREF_PROPERTY
      Deprecated.
      use SendTaskStereotype.MESSAGEREF
      A Message for the messageRef attribute MAY be entered. This indicates that the Message will be sent by the Task. The Message in this context is equivalent to an out-only message pattern (Web service). One or more corresponding outgoing Message Flows MAY be shown on the diagram. However, the display of the Message Flows is NOT REQUIRED. The Message is applied to all outgoing Message Flows and the Message will be sent down all outgoing Message Flows at the completion of a single instance of the Task.
      See Also:
    • SENDTASK_OPERATIONREF_PROPERTY

      @Deprecated public static final String SENDTASK_OPERATIONREF_PROPERTY
      Deprecated.
      use SendTaskStereotype.OPERATIONREF
      This attribute specifies the operation that is invoked by the Send Task.
      See Also:
    • SEQUENCEFLOW_STEREOTYPE

      @Deprecated public static final String SEQUENCEFLOW_STEREOTYPE
      Deprecated.
      use SequenceFlowStereotype.STEREOTYPE_NAME
      See Also:
    • SEQUENCEFLOW_ISIMMEDIATE_PROPERTY

      @Deprecated public static final String SEQUENCEFLOW_ISIMMEDIATE_PROPERTY
      Deprecated.
      use SequenceFlowStereotype.ISIMMEDIATE
      An optional boolean value specifying whether Activities or Choreography Activities not in the model containing the Sequence Flow can occur between the elements connected by the Sequence Flow. If the value is true, they MAY NOT occur. If the value is false, they MAY occur. Also see the isClosed attribute on Process, Choreography, and Collaboration. When the attribute has no value, the default semantics depends on the kind of model containing Sequence Flows: - For non-executable Processes (public Processes and non-executable private Processes) and Choreographies no value has the same semantics as if the value were false. - For an executable Processes no value has the same semantics as if the value were true. - For executable Processes, the attribute MUST NOT be false.
      See Also:
    • SERVICETASK_STEREOTYPE

      @Deprecated public static final String SERVICETASK_STEREOTYPE
      Deprecated.
      use ServiceTaskStereotype.STEREOTYPE_NAME
      See Also:
    • SERVICETASK_IMPLEMENTATION_PROPERTY

      @Deprecated public static final String SERVICETASK_IMPLEMENTATION_PROPERTY
      Deprecated.
      use ServiceTaskStereotype.IMPLEMENTATION
      This attribute specifies the technology that will be used to send and receive the Messages. Valid values are "##unspecified" for leaving the implementation technology open, "##WebService" for the Web service technology or a URI identifying any other technology or coordination protocol. A Web service is the default technology.
      See Also:
    • SERVICETASK_OPERATIONREF_PROPERTY

      @Deprecated public static final String SERVICETASK_OPERATIONREF_PROPERTY
      Deprecated.
      use ServiceTaskStereotype.OPERATIONREF
      This attribute specifies the operation that is invoked by the Service Task.
      See Also:
    • SIGNALBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String SIGNALBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use SignalBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • SIGNALBOUNDARYEVENT_CANCELACTIVITY_PROPERTY

      @Deprecated public static final String SIGNALBOUNDARYEVENT_CANCELACTIVITY_PROPERTY
      Deprecated.
      use SignalBoundaryEventStereotype.CANCELACTIVITY
      See Also:
    • SIGNALCATCHINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String SIGNALCATCHINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use SignalCatchIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • SIGNALENDEVENT_STEREOTYPE

      @Deprecated public static final String SIGNALENDEVENT_STEREOTYPE
      Deprecated.
      use SignalEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • SIGNALEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String SIGNALEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use SignalEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • SIGNALEVENTDEFINITION_SIGNALREF_PROPERTY

      @Deprecated public static final String SIGNALEVENTDEFINITION_SIGNALREF_PROPERTY
      Deprecated.
      use SignalEventDefinitionStereotype.SIGNALREF
      If the Trigger is a Signal, then a Signal is provided
      See Also:
    • SIGNALSTARTEVENT_STEREOTYPE

      @Deprecated public static final String SIGNALSTARTEVENT_STEREOTYPE
      Deprecated.
      use SignalStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • SIGNALSTARTEVENT_ISINTERRUPTING_PROPERTY

      @Deprecated public static final String SIGNALSTARTEVENT_ISINTERRUPTING_PROPERTY
      Deprecated.
      use SignalStartEventStereotype.ISINTERRUPTING
      This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).
      See Also:
    • SIGNALTHROWINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String SIGNALTHROWINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use SignalThrowIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • STANDARDLOOPCHARACTERISTICS_STEREOTYPE

      @Deprecated public static final String STANDARDLOOPCHARACTERISTICS_STEREOTYPE
      Deprecated.
      use StandardLoopCharacteristicsStereotype.STEREOTYPE_NAME
      See Also:
    • STANDARDLOOPCHARACTERISTICS_LOOPCONDITION_PROPERTY

      @Deprecated public static final String STANDARDLOOPCHARACTERISTICS_LOOPCONDITION_PROPERTY
      Deprecated.
      use StandardLoopCharacteristicsStereotype.LOOPCONDITION
      A Boolean expression that controls the loop. The Activity will only loop as long as this condition is true. The looping behavior may be underspecified, meaning that the modeler may simply document the condition, in which case the loop cannot be formally executed.
      See Also:
    • STANDARDLOOPCHARACTERISTICS_LOOPCOUNTER_PROPERTY

      @Deprecated public static final String STANDARDLOOPCHARACTERISTICS_LOOPCOUNTER_PROPERTY
      Deprecated.
      use StandardLoopCharacteristicsStereotype.LOOPCOUNTER
      The LoopCounter attribute is used at runtime to count the number of loops and is automatically updated by the process engine.
      See Also:
    • STANDARDLOOPCHARACTERISTICS_LOOPMAXIMUM_PROPERTY

      @Deprecated public static final String STANDARDLOOPCHARACTERISTICS_LOOPMAXIMUM_PROPERTY
      Deprecated.
      use StandardLoopCharacteristicsStereotype.LOOPMAXIMUM
      Serves as a cap on the number of iterations.
      See Also:
    • STANDARDLOOPCHARACTERISTICS_TESTBEFORE_PROPERTY

      @Deprecated public static final String STANDARDLOOPCHARACTERISTICS_TESTBEFORE_PROPERTY
      Deprecated.
      use StandardLoopCharacteristicsStereotype.TESTBEFORE
      Flag that controls whether the loop condition is evaluated at the beginning (testBefore = true) or at the end (testBefore = false) of the loop iteration.
      See Also:
    • STARTEVENT_STEREOTYPE

      @Deprecated public static final String STARTEVENT_STEREOTYPE
      Deprecated.
      use StartEventStereotype.STEREOTYPE_NAME
      See Also:
    • SUBCHOREOGRAPHY_STEREOTYPE

      @Deprecated public static final String SUBCHOREOGRAPHY_STEREOTYPE
      Deprecated.
      use SubChoreographyStereotype.STEREOTYPE_NAME
      See Also:
    • SUBCHOREOGRAPHY_REFERENCEDDIAGRAM_PROPERTY

      @Deprecated public static final String SUBCHOREOGRAPHY_REFERENCEDDIAGRAM_PROPERTY
      Deprecated.
      use SubChoreographyStereotype.REFERENCEDDIAGRAM
      See Also:
    • SUBCONVERSATION_STEREOTYPE

      @Deprecated public static final String SUBCONVERSATION_STEREOTYPE
      Deprecated.
      use SubConversationStereotype.STEREOTYPE_NAME
      See Also:
    • SUBCONVERSATION_MESSAGEFLOWREFS_PROPERTY

      @Deprecated public static final String SUBCONVERSATION_MESSAGEFLOWREFS_PROPERTY
      Deprecated.
      use SubConversationStereotype.MESSAGEFLOWREFS
      See Also:
    • SUBPROCESS_STEREOTYPE

      @Deprecated public static final String SUBPROCESS_STEREOTYPE
      Deprecated.
      use SubProcessStereotype.STEREOTYPE_NAME
      See Also:
    • SUBPROCESS_REFERENCEDDIAGRAM_PROPERTY

      @Deprecated public static final String SUBPROCESS_REFERENCEDDIAGRAM_PROPERTY
      Deprecated.
      use SubProcessStereotype.REFERENCEDDIAGRAM
      See Also:
    • SUBPROCESS_TRIGGEREDBYEVENT_PROPERTY

      @Deprecated public static final String SUBPROCESS_TRIGGEREDBYEVENT_PROPERTY
      Deprecated.
      use SubProcessStereotype.TRIGGEREDBYEVENT
      A flag that identifies whether this Sub-Process is an Event Sub-Process. If false, then this Sub-Process is a normal Sub-Process. If true, the this Sub-Process is an Event Sub-Process and is subject to additional constraints.
      See Also:
    • TASK_STEREOTYPE

      @Deprecated public static final String TASK_STEREOTYPE
      Deprecated.
      use TaskStereotype.STEREOTYPE_NAME
      See Also:
    • TERMINATEENDEVENT_STEREOTYPE

      @Deprecated public static final String TERMINATEENDEVENT_STEREOTYPE
      Deprecated.
      use TerminateEndEventStereotype.STEREOTYPE_NAME
      See Also:
    • TERMINATEEVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String TERMINATEEVENTDEFINITION_STEREOTYPE
      Deprecated.
      use TerminateEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • TEXTANNOTATION_STEREOTYPE

      @Deprecated public static final String TEXTANNOTATION_STEREOTYPE
      Deprecated.
      use TextAnnotationStereotype.STEREOTYPE_NAME
      See Also:
    • THROWEVENT_STEREOTYPE

      @Deprecated public static final String THROWEVENT_STEREOTYPE
      Deprecated.
      use ThrowEventStereotype.STEREOTYPE_NAME
      See Also:
    • THROWEVENT_DATAINPUT_PROPERTY

      @Deprecated public static final String THROWEVENT_DATAINPUT_PROPERTY
      Deprecated.
      use ThrowEventStereotype.DATAINPUT
      See Also:
    • THROWEVENT_INPUTSET_PROPERTY

      @Deprecated public static final String THROWEVENT_INPUTSET_PROPERTY
      Deprecated.
      use ThrowEventStereotype.INPUTSET
      See Also:
    • TIMERBOUNDARYEVENT_STEREOTYPE

      @Deprecated public static final String TIMERBOUNDARYEVENT_STEREOTYPE
      Deprecated.
      use TimerBoundaryEventStereotype.STEREOTYPE_NAME
      See Also:
    • TIMERBOUNDARYEVENT_CANCELACTIVITY_PROPERTY

      @Deprecated public static final String TIMERBOUNDARYEVENT_CANCELACTIVITY_PROPERTY
      Deprecated.
      use TimerBoundaryEventStereotype.CANCELACTIVITY
      See Also:
    • TIMERCATCHINTERMEDIATEEVENT_STEREOTYPE

      @Deprecated public static final String TIMERCATCHINTERMEDIATEEVENT_STEREOTYPE
      Deprecated.
      use TimerCatchIntermediateEventStereotype.STEREOTYPE_NAME
      See Also:
    • TIMEREVENTDEFINITION_STEREOTYPE

      @Deprecated public static final String TIMEREVENTDEFINITION_STEREOTYPE
      Deprecated.
      use TimerEventDefinitionStereotype.STEREOTYPE_NAME
      See Also:
    • TIMEREVENTDEFINITION_TIMECYCLE_PROPERTY

      @Deprecated public static final String TIMEREVENTDEFINITION_TIMECYCLE_PROPERTY
      Deprecated.
      use TimerEventDefinitionStereotype.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:
    • TIMEREVENTDEFINITION_TIMEDATE_PROPERTY

      @Deprecated public static final String TIMEREVENTDEFINITION_TIMEDATE_PROPERTY
      Deprecated.
      use TimerEventDefinitionStereotype.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:
    • TIMEREVENTDEFINITION_TIMEDURATION_PROPERTY

      @Deprecated public static final String TIMEREVENTDEFINITION_TIMEDURATION_PROPERTY
      Deprecated.
      use TimerEventDefinitionStereotype.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:
    • TIMERSTARTEVENT_STEREOTYPE

      @Deprecated public static final String TIMERSTARTEVENT_STEREOTYPE
      Deprecated.
      use TimerStartEventStereotype.STEREOTYPE_NAME
      See Also:
    • TIMERSTARTEVENT_ISINTERRUPTING_PROPERTY

      @Deprecated public static final String TIMERSTARTEVENT_ISINTERRUPTING_PROPERTY
      Deprecated.
      use TimerStartEventStereotype.ISINTERRUPTING
      This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).
      See Also:
    • TRANSACTION_STEREOTYPE

      @Deprecated public static final String TRANSACTION_STEREOTYPE
      Deprecated.
      use TransactionStereotype.STEREOTYPE_NAME
      See Also:
    • TRANSACTION_METHOD_PROPERTY

      @Deprecated public static final String TRANSACTION_METHOD_PROPERTY
      Deprecated.
      use TransactionStereotype.METHOD
      TransactionMethod is an attribute that defines the technique that will be used to undo a Transaction that has been canceled. The default is compensate, but the attribute MAY be set to store or IMAGE.
      See Also:
    • TRANSACTION_PROTOCOL_PROPERTY

      @Deprecated public static final String TRANSACTION_PROTOCOL_PROPERTY
      Deprecated.
      use TransactionStereotype.PROTOCOL
      The elements that make up the internal Sub-Process flow. This association is only applicable when the XSD Interchange is used. In the case of the XMI interchange, this association is inherited from the FlowElementsContainer class.
      See Also:
    • USERTASK_STEREOTYPE

      @Deprecated public static final String USERTASK_STEREOTYPE
      Deprecated.
      use UserTaskStereotype.STEREOTYPE_NAME
      See Also:
    • USERTASK_ACTUALOWNER_PROPERTY

      @Deprecated public static final String USERTASK_ACTUALOWNER_PROPERTY
      Deprecated.
      use UserTaskStereotype.ACTUALOWNER
      Returns the user who picked/claimed the User task and became the actual owner of it. The value is a literal representing the user s id, email address etc.
      See Also:
    • USERTASK_IMPLEMENTATION_PROPERTY

      @Deprecated public static final String USERTASK_IMPLEMENTATION_PROPERTY
      Deprecated.
      use UserTaskStereotype.IMPLEMENTATION
      This attribute specifies the technology that will be used to implement the Business Rule Task. Valid values are "##unspecified" for leaving the implementation technology open, "##WebService" for the Web service technology or a URI identifying any other technology or coordination protocol. The default technology for this task is unspecified.
      See Also:
    • USERTASK_RENDERINGS_PROPERTY

      @Deprecated public static final String USERTASK_RENDERINGS_PROPERTY
      Deprecated.
      use UserTaskStereotype.RENDERINGS
      See Also:
    • USERTASK_TASKPRIORITY_PROPERTY

      @Deprecated public static final String USERTASK_TASKPRIORITY_PROPERTY
      Deprecated.
      use UserTaskStereotype.TASKPRIORITY
      Returns the priority of the User Task.
      See Also:
    • CONDITIONAL_FALSE_STEREOTYPE

      @Deprecated public static final String CONDITIONAL_FALSE_STEREOTYPE
      Deprecated.
      use Conditional_falseStereotype.STEREOTYPE_NAME
      See Also:
    • CONDITIONAL_TRUE_STEREOTYPE

      @Deprecated public static final String CONDITIONAL_TRUE_STEREOTYPE
      Deprecated.
      use Conditional_trueStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATION_FALSE_STEREOTYPE

      @Deprecated public static final String ESCALATION_FALSE_STEREOTYPE
      Deprecated.
      use Escalation_falseStereotype.STEREOTYPE_NAME
      See Also:
    • ESCALATION_TRUE_STEREOTYPE

      @Deprecated public static final String ESCALATION_TRUE_STEREOTYPE
      Deprecated.
      use Escalation_trueStereotype.STEREOTYPE_NAME
      See Also:
    • EVENTGATEWAYTYPE_EXCLUSIVE_STEREOTYPE

      @Deprecated public static final String EVENTGATEWAYTYPE_EXCLUSIVE_STEREOTYPE
      Deprecated.
      use EventGatewayType_exclusiveStereotype.STEREOTYPE_NAME
      See Also:
    • EVENTGATEWAYTYPE_PARALLEL_STEREOTYPE

      @Deprecated public static final String EVENTGATEWAYTYPE_PARALLEL_STEREOTYPE
      Deprecated.
      use EventGatewayType_parallelStereotype.STEREOTYPE_NAME
      See Also:
    • GATEWAYNOTATION_WITHMARKER_STEREOTYPE

      @Deprecated public static final String GATEWAYNOTATION_WITHMARKER_STEREOTYPE
      Deprecated.
      use GatewayNotation_withMarkerStereotype.STEREOTYPE_NAME
      See Also:
    • GATEWAYNOTATION_WITHOUTMARKER_STEREOTYPE

      @Deprecated public static final String GATEWAYNOTATION_WITHOUTMARKER_STEREOTYPE
      Deprecated.
      use GatewayNotation_withoutMarkerStereotype.STEREOTYPE_NAME
      See Also:
    • IS_COLLECTION_DATAINPUT_FALSE_STEREOTYPE

      @Deprecated public static final String IS_COLLECTION_DATAINPUT_FALSE_STEREOTYPE
      Deprecated.
      use Is_collection_dataInput_falseStereotype.STEREOTYPE_NAME
      See Also:
    • IS_COLLECTION_DATAINPUT_TRUE_STEREOTYPE

      @Deprecated public static final String IS_COLLECTION_DATAINPUT_TRUE_STEREOTYPE
      Deprecated.
      use Is_collection_dataInput_trueStereotype.STEREOTYPE_NAME
      See Also:
    • IS_COLLECTION_DATAOUTPUT_FALSE_STEREOTYPE

      @Deprecated public static final String IS_COLLECTION_DATAOUTPUT_FALSE_STEREOTYPE
      Deprecated.
      use Is_collection_dataOutput_falseStereotype.STEREOTYPE_NAME
      See Also:
    • IS_COLLECTION_DATAOUTPUT_TRUE_STEREOTYPE

      @Deprecated public static final String IS_COLLECTION_DATAOUTPUT_TRUE_STEREOTYPE
      Deprecated.
      use Is_collection_dataOutput_trueStereotype.STEREOTYPE_NAME
      See Also:
    • IS_COLLECTION_FALSE_STEREOTYPE

      @Deprecated public static final String IS_COLLECTION_FALSE_STEREOTYPE
      Deprecated.
      use Is_collection_falseStereotype.STEREOTYPE_NAME
      See Also:
    • IS_COLLECTION_TRUE_STEREOTYPE

      @Deprecated public static final String IS_COLLECTION_TRUE_STEREOTYPE
      Deprecated.
      use Is_collection_trueStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGETYPE_INITIATING_STEREOTYPE

      @Deprecated public static final String MESSAGETYPE_INITIATING_STEREOTYPE
      Deprecated.
      use MessageType_initiatingStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGETYPE_REPLY_STEREOTYPE

      @Deprecated public static final String MESSAGETYPE_REPLY_STEREOTYPE
      Deprecated.
      use MessageType_replyStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGE_FALSE_STEREOTYPE

      @Deprecated public static final String MESSAGE_FALSE_STEREOTYPE
      Deprecated.
      use Message_falseStereotype.STEREOTYPE_NAME
      See Also:
    • MESSAGE_TRUE_STEREOTYPE

      @Deprecated public static final String MESSAGE_TRUE_STEREOTYPE
      Deprecated.
      use Message_trueStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIPLE_FALSE_STEREOTYPE

      @Deprecated public static final String MULTIPLE_FALSE_STEREOTYPE
      Deprecated.
      use Multiple_falseStereotype.STEREOTYPE_NAME
      See Also:
    • MULTIPLE_TRUE_STEREOTYPE

      @Deprecated public static final String MULTIPLE_TRUE_STEREOTYPE
      Deprecated.
      use Multiple_trueStereotype.STEREOTYPE_NAME
      See Also:
    • NP_STEREOTYPE

      @Deprecated public static final String NP_STEREOTYPE
      Deprecated.
      use NpStereotype.STEREOTYPE_NAME
      See Also:
    • PARRALLELMULTIPLE_FALSE_STEREOTYPE

      @Deprecated public static final String PARRALLELMULTIPLE_FALSE_STEREOTYPE
      Deprecated.
      use ParrallelMultiple_falseStereotype.STEREOTYPE_NAME
      See Also:
    • PARRALLELMULTIPLE_TRUE_STEREOTYPE

      @Deprecated public static final String PARRALLELMULTIPLE_TRUE_STEREOTYPE
      Deprecated.
      use ParrallelMultiple_trueStereotype.STEREOTYPE_NAME
      See Also:
    • PF_STEREOTYPE

      @Deprecated public static final String PF_STEREOTYPE
      Deprecated.
      use PfStereotype.STEREOTYPE_NAME
      See Also:
    • PP_STEREOTYPE

      @Deprecated public static final String PP_STEREOTYPE
      Deprecated.
      use PpStereotype.STEREOTYPE_NAME
      See Also:
    • SIGNAL_FALSE_STEREOTYPE

      @Deprecated public static final String SIGNAL_FALSE_STEREOTYPE
      Deprecated.
      use Signal_falseStereotype.STEREOTYPE_NAME
      See Also:
    • SIGNAL_TRUE_STEREOTYPE

      @Deprecated public static final String SIGNAL_TRUE_STEREOTYPE
      Deprecated.
      use Signal_trueStereotype.STEREOTYPE_NAME
      See Also:
    • START_CONDITIONAL_FALSE_STEREOTYPE

      @Deprecated public static final String START_CONDITIONAL_FALSE_STEREOTYPE
      Deprecated.
      use Start_conditional_falseStereotype.STEREOTYPE_NAME
      See Also:
    • START_CONDITIONAL_TRUE_STEREOTYPE

      @Deprecated public static final String START_CONDITIONAL_TRUE_STEREOTYPE
      Deprecated.
      use Start_conditional_trueStereotype.STEREOTYPE_NAME
      See Also:
    • START_ESCALATION_FALSE_STEREOTYPE

      @Deprecated public static final String START_ESCALATION_FALSE_STEREOTYPE
      Deprecated.
      use Start_escalation_falseStereotype.STEREOTYPE_NAME
      See Also:
    • START_ESCALATION_TRUE_STEREOTYPE

      @Deprecated public static final String START_ESCALATION_TRUE_STEREOTYPE
      Deprecated.
      use Start_escalation_trueStereotype.STEREOTYPE_NAME
      See Also:
    • START_MESSAGE_FALSE_STEREOTYPE

      @Deprecated public static final String START_MESSAGE_FALSE_STEREOTYPE
      Deprecated.
      use Start_message_falseStereotype.STEREOTYPE_NAME
      See Also:
    • START_MESSAGE_TRUE_STEREOTYPE

      @Deprecated public static final String START_MESSAGE_TRUE_STEREOTYPE
      Deprecated.
      use Start_message_trueStereotype.STEREOTYPE_NAME
      See Also:
    • START_MULTIPLE_FALSE_STEREOTYPE

      @Deprecated public static final String START_MULTIPLE_FALSE_STEREOTYPE
      Deprecated.
      use Start_multiple_falseStereotype.STEREOTYPE_NAME
      See Also:
    • START_MULTIPLE_TRUE_STEREOTYPE

      @Deprecated public static final String START_MULTIPLE_TRUE_STEREOTYPE
      Deprecated.
      use Start_multiple_trueStereotype.STEREOTYPE_NAME
      See Also:
    • START_PARALLELMULTIPLE_FALSE_STEREOTYPE

      @Deprecated public static final String START_PARALLELMULTIPLE_FALSE_STEREOTYPE
      Deprecated.
      use Start_parallelMultiple_falseStereotype.STEREOTYPE_NAME
      See Also:
    • START_PARALLELMULTIPLE_TRUE_STEREOTYPE

      @Deprecated public static final String START_PARALLELMULTIPLE_TRUE_STEREOTYPE
      Deprecated.
      use Start_parallelMultiple_trueStereotype.STEREOTYPE_NAME
      See Also:
    • START_SIGNAL_FALSE_STEREOTYPE

      @Deprecated public static final String START_SIGNAL_FALSE_STEREOTYPE
      Deprecated.
      use Start_signal_falseStereotype.STEREOTYPE_NAME
      See Also:
    • START_SIGNAL_TRUE_STEREOTYPE

      @Deprecated public static final String START_SIGNAL_TRUE_STEREOTYPE
      Deprecated.
      use Start_signal_trueStereotype.STEREOTYPE_NAME
      See Also:
    • START_TIMER_FALSE_STEREOTYPE

      @Deprecated public static final String START_TIMER_FALSE_STEREOTYPE
      Deprecated.
      use Start_timer_falseStereotype.STEREOTYPE_NAME
      See Also:
    • START_TIMER_TRUE_STEREOTYPE

      @Deprecated public static final String START_TIMER_TRUE_STEREOTYPE
      Deprecated.
      use Start_timer_trueStereotype.STEREOTYPE_NAME
      See Also:
    • TIMER_FALSE_STEREOTYPE

      @Deprecated public static final String TIMER_FALSE_STEREOTYPE
      Deprecated.
      use Timer_falseStereotype.STEREOTYPE_NAME
      See Also:
    • TIMER_TRUE_STEREOTYPE

      @Deprecated public static final String TIMER_TRUE_STEREOTYPE
      Deprecated.
      use Timer_trueStereotype.STEREOTYPE_NAME
      See Also:
  • Constructor Details

    • BPMN2Profile

      public BPMN2Profile(com.nomagic.profiles.ProfileCache cache)
  • Method Details

    • getInstance

      public static BPMN2Profile getInstance(BaseElement baseElement)
    • getInstanceByProject

      public static BPMN2Profile getInstanceByProject(com.nomagic.uml2.project.ElementProject project)
    • adHocSubProcess

      public BPMN2Profile.AdHocSubProcessStereotype adHocSubProcess()
    • assignment

      public BPMN2Profile.AssignmentStereotype assignment()
    • auditing

    • bpmnActivity

      public BPMN2Profile.BPMNActivityStereotype bpmnActivity()
    • bpmnArtifact

      public BPMN2Profile.BPMNArtifactStereotype bpmnArtifact()
    • bpmnAssociation

      public BPMN2Profile.BPMNAssociationStereotype bpmnAssociation()
    • bpmnEvent

    • bpmnExpression

      public BPMN2Profile.BPMNExpressionStereotype bpmnExpression()
    • bpmnInterface

      public BPMN2Profile.BPMNInterfaceStereotype bpmnInterface()
    • bpmnMessage

      public BPMN2Profile.BPMNMessageStereotype bpmnMessage()
    • bpmnOperation

      public BPMN2Profile.BPMNOperationStereotype bpmnOperation()
    • bpmnProcess

      public BPMN2Profile.BPMNProcessStereotype bpmnProcess()
    • bpmnProperty

      public BPMN2Profile.BPMNPropertyStereotype bpmnProperty()
    • bpmnRelationship

      public BPMN2Profile.BPMNRelationshipStereotype bpmnRelationship()
    • baseElement

      public BPMN2Profile.BaseElementStereotype baseElement()
    • boundaryEvent

      public BPMN2Profile.BoundaryEventStereotype boundaryEvent()
    • businessRuleTask

      public BPMN2Profile.BusinessRuleTaskStereotype businessRuleTask()
    • callActivity

      public BPMN2Profile.CallActivityStereotype callActivity()
    • callChoreography

      public BPMN2Profile.CallChoreographyStereotype callChoreography()
    • callConversation

      public BPMN2Profile.CallConversationStereotype callConversation()
    • callableElement

      public BPMN2Profile.CallableElementStereotype callableElement()
    • cancelBoundaryEvent

      public BPMN2Profile.CancelBoundaryEventStereotype cancelBoundaryEvent()
    • cancelEndEvent

      public BPMN2Profile.CancelEndEventStereotype cancelEndEvent()
    • cancelEventDefinition

      public BPMN2Profile.CancelEventDefinitionStereotype cancelEventDefinition()
    • catchEvent

      public BPMN2Profile.CatchEventStereotype catchEvent()
    • choreography

      public BPMN2Profile.ChoreographyStereotype choreography()
    • choreographyActivity

      public BPMN2Profile.ChoreographyActivityStereotype choreographyActivity()
    • choreographyDiagram

      public BPMN2Profile.ChoreographyDiagramStereotype choreographyDiagram()
    • choreographyTask

      public BPMN2Profile.ChoreographyTaskStereotype choreographyTask()
    • collaboration

      public BPMN2Profile.CollaborationStereotype collaboration()
    • collaborationDiagram

      public BPMN2Profile.CollaborationDiagramStereotype collaborationDiagram()
    • communication

      public BPMN2Profile.CommunicationStereotype communication()
    • compensationBoundaryEvent

      public BPMN2Profile.CompensationBoundaryEventStereotype compensationBoundaryEvent()
    • compensationEndEvent

      public BPMN2Profile.CompensationEndEventStereotype compensationEndEvent()
    • compensationStartEvent

      public BPMN2Profile.CompensationStartEventStereotype compensationStartEvent()
    • compensationThrowIntermediateEvent

      public BPMN2Profile.CompensationThrowIntermediateEventStereotype compensationThrowIntermediateEvent()
    • compenstationEventDefinition

      public BPMN2Profile.CompenstationEventDefinitionStereotype compenstationEventDefinition()
    • complexBehaviorDefinition

      public BPMN2Profile.ComplexBehaviorDefinitionStereotype complexBehaviorDefinition()
    • complexGateway

      public BPMN2Profile.ComplexGatewayStereotype complexGateway()
    • conditionalBoundaryEvent

      public BPMN2Profile.ConditionalBoundaryEventStereotype conditionalBoundaryEvent()
    • conditionalCatchIntermediateEvent

      public BPMN2Profile.ConditionalCatchIntermediateEventStereotype conditionalCatchIntermediateEvent()
    • conditionalEventDefinition

      public BPMN2Profile.ConditionalEventDefinitionStereotype conditionalEventDefinition()
    • conditionalStartEvent

      public BPMN2Profile.ConditionalStartEventStereotype conditionalStartEvent()
    • conversationAssociation

      public BPMN2Profile.ConversationAssociationStereotype conversationAssociation()
    • conversationDiagram

      public BPMN2Profile.ConversationDiagramStereotype conversationDiagram()
    • conversationLink

      public BPMN2Profile.ConversationLinkStereotype conversationLink()
    • conversationNode

      public BPMN2Profile.ConversationNodeStereotype conversationNode()
    • correlationKey

      public BPMN2Profile.CorrelationKeyStereotype correlationKey()
    • correlationProperty

      public BPMN2Profile.CorrelationPropertyStereotype correlationProperty()
    • correlationPropertyBinding

      public BPMN2Profile.CorrelationPropertyBindingStereotype correlationPropertyBinding()
    • correlationPropertyRetrievalExpression

      public BPMN2Profile.CorrelationPropertyRetrievalExpressionStereotype correlationPropertyRetrievalExpression()
    • correlationSubscription

      public BPMN2Profile.CorrelationSubscriptionStereotype correlationSubscription()
    • dataAssociation

      public BPMN2Profile.DataAssociationStereotype dataAssociation()
    • dataInput

    • dataInputAssociation

      public BPMN2Profile.DataInputAssociationStereotype dataInputAssociation()
    • dataObject

      public BPMN2Profile.DataObjectStereotype dataObject()
    • dataOutput

      public BPMN2Profile.DataOutputStereotype dataOutput()
    • dataOutputAssociation

      public BPMN2Profile.DataOutputAssociationStereotype dataOutputAssociation()
    • dataStore

    • definitions

      public BPMN2Profile.DefinitionsStereotype definitions()
    • endEvent

    • endPoint

    • error

    • errorBoundaryEvent

      public BPMN2Profile.ErrorBoundaryEventStereotype errorBoundaryEvent()
    • errorEndEvent

      public BPMN2Profile.ErrorEndEventStereotype errorEndEvent()
    • errorEventDefinition

      public BPMN2Profile.ErrorEventDefinitionStereotype errorEventDefinition()
    • errorStartEvent

      public BPMN2Profile.ErrorStartEventStereotype errorStartEvent()
    • escalation

      public BPMN2Profile.EscalationStereotype escalation()
    • escalationBoundaryEvent

      public BPMN2Profile.EscalationBoundaryEventStereotype escalationBoundaryEvent()
    • escalationEndEvent

      public BPMN2Profile.EscalationEndEventStereotype escalationEndEvent()
    • escalationEventDefinition

      public BPMN2Profile.EscalationEventDefinitionStereotype escalationEventDefinition()
    • escalationStartEvent

      public BPMN2Profile.EscalationStartEventStereotype escalationStartEvent()
    • escalationThrowIntermediateEvent

      public BPMN2Profile.EscalationThrowIntermediateEventStereotype escalationThrowIntermediateEvent()
    • eventBasedGateway

      public BPMN2Profile.EventBasedGatewayStereotype eventBasedGateway()
    • eventDefinition

      public BPMN2Profile.EventDefinitionStereotype eventDefinition()
    • exclusiveGateway

      public BPMN2Profile.ExclusiveGatewayStereotype exclusiveGateway()
    • flowElement

      public BPMN2Profile.FlowElementStereotype flowElement()
    • flowElementsContainer

      public BPMN2Profile.FlowElementsContainerStereotype flowElementsContainer()
    • flowNode

    • formalExpression

      public BPMN2Profile.FormalExpressionStereotype formalExpression()
    • gateway

    • globalBusinessRuleTask

      public BPMN2Profile.GlobalBusinessRuleTaskStereotype globalBusinessRuleTask()
    • globalChoreographyTask

      public BPMN2Profile.GlobalChoreographyTaskStereotype globalChoreographyTask()
    • globalConversation

      public BPMN2Profile.GlobalConversationStereotype globalConversation()
    • globalManualTask

      public BPMN2Profile.GlobalManualTaskStereotype globalManualTask()
    • globalScriptTask

      public BPMN2Profile.GlobalScriptTaskStereotype globalScriptTask()
    • globalTask

      public BPMN2Profile.GlobalTaskStereotype globalTask()
    • globalUserTask

      public BPMN2Profile.GlobalUserTaskStereotype globalUserTask()
    • humanPerformer

      public BPMN2Profile.HumanPerformerStereotype humanPerformer()
    • implicitThrowEvent

      public BPMN2Profile.ImplicitThrowEventStereotype implicitThrowEvent()
    • _import

    • inclusiveGateway

      public BPMN2Profile.InclusiveGatewayStereotype inclusiveGateway()
    • informationSystem

      public BPMN2Profile.InformationSystemStereotype informationSystem()
    • inputOutputSpecification

      public BPMN2Profile.InputOutputSpecificationStereotype inputOutputSpecification()
    • inputSet

    • interactionNode

      public BPMN2Profile.InteractionNodeStereotype interactionNode()
    • intermediateCatchEvent

      public BPMN2Profile.IntermediateCatchEventStereotype intermediateCatchEvent()
    • intermediateThrowEvent

      public BPMN2Profile.IntermediateThrowEventStereotype intermediateThrowEvent()
    • itemAwareElement

      public BPMN2Profile.ItemAwareElementStereotype itemAwareElement()
    • itemDefinition

      public BPMN2Profile.ItemDefinitionStereotype itemDefinition()
    • lane

    • laneSet

    • linkCatchIntermediateEvent

      public BPMN2Profile.LinkCatchIntermediateEventStereotype linkCatchIntermediateEvent()
    • linkEventDefinition

      public BPMN2Profile.LinkEventDefinitionStereotype linkEventDefinition()
    • linkThrowIntermediateEvent

      public BPMN2Profile.LinkThrowIntermediateEventStereotype linkThrowIntermediateEvent()
    • loopCharacteristics

      public BPMN2Profile.LoopCharacteristicsStereotype loopCharacteristics()
    • manualTask

      public BPMN2Profile.ManualTaskStereotype manualTask()
    • messageBoundaryEvent

      public BPMN2Profile.MessageBoundaryEventStereotype messageBoundaryEvent()
    • messageCatchIntermediateEvent

      public BPMN2Profile.MessageCatchIntermediateEventStereotype messageCatchIntermediateEvent()
    • messageEndEvent

      public BPMN2Profile.MessageEndEventStereotype messageEndEvent()
    • messageEventDefinition

      public BPMN2Profile.MessageEventDefinitionStereotype messageEventDefinition()
    • messageFlow

      public BPMN2Profile.MessageFlowStereotype messageFlow()
    • messageFlowAssociation

      public BPMN2Profile.MessageFlowAssociationStereotype messageFlowAssociation()
    • messageStartEvent

      public BPMN2Profile.MessageStartEventStereotype messageStartEvent()
    • messageThrowIntermediateEvent

      public BPMN2Profile.MessageThrowIntermediateEventStereotype messageThrowIntermediateEvent()
    • monitoring

      public BPMN2Profile.MonitoringStereotype monitoring()
    • multiInstanceLoopCharacteristics

      public BPMN2Profile.MultiInstanceLoopCharacteristicsStereotype multiInstanceLoopCharacteristics()
    • multipleBoundaryEvent

      public BPMN2Profile.MultipleBoundaryEventStereotype multipleBoundaryEvent()
    • multipleCatchIntermediateEvent

      public BPMN2Profile.MultipleCatchIntermediateEventStereotype multipleCatchIntermediateEvent()
    • multipleEndEvent

      public BPMN2Profile.MultipleEndEventStereotype multipleEndEvent()
    • multipleStartEvent

      public BPMN2Profile.MultipleStartEventStereotype multipleStartEvent()
    • multipleThrowIntermediateEvent

      public BPMN2Profile.MultipleThrowIntermediateEventStereotype multipleThrowIntermediateEvent()
    • nonExclusiveGateway

      public BPMN2Profile.NonExclusiveGatewayStereotype nonExclusiveGateway()
    • noneEndEvent

      public BPMN2Profile.NoneEndEventStereotype noneEndEvent()
    • noneIntermediateEvent

      public BPMN2Profile.NoneIntermediateEventStereotype noneIntermediateEvent()
    • noneStartEvent

      public BPMN2Profile.NoneStartEventStereotype noneStartEvent()
    • outputSet

    • parallelGateway

      public BPMN2Profile.ParallelGatewayStereotype parallelGateway()
    • parallelMultipleBoundaryEvent

      public BPMN2Profile.ParallelMultipleBoundaryEventStereotype parallelMultipleBoundaryEvent()
    • parallelMultipleCatchIntermediateEvent

      public BPMN2Profile.ParallelMultipleCatchIntermediateEventStereotype parallelMultipleCatchIntermediateEvent()
    • parallelMultipleStartEvent

      public BPMN2Profile.ParallelMultipleStartEventStereotype parallelMultipleStartEvent()
    • participant

      public BPMN2Profile.ParticipantStereotype participant()
    • participantAssociation

      public BPMN2Profile.ParticipantAssociationStereotype participantAssociation()
    • partnerEntity

      public BPMN2Profile.PartnerEntityStereotype partnerEntity()
    • partnerRole

      public BPMN2Profile.PartnerRoleStereotype partnerRole()
    • performer

    • pool

    • potentialOwner

      public BPMN2Profile.PotentialOwnerStereotype potentialOwner()
    • processDiagram

      public BPMN2Profile.ProcessDiagramStereotype processDiagram()
    • processEnablers

      public BPMN2Profile.ProcessEnablersStereotype processEnablers()
    • processGuides

      public BPMN2Profile.ProcessGuidesStereotype processGuides()
    • processInputs

      public BPMN2Profile.ProcessInputsStereotype processInputs()
    • processOutputs

      public BPMN2Profile.ProcessOutputsStereotype processOutputs()
    • receiveTask

      public BPMN2Profile.ReceiveTaskStereotype receiveTask()
    • rendering

    • resource

    • resourceAssignmentExpression

      public BPMN2Profile.ResourceAssignmentExpressionStereotype resourceAssignmentExpression()
    • resourceParameter

      public BPMN2Profile.ResourceParameterStereotype resourceParameter()
    • resourceParameterBinding

      public BPMN2Profile.ResourceParameterBindingStereotype resourceParameterBinding()
    • resourceRole

      public BPMN2Profile.ResourceRoleStereotype resourceRole()
    • rootElement

      public BPMN2Profile.RootElementStereotype rootElement()
    • scopeDiagram

      public BPMN2Profile.ScopeDiagramStereotype scopeDiagram()
    • scriptTask

      public BPMN2Profile.ScriptTaskStereotype scriptTask()
    • sendTask

    • sequenceFlow

      public BPMN2Profile.SequenceFlowStereotype sequenceFlow()
    • serviceTask

      public BPMN2Profile.ServiceTaskStereotype serviceTask()
    • signalBoundaryEvent

      public BPMN2Profile.SignalBoundaryEventStereotype signalBoundaryEvent()
    • signalCatchIntermediateEvent

      public BPMN2Profile.SignalCatchIntermediateEventStereotype signalCatchIntermediateEvent()
    • signalEndEvent

      public BPMN2Profile.SignalEndEventStereotype signalEndEvent()
    • signalEventDefinition

      public BPMN2Profile.SignalEventDefinitionStereotype signalEventDefinition()
    • signalStartEvent

      public BPMN2Profile.SignalStartEventStereotype signalStartEvent()
    • signalThrowIntermediateEvent

      public BPMN2Profile.SignalThrowIntermediateEventStereotype signalThrowIntermediateEvent()
    • standardLoopCharacteristics

      public BPMN2Profile.StandardLoopCharacteristicsStereotype standardLoopCharacteristics()
    • startEvent

      public BPMN2Profile.StartEventStereotype startEvent()
    • subChoreography

      public BPMN2Profile.SubChoreographyStereotype subChoreography()
    • subConversation

      public BPMN2Profile.SubConversationStereotype subConversation()
    • subProcess

      public BPMN2Profile.SubProcessStereotype subProcess()
    • task

    • terminateEndEvent

      public BPMN2Profile.TerminateEndEventStereotype terminateEndEvent()
    • terminateEventDefinition

      public BPMN2Profile.TerminateEventDefinitionStereotype terminateEventDefinition()
    • textAnnotation

      public BPMN2Profile.TextAnnotationStereotype textAnnotation()
    • throwEvent

      public BPMN2Profile.ThrowEventStereotype throwEvent()
    • timerBoundaryEvent

      public BPMN2Profile.TimerBoundaryEventStereotype timerBoundaryEvent()
    • timerCatchIntermediateEvent

      public BPMN2Profile.TimerCatchIntermediateEventStereotype timerCatchIntermediateEvent()
    • timerEventDefinition

      public BPMN2Profile.TimerEventDefinitionStereotype timerEventDefinition()
    • timerStartEvent

      public BPMN2Profile.TimerStartEventStereotype timerStartEvent()
    • transaction

      public BPMN2Profile.TransactionStereotype transaction()
    • userTask

    • conditional_false

      public BPMN2Profile.Conditional_falseStereotype conditional_false()
    • conditional_true

      public BPMN2Profile.Conditional_trueStereotype conditional_true()
    • escalation_false

      public BPMN2Profile.Escalation_falseStereotype escalation_false()
    • escalation_true

      public BPMN2Profile.Escalation_trueStereotype escalation_true()
    • eventGatewayType_exclusive

      public BPMN2Profile.EventGatewayType_exclusiveStereotype eventGatewayType_exclusive()
    • eventGatewayType_parallel

      public BPMN2Profile.EventGatewayType_parallelStereotype eventGatewayType_parallel()
    • gatewayNotation_withMarker

      public BPMN2Profile.GatewayNotation_withMarkerStereotype gatewayNotation_withMarker()
    • gatewayNotation_withoutMarker

      public BPMN2Profile.GatewayNotation_withoutMarkerStereotype gatewayNotation_withoutMarker()
    • is_collection_dataInput_false

      public BPMN2Profile.Is_collection_dataInput_falseStereotype is_collection_dataInput_false()
    • is_collection_dataInput_true

      public BPMN2Profile.Is_collection_dataInput_trueStereotype is_collection_dataInput_true()
    • is_collection_dataOutput_false

      public BPMN2Profile.Is_collection_dataOutput_falseStereotype is_collection_dataOutput_false()
    • is_collection_dataOutput_true

      public BPMN2Profile.Is_collection_dataOutput_trueStereotype is_collection_dataOutput_true()
    • is_collection_false

      public BPMN2Profile.Is_collection_falseStereotype is_collection_false()
    • is_collection_true

      public BPMN2Profile.Is_collection_trueStereotype is_collection_true()
    • messageType_initiating

      public BPMN2Profile.MessageType_initiatingStereotype messageType_initiating()
    • messageType_reply

      public BPMN2Profile.MessageType_replyStereotype messageType_reply()
    • message_false

      public BPMN2Profile.Message_falseStereotype message_false()
    • message_true

      public BPMN2Profile.Message_trueStereotype message_true()
    • multiple_false

      public BPMN2Profile.Multiple_falseStereotype multiple_false()
    • multiple_true

      public BPMN2Profile.Multiple_trueStereotype multiple_true()
    • np

    • parrallelMultiple_false

      public BPMN2Profile.ParrallelMultiple_falseStereotype parrallelMultiple_false()
    • parrallelMultiple_true

      public BPMN2Profile.ParrallelMultiple_trueStereotype parrallelMultiple_true()
    • pf

    • pp

    • signal_false

      public BPMN2Profile.Signal_falseStereotype signal_false()
    • signal_true

      public BPMN2Profile.Signal_trueStereotype signal_true()
    • start_conditional_false

      public BPMN2Profile.Start_conditional_falseStereotype start_conditional_false()
    • start_conditional_true

      public BPMN2Profile.Start_conditional_trueStereotype start_conditional_true()
    • start_escalation_false

      public BPMN2Profile.Start_escalation_falseStereotype start_escalation_false()
    • start_escalation_true

      public BPMN2Profile.Start_escalation_trueStereotype start_escalation_true()
    • start_message_false

      public BPMN2Profile.Start_message_falseStereotype start_message_false()
    • start_message_true

      public BPMN2Profile.Start_message_trueStereotype start_message_true()
    • start_multiple_false

      public BPMN2Profile.Start_multiple_falseStereotype start_multiple_false()
    • start_multiple_true

      public BPMN2Profile.Start_multiple_trueStereotype start_multiple_true()
    • start_parallelMultiple_false

      public BPMN2Profile.Start_parallelMultiple_falseStereotype start_parallelMultiple_false()
    • start_parallelMultiple_true

      public BPMN2Profile.Start_parallelMultiple_trueStereotype start_parallelMultiple_true()
    • start_signal_false

      public BPMN2Profile.Start_signal_falseStereotype start_signal_false()
    • start_signal_true

      public BPMN2Profile.Start_signal_trueStereotype start_signal_true()
    • start_timer_false

      public BPMN2Profile.Start_timer_falseStereotype start_timer_false()
    • start_timer_true

      public BPMN2Profile.Start_timer_trueStereotype start_timer_true()
    • timer_false

      public BPMN2Profile.Timer_falseStereotype timer_false()
    • timer_true

      public BPMN2Profile.Timer_trueStereotype timer_true()
    • getActivity_State

      public Enumeration getActivity_State()
    • getAdHocOrdering

      public Enumeration getAdHocOrdering()
    • getAssociationDirection

      public Enumeration getAssociationDirection()
    • getBusinessRuleImplementation

      public Enumeration getBusinessRuleImplementation()
    • getEventBasedGatewayType

      public Enumeration getEventBasedGatewayType()
    • getGatewayDirection

      public Enumeration getGatewayDirection()
    • getGatewayNotation

      public Enumeration getGatewayNotation()
    • getImplementation

      public Enumeration getImplementation()
    • getItemKind

      public Enumeration getItemKind()
    • getMessageType

      public Enumeration getMessageType()
    • getMultiInstanceBehavior

      public Enumeration getMultiInstanceBehavior()
    • getProcessState

      public Enumeration getProcessState()
    • getProcessType

      public Enumeration getProcessType()
    • getTransactionMethod

      public Enumeration getTransactionMethod()
    • getUserTaskImplementation

      public Enumeration getUserTaskImplementation()
    • getAcceptableMannerKind

      public Enumeration getAcceptableMannerKind()
    • getCancelActivity_conditional

      public Enumeration getCancelActivity_conditional()
    • getCancelActivity_escalation

      public Enumeration getCancelActivity_escalation()
    • getCancelActivity_message

      public Enumeration getCancelActivity_message()
    • getCancelActivity_multiple

      public Enumeration getCancelActivity_multiple()
    • getCancelActivity_parallelMultiple

      public Enumeration getCancelActivity_parallelMultiple()
    • getCancelActivity_signal

      public Enumeration getCancelActivity_signal()
    • getCancelActivity_timer

      public Enumeration getCancelActivity_timer()
    • getIsCollection

      public Enumeration getIsCollection()
    • getIsCollection_dataInput

      public Enumeration getIsCollection_dataInput()
    • getIsCollection_dataOutput

      public Enumeration getIsCollection_dataOutput()
    • getIsInterrupting_conditional

      public Enumeration getIsInterrupting_conditional()
    • getIsInterrupting_escalation

      public Enumeration getIsInterrupting_escalation()
    • getIsInterrupting_message

      public Enumeration getIsInterrupting_message()
    • getIsInterrupting_multiple

      public Enumeration getIsInterrupting_multiple()
    • getIsInterrupting_parallelMultiple

      public Enumeration getIsInterrupting_parallelMultiple()
    • getIsInterrupting_signal

      public Enumeration getIsInterrupting_signal()
    • getIsInterrupting_timer

      public Enumeration getIsInterrupting_timer()
    • getAdHocSubProcess

      @Deprecated public Stereotype getAdHocSubProcess()
      Deprecated.
      use getInstance(element).adHocSubProcess().getStereotype()
      An Ad-Hoc Sub-Process is a specialized type of Sub-Process that is a group of Activities that have no required sequence relationships. A set of activities can be defined for the Process, but the sequence and number of performances for the Activities is determined by the performers of the Activities.
      Returns:
      stereotype
    • isAdHocSubProcess

      @Deprecated public static boolean isAdHocSubProcess(@CheckForNull Element element)
      Deprecated.
      use AdHocSubProcessStereotype.isInstance(element)
    • getAssignment

      @Deprecated public Stereotype getAssignment()
      Deprecated.
      use getInstance(element).assignment().getStereotype()
      The Assignment class is used to specify a simple mapping of data elements using a specified expression language. The default expression language for all expressions is specified in the Definitions element, using the expressionLanguage attribute. It can also be overridden on each individual Assignment using the same attribute.
      Returns:
      stereotype
    • isAssignment

      @Deprecated public static boolean isAssignment(@CheckForNull Element element)
      Deprecated.
      use AssignmentStereotype.isInstance(element)
    • getAuditing

      @Deprecated public Stereotype getAuditing()
      Deprecated.
      use getInstance(element).auditing().getStereotype()
      The Auditing element and its model associations allow defining attributes related to auditing. It leverages the BPMN extensibility mechanism. This element is used by FlowElements and Process. The actual definition of auditing attributes is out of scope of this specification. BPMN 2.0 implementations may define their own set of attributes and their intended semantics.
      Returns:
      stereotype
    • isAuditing

      @Deprecated public static boolean isAuditing(@CheckForNull Element element)
      Deprecated.
      use AuditingStereotype.isInstance(element)
    • getBPMNActivity

      @Deprecated public Stereotype getBPMNActivity()
      Deprecated.
      use getInstance(element).bpmnActivity().getStereotype()
      An Activity is work that is performed within a Business Process. An Activity can be atomic or non-atomic (compound). The types of Activities that are a part of a Process are: Task, Sub-Process, and Call Activity, which allows the inclusion of re-usable Tasks and Processes in the diagram. However, a Process is not a specific graphical object. Instead, it is a set of graphical objects. The following sections will focus on the graphical objects Sub-Process and Task. Activities represent points in a Process flow where work is performed. They are the executable elements of a BPMN Process. The Activity class is an abstract element, sub-classing from FlowElement. Concrete sub-classes of Activity specify additional semantics above and beyond that defined for the generic Activity.
      Returns:
      stereotype
    • isBPMNActivity

      @Deprecated public static boolean isBPMNActivity(@CheckForNull Element element)
      Deprecated.
      use BPMNActivityStereotype.isInstance(element)
    • getBPMNArtifact

      @Deprecated public Stereotype getBPMNArtifact()
      Deprecated.
      use getInstance(element).bpmnArtifact().getStereotype()
      BPMN provides modelers with the capability of showing additional information about a Process that is not directly related to the Sequence Flow or Message Flow of the Process. At this point, BPMN provides three (3) standard Artifacts: Associations, Groups, and a Text Annotations. Additional Artifacts may be added to the BPMN specification in later versions. A modeler or modeling tool may extend a BPMN diagram and add new types of Artifacts to a Diagram.
      Returns:
      stereotype
    • isBPMNArtifact

      @Deprecated public static boolean isBPMNArtifact(@CheckForNull Element element)
      Deprecated.
      use BPMNArtifactStereotype.isInstance(element)
    • getBPMNAssociation

      @Deprecated public Stereotype getBPMNAssociation()
      Deprecated.
      use getInstance(element).bpmnAssociation().getStereotype()
      An Association is used to associate information and Artifacts with Flow Objects. Text and graphical non-Flow Objects can be associated with the Flow Objects and Flow. An Association is also used to show the Activity used for compensation. An Association is used to connect user-defined text (an Annotation) with a Flow Object
      Returns:
      stereotype
    • isBPMNAssociation

      @Deprecated public static boolean isBPMNAssociation(@CheckForNull Element element)
      Deprecated.
      use BPMNAssociationStereotype.isInstance(element)
    • getBPMNEvent

      @Deprecated public Stereotype getBPMNEvent()
      Deprecated.
      use getInstance(element).bpmnEvent().getStereotype()
      An Event is something that happens during the course of a Process. These Events affect the flow of the Process and usually have a cause or an impact and in general require or allow for a reaction. The term event is general enough to cover many things in a Process. The start of an Activity, the end of an Activity, the change of state of a document, a Message that arrives, etc., all could be considered Events. Events allow for the description of event-driven Processes. In these Processes, There are three main types of Events: - Start Events, which indicate where a Process will start. - End Events, which indicate where a path of a Process will end. - Intermediate Events, which indicate where something happens somewhere between the start and end of a Process. Within these three types, Events come in two flavors: - Events that catch a Trigger. All Start Events and some Intermediate Events are catching Events. - Events that throw a Result. All End Events and some Intermediate Events are throwing Events that may eventually be caught by another Event. Typically the Trigger carries information out of the scope where the throw Event occurred into the scope of the catching Events. The throwing of a trigger may be either implicit as defined by this standard or an extension to it or explicit by a throw Event.
      Returns:
      stereotype
    • isBPMNEvent

      @Deprecated public static boolean isBPMNEvent(@CheckForNull Element element)
      Deprecated.
      use BPMNEventStereotype.isInstance(element)
    • getBPMNExpression

      @Deprecated public Stereotype getBPMNExpression()
      Deprecated.
      use getInstance(element).bpmnExpression().getStereotype()
      The Expression class is used to specify an expression using natural-language text. These expressions are not executable. The natural language text is captured using the documentation attribute, inherited from BaseElement.
      Returns:
      stereotype
    • isBPMNExpression

      @Deprecated public static boolean isBPMNExpression(@CheckForNull Element element)
      Deprecated.
      use BPMNExpressionStereotype.isInstance(element)
    • getBPMNInterface

      @Deprecated public Stereotype getBPMNInterface()
      Deprecated.
      use getInstance(element).bpmnInterface().getStereotype()
      An Interface defines a set of operations that are implemented by Services.
      Returns:
      stereotype
    • isBPMNInterface

      @Deprecated public static boolean isBPMNInterface(@CheckForNull Element element)
      Deprecated.
      use BPMNInterfaceStereotype.isInstance(element)
    • getBPMNMessage

      @Deprecated public Stereotype getBPMNMessage()
      Deprecated.
      use getInstance(element).bpmnMessage().getStereotype()
      A Message is used to depict the content of a communication between two Participants represented as Pools. In a Collaboration, the communication itself is represented by a Message Flow. In a Choreography, the communication is represented by a Choreography Task. The StructureDefinition is used to specify the Message structure.
      Returns:
      stereotype
    • isBPMNMessage

      @Deprecated public static boolean isBPMNMessage(@CheckForNull Element element)
      Deprecated.
      use BPMNMessageStereotype.isInstance(element)
    • getBPMNOperation

      @Deprecated public Stereotype getBPMNOperation()
      Deprecated.
      use getInstance(element).bpmnOperation().getStereotype()
    • isBPMNOperation

      @Deprecated public static boolean isBPMNOperation(@CheckForNull Element element)
      Deprecated.
      use BPMNOperationStereotype.isInstance(element)
    • getBPMNProcess

      @Deprecated public Stereotype getBPMNProcess()
      Deprecated.
      use getInstance(element).bpmnProcess().getStereotype()
      A Process describes a sequence or flow of Activities in an enterprise with the objective of carrying work. In BPMN a Process is depicted as a graph of Flow Elements, which are a set of Activities, Events, Gateways and Sequence Flow that define finite execution semantics. Processes can be defined at any level from enterprise-wide Processes to Processes performed by a single person. Low-level Processes can be grouped together to achieve a common business goal. Note that BPMN uses the term Process specifically to mean a set of flow elements. It uses the terms Collaboration and Choreography when modeling the interaction between Processes. A Process is a CallableElement, allowing it to be referenced and reused by other Processes via the Call Activity construct. In this capacity, a Process may reference a set of Interfaces that define its external behavior. A Process is a reusable element and can be imported and used within other Definitions.
      Returns:
      stereotype
    • isBPMNProcess

      @Deprecated public static boolean isBPMNProcess(@CheckForNull Element element)
      Deprecated.
      use BPMNProcessStereotype.isInstance(element)
    • getBPMNProperty

      @Deprecated public Stereotype getBPMNProperty()
      Deprecated.
      use getInstance(element).bpmnProperty().getStereotype()
      Properties, like Data Objects, are item-aware elements. But, unlike Data Objects, they are not visible within a Process diagram. Certain flow elements may contain properties, in particular only Processes, Activities and Events may contain Properties The Property class is a DataElement element that acts as a container for data associated with flow elements. Property elements must be contained within a FlowElement. Property elements are NOT visible in a Process diagram.
      Returns:
      stereotype
    • isBPMNProperty

      @Deprecated public static boolean isBPMNProperty(@CheckForNull Element element)
      Deprecated.
      use BPMNPropertyStereotype.isInstance(element)
    • getBPMNRelationship

      @Deprecated public Stereotype getBPMNRelationship()
      Deprecated.
      use getInstance(element).bpmnRelationship().getStereotype()
      It is the intention of this specification to cover the basic elements required for the construction of semantically rich and syntactically valid Process models to be used in the description of Processes, Choreographies and business operations in multiple levels of abstraction. As the specification indicates, extension capabilities enable the enrichment of the information described in BPMN and supporting models to be augmented to fulfill particularities of a given usage model. These extensions intention is to extend the semantics of a given BPMN Artifact to provide specialization of intent or meaning. Process models do not exist in isolation and generally participate in larger, more complex business and system development Processes. The intention of the following specification element is to enable BPMN Artifacts to be integrated in these development Processes via the specification of a non-intrusive identity/relationship model between BPMN Artifacts and elements expressed in any other addressable domain model. The identity/relationship model it is reduced to the creation of families of typed relationships that enable BPMN and non-BPMN Artifacts to be related in non intrusive manner. By simply defining relationship types that can be associated with elements in the BPMN Artifacts and arbitrary elements in a given addressable domain model, it enables the extension and integration of BPMN models into larger system/development Processes. It is that these extensions will enable, for example, the linkage of derivation or definition relationships between UML artifacts and BPMN Artifacts in novel ways. So, a UML use case could be related to a Process element in the BPMN specification without affecting the nature of the Artifacts themselves, but enabling different integration models that traverse specialized relationships. Simply, the model enables the external specification of augmentation relationships between BPMN Artifacts and arbitrary relationship classification models, these external models, via traversing relationships declared in the external definition allow for linkages between BPMN elements and other structured or non-structured metadata definitions.
      Returns:
      stereotype
    • isBPMNRelationship

      @Deprecated public static boolean isBPMNRelationship(@CheckForNull Element element)
      Deprecated.
      use BPMNRelationshipStereotype.isInstance(element)
    • getBaseElement

      @Deprecated public Stereotype getBaseElement()
      Deprecated.
      use getInstance(element).baseElement().getStereotype()
      BaseElement is the abstract super class for most BPMN elements. It provides the attributes id and documentation, which other elements will inherit.
      Returns:
      stereotype
    • isBaseElement

      @Deprecated public static boolean isBaseElement(@CheckForNull Element element)
      Deprecated.
      use BaseElementStereotype.isInstance(element)
    • getBoundaryEvent

      @Deprecated public Stereotype getBoundaryEvent()
      Deprecated.
      use getInstance(element).boundaryEvent().getStereotype()
    • isBoundaryEvent

      @Deprecated public static boolean isBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use BoundaryEventStereotype.isInstance(element)
    • getBusinessRuleTask

      @Deprecated public Stereotype getBusinessRuleTask()
      Deprecated.
      use getInstance(element).businessRuleTask().getStereotype()
      A Business Rule Task provides a mechanism for the Process to provide input to a Business Rules Engine and to get the output of calculations that the Business Rules Engine might provide. The InputOutputSpecification of the Task will allow the Process to send data to and receive data from the Business Rules Engine.
      Returns:
      stereotype
    • isBusinessRuleTask

      @Deprecated public static boolean isBusinessRuleTask(@CheckForNull Element element)
      Deprecated.
      use BusinessRuleTaskStereotype.isInstance(element)
    • getCallActivity

      @Deprecated public Stereotype getCallActivity()
      Deprecated.
      use getInstance(element).callActivity().getStereotype()
      A Call Activity identifies a point in the Process where a global Process or a Global Task is used. The Call Activity acts as a wrapper for the invocation of a global Process or Global Task within the execution. The activation of a call Activity results in the transfer of control to the called global Process or Global Task. The BPMN 2.0 Call Activity corresponds to the Reusable Sub-Process of BPMN 1.2. A BPMN 2.0 Sub-Process corresponds to the Embedded Sub-Process of BPMN 1.2.
      Returns:
      stereotype
    • isCallActivity

      @Deprecated public static boolean isCallActivity(@CheckForNull Element element)
      Deprecated.
      use CallActivityStereotype.isInstance(element)
    • getCallChoreography

      @Deprecated public Stereotype getCallChoreography()
      Deprecated.
      use getInstance(element).callChoreography().getStereotype()
      A Call Choreography identifies a point in the Process where a global Choreography or a Global Choreography Task is used. The Call Choreography acts as a place holder for the inclusion of the Choreography element it is calling. This pre-defined called Choreography element becomes a part of the definition of the parent Choreography. A Call Choreography object shares the same shape as the Choreography Task and SubChoreography, which is a rectangle that has rounded corners, two (2) or more Participant Bands, and an Activity Name Band. However, the target of what the Choreography Activity calls will determine the details of its shape.
      Returns:
      stereotype
    • isCallChoreography

      @Deprecated public static boolean isCallChoreography(@CheckForNull Element element)
      Deprecated.
      use CallChoreographyStereotype.isInstance(element)
    • getCallConversation

      @Deprecated public Stereotype getCallConversation()
      Deprecated.
      use getInstance(element).callConversation().getStereotype()
      A Call Conversation identifies a place in the Conversation where a global Conversation or a GlobalCommunication is used.
      Returns:
      stereotype
    • isCallConversation

      @Deprecated public static boolean isCallConversation(@CheckForNull Element element)
      Deprecated.
      use CallConversationStereotype.isInstance(element)
    • getCallableElement

      @Deprecated public Stereotype getCallableElement()
      Deprecated.
      use getInstance(element).callableElement().getStereotype()
      CallableElement is the abstract super class of all Activities that have been defined outside of a Process or Choreography but which can be called (or reused) from within a Process or Choreography. It may reference Interfaces that define the service operations that it provides. Callable Elements are reusable elements, which can be imported and used in other Definitions.
      Returns:
      stereotype
    • isCallableElement

      @Deprecated public static boolean isCallableElement(@CheckForNull Element element)
      Deprecated.
      use CallableElementStereotype.isInstance(element)
    • getCancelBoundaryEvent

      @Deprecated public Stereotype getCancelBoundaryEvent()
      Deprecated.
      use getInstance(element).cancelBoundaryEvent().getStereotype()
      This type of Intermediate Event is used within a Transaction Sub-Process. This type of Event MUST be attached to the boundary of a Sub-Process. It SHALL be triggered if a Cancel End Event is reached within the Transaction Sub-Process. It also SHALL be triggered if a Transaction Protocol Cancel message has been received while the Transaction is being performed.
      Returns:
      stereotype
    • isCancelBoundaryEvent

      @Deprecated public static boolean isCancelBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use CancelBoundaryEventStereotype.isInstance(element)
    • getCancelEndEvent

      @Deprecated public Stereotype getCancelEndEvent()
      Deprecated.
      use getInstance(element).cancelEndEvent().getStereotype()
    • isCancelEndEvent

      @Deprecated public static boolean isCancelEndEvent(@CheckForNull Element element)
      Deprecated.
      use CancelEndEventStereotype.isInstance(element)
    • getCancelEventDefinition

      @Deprecated public Stereotype getCancelEventDefinition()
      Deprecated.
      use getInstance(element).cancelEventDefinition().getStereotype()
      Cancel Events are only used in the context of modeling Transaction Sub-Processes.
      Returns:
      stereotype
    • isCancelEventDefinition

      @Deprecated public static boolean isCancelEventDefinition(@CheckForNull Element element)
      Deprecated.
      use CancelEventDefinitionStereotype.isInstance(element)
    • getCatchEvent

      @Deprecated public Stereotype getCatchEvent()
      Deprecated.
      use getInstance(element).catchEvent().getStereotype()
      Events that catch a Trigger. All Start Events and some Intermediate Events are catching Events
      Returns:
      stereotype
    • isCatchEvent

      @Deprecated public static boolean isCatchEvent(@CheckForNull Element element)
      Deprecated.
      use CatchEventStereotype.isInstance(element)
    • getChoreography

      @Deprecated public Stereotype getChoreography()
      Deprecated.
      use getInstance(element).choreography().getStereotype()
      A Choreography is a type of process, but differs in purpose and behavior from a standard BPMN Process. A standard Process, or an Orchestration Process, is more familiar to most process modelers and defines the flow of Activities of a specific PartnerEntity or organization. In contrast, Choreography formalizes the way business Participants coordinate their interactions. The focus is not on orchestrations of the work performed within these Participants, but rather on the exchange of information (Messages) between these Participants.
      Returns:
      stereotype
    • isChoreography

      @Deprecated public static boolean isChoreography(@CheckForNull Element element)
      Deprecated.
      use ChoreographyStereotype.isInstance(element)
    • getChoreographyActivity

      @Deprecated public Stereotype getChoreographyActivity()
      Deprecated.
      use getInstance(element).choreographyActivity().getStereotype()
      A Choreography Activity represents a point in a Choreography flow where an interaction occurs between two (2) or more Participants. The Choreography Activity class is an abstract element, sub-classing from FlowElement. When Choreography Activities are defined they are contained within a Choreography or a Choreography Sub-Process, which are FlowElementContainers (other FlowElementContainers are not allowed to contain Choreography Activities).
      Returns:
      stereotype
    • isChoreographyActivity

      @Deprecated public static boolean isChoreographyActivity(@CheckForNull Element element)
      Deprecated.
      use ChoreographyActivityStereotype.isInstance(element)
    • getChoreographyDiagram

      @Deprecated public Stereotype getChoreographyDiagram()
      Deprecated.
      use getInstance(element).choreographyDiagram().getStereotype()
      ChoreographyDiagram is a concrete DiagramDefinition that defines diagrams that reference a BPMN Choreography element as a context. A self-contained Choreography (no Pools or Orchestration) is a definition of the expected behavior, basically a procedural contract, between interacting Participants. While a normal Process exists within a Pool, a Choreography exists between Pools (or Participants). The Choreography looks similar to a private Business Process since it consists of a network of Activities, Events, and Gateways (see Figure 7-4). However, a Choreography is different in that the Activities are interactions that represent a set (1 or more) of Message exchanges, which involves two (2) or more Participants. In addition, unlike a normal Process, there is no central controller, responsible entity or observer of the Process.
      Returns:
      stereotype
    • isChoreographyDiagram

      @Deprecated public static boolean isChoreographyDiagram(@CheckForNull Element element)
      Deprecated.
      use ChoreographyDiagramStereotype.isInstance(element)
    • getChoreographyTask

      @Deprecated public Stereotype getChoreographyTask()
      Deprecated.
      use getInstance(element).choreographyTask().getStereotype()
      A Choreography Task is an atomic Activity in a Choreography Process. It represents an Interaction, which is a coherent set (1 or more) of Message exchanges between two (2) Participants. Using a Collaboration diagram to view these elements (see page 143 for more information on Collaboration), we would see the two (2) Pools representing the two (2) Participants of the Interaction (see Figure 12-7). The communication between the Participants is shown as a Message Flow. The interaction defined by a Choreography Task can be shown in an expanded format through a Collaboration diagram.
      Returns:
      stereotype
    • isChoreographyTask

      @Deprecated public static boolean isChoreographyTask(@CheckForNull Element element)
      Deprecated.
      use ChoreographyTaskStereotype.isInstance(element)
    • getCollaboration

      @Deprecated public Stereotype getCollaboration()
      Deprecated.
      use getInstance(element).collaboration().getStereotype()
      Collaborations is a collection of Participants shown as Pools, their interactions as shown by Message Flow, and may include Processes within the Pools and/or Choreographies between the Pools.
      Returns:
      stereotype
    • isCollaboration

      @Deprecated public static boolean isCollaboration(@CheckForNull Element element)
      Deprecated.
      use CollaborationStereotype.isInstance(element)
    • getCollaborationDiagram

      @Deprecated public Stereotype getCollaborationDiagram()
      Deprecated.
      use getInstance(element).collaborationDiagram().getStereotype()
      CollaborationDiagram is a concrete DiagramDefinition that defines diagrams that reference a BPMN Collaboration element as a context. A Collaboration depicts the interactions between two or more business entities. A Collaboration contains two (2) or more Pools, representing the Participants in the Collaboration. The Message exchange between the Participants is shown by a Message Flow that connects two (2) Pools (or the objects within the Pools). The Messages associated with the Message Flow may also be shown. The Collaboration can be shown as two or more public Processes communicating with each other. With a public Process, the Activities for the Collaboration participants can be considered the touch-points between the participants. The corresponding internal (executable) Processes are likely to have much more Activity and detail than what is shown in the public Processes. Or a Pool may be empty, a black box. Choreographies may be shown in between the Pools as they bisect the Message Flow between the Pools. All combinations of Pools, Processes, and a Choreography are allowed in a Collaboration.
      Returns:
      stereotype
    • isCollaborationDiagram

      @Deprecated public static boolean isCollaborationDiagram(@CheckForNull Element element)
      Deprecated.
      use CollaborationDiagramStereotype.isInstance(element)
    • getCommunication

      @Deprecated public Stereotype getCommunication()
      Deprecated.
      use getInstance(element).communication().getStereotype()
      A Communication is an atomic element for a Conversation diagram. It represents a set of Message Flow grouped together based on a single CorrelationKey. A Communication will involve two (2) or more Participants.
      Returns:
      stereotype
    • isCommunication

      @Deprecated public static boolean isCommunication(@CheckForNull Element element)
      Deprecated.
      use CommunicationStereotype.isInstance(element)
    • getCompensationBoundaryEvent

      @Deprecated public Stereotype getCompensationBoundaryEvent()
      Deprecated.
      use getInstance(element).compensationBoundaryEvent().getStereotype()
      When attached to the boundary of an Activity, this Event is used to "catch" the Compensation Event, thus the Event marker MUST be unfilled (see figure on the right). The Event will be triggered by a thrown compensation targeting that Activity. When the Event is triggered, the Compensation Activity that is Associated to the Event will be performed.
      Returns:
      stereotype
    • isCompensationBoundaryEvent

      @Deprecated public static boolean isCompensationBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use CompensationBoundaryEventStereotype.isInstance(element)
    • getCompensationEndEvent

      @Deprecated public Stereotype getCompensationEndEvent()
      Deprecated.
      use getInstance(element).compensationEndEvent().getStereotype()
    • isCompensationEndEvent

      @Deprecated public static boolean isCompensationEndEvent(@CheckForNull Element element)
      Deprecated.
      use CompensationEndEventStereotype.isInstance(element)
    • getCompensationStartEvent

      @Deprecated public Stereotype getCompensationStartEvent()
      Deprecated.
      use getInstance(element).compensationStartEvent().getStereotype()
      The Compensation Start Event is only allowed for triggering an in-line Compensation Event Sub-Process. This type of Event is triggered when compensation occurs.
      Returns:
      stereotype
    • isCompensationStartEvent

      @Deprecated public static boolean isCompensationStartEvent(@CheckForNull Element element)
      Deprecated.
      use CompensationStartEventStereotype.isInstance(element)
    • getCompensationThrowIntermediateEvent

      @Deprecated public Stereotype getCompensationThrowIntermediateEvent()
      Deprecated.
      use getInstance(element).compensationThrowIntermediateEvent().getStereotype()
      In normal flow, this Intermediate Event indicates that compensation is necessary. Thus, it is used to "throw" the Compensation Event, and the Event marker MUST be filled (see figure on the right). If an Activity is identified, and it was successfully completed, then that Activity will be compensated. The activity must be visible from the Compensation Intermediate Event, i.e., one of the following must be true: - The Compensation Intermediate Event is contained in normal flow at the same level of Sub-Process. - The Compensation Intermediate Event is contained in a Compensation Event Sub-Process which is contained in the Sub-Process containing the Activity. If no Activity is identified, all successfully completed Activities visible from the Compensation Intermediate Event are compensated, in reverse order of their Sequence Flow. Visible means one of the following: - The Compensation Intermediate Event is contained in normal flow and at the same level of Sub-Process as the Activities. - The Compensation Intermediate Event is contained in a Compensation Event Sub-Process which is contained in the Sub-Process containing the Activities. To be compensated, an Activity MUST have a boundary Compensation Event, or contain a Compensation Event Sub-Process.
      Returns:
      stereotype
    • isCompensationThrowIntermediateEvent

      @Deprecated public static boolean isCompensationThrowIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use CompensationThrowIntermediateEventStereotype.isInstance(element)
    • getCompenstationEventDefinition

      @Deprecated public Stereotype getCompenstationEventDefinition()
      Deprecated.
      use getInstance(element).compenstationEventDefinition().getStereotype()
      Compensation Events are used in the context of triggering or handling compensation.
      Returns:
      stereotype
    • isCompenstationEventDefinition

      @Deprecated public static boolean isCompenstationEventDefinition(@CheckForNull Element element)
      Deprecated.
      use CompenstationEventDefinitionStereotype.isInstance(element)
    • getComplexBehaviorDefinition

      @Deprecated public Stereotype getComplexBehaviorDefinition()
      Deprecated.
      use getInstance(element).complexBehaviorDefinition().getStereotype()
    • isComplexBehaviorDefinition

      @Deprecated public static boolean isComplexBehaviorDefinition(@CheckForNull Element element)
      Deprecated.
      use ComplexBehaviorDefinitionStereotype.isInstance(element)
    • getComplexGateway

      @Deprecated public Stereotype getComplexGateway()
      Deprecated.
      use getInstance(element).complexGateway().getStereotype()
      The Complex Gateway can be used to model complex synchronization behavior. An Expression activationCondition is used to describe the precise behavior. For example, this Expression could specify that tokens on three out of five incoming Sequence Flow are needed to activate the Gateway. What tokens are produced by the Gateway is determined by conditions on the outgoing Sequence Flow as in the split behavior of the Inclusive Gateway. If token arrive later on the two remaining Sequence Flow, those tokens cause a reset of the Gateway and new token can be produced on the outgoing Sequence Flow. To determine whether it needs to wait for additional tokens before it can reset, the Gateway uses the synchronization semantics of the Inclusive Gateway.
      Returns:
      stereotype
    • isComplexGateway

      @Deprecated public static boolean isComplexGateway(@CheckForNull Element element)
      Deprecated.
      use ComplexGatewayStereotype.isInstance(element)
    • getConditionalBoundaryEvent

      @Deprecated public Stereotype getConditionalBoundaryEvent()
      Deprecated.
      use getInstance(element).conditionalBoundaryEvent().getStereotype()
      This type of event is triggered when a Condition becomes true. A Condition is a type of Expression. If a Conditional Event is attached to the boundary of an Activity, it will change the normal flow into an exception flow upon being triggered.
      Returns:
      stereotype
    • isConditionalBoundaryEvent

      @Deprecated public static boolean isConditionalBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use ConditionalBoundaryEventStereotype.isInstance(element)
    • getConditionalCatchIntermediateEvent

      @Deprecated public Stereotype getConditionalCatchIntermediateEvent()
      Deprecated.
      use getInstance(element).conditionalCatchIntermediateEvent().getStereotype()
      This type of event is triggered when a Condition becomes true.
      Returns:
      stereotype
    • isConditionalCatchIntermediateEvent

      @Deprecated public static boolean isConditionalCatchIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use ConditionalCatchIntermediateEventStereotype.isInstance(element)
    • getConditionalEventDefinition

      @Deprecated public Stereotype getConditionalEventDefinition()
      Deprecated.
      use getInstance(element).conditionalEventDefinition().getStereotype()
    • isConditionalEventDefinition

      @Deprecated public static boolean isConditionalEventDefinition(@CheckForNull Element element)
      Deprecated.
      use ConditionalEventDefinitionStereotype.isInstance(element)
    • getConditionalStartEvent

      @Deprecated public Stereotype getConditionalStartEvent()
      Deprecated.
      use getInstance(element).conditionalStartEvent().getStereotype()
    • isConditionalStartEvent

      @Deprecated public static boolean isConditionalStartEvent(@CheckForNull Element element)
      Deprecated.
      use ConditionalStartEventStereotype.isInstance(element)
    • getConversationAssociation

      @Deprecated public Stereotype getConversationAssociation()
      Deprecated.
      use getInstance(element).conversationAssociation().getStereotype()
      A ConversationAssociation is used within Collaborations and Choreographies to apply a reusable Conversation to Message Flow of those diagrams. A ConversationAssociation is used when a diagram references a Conversation to provide Message correlation information and/or to logically group Message Flow. There are two (2) usages of ConversationAssociation. It is used when: - A Collaboration references a reusable Conversation. The Message Flow of the Collaboration are grouped by the ConversationAssociation. A tool can use the correlationKey of the Conversation (also referenced) or allow the user to group the Message Flow of the Collaboration. - A Choreography references a reusable Conversation. The Message Flow of the Choreography are grouped by the ConversationAssociation. A tool can use the correlationKey of the Conversation (also referenced) or allow the user to group the Message Flow of the Choreography.
      Returns:
      stereotype
    • isConversationAssociation

      @Deprecated public static boolean isConversationAssociation(@CheckForNull Element element)
      Deprecated.
      use ConversationAssociationStereotype.isInstance(element)
    • getConversationDiagram

      @Deprecated public Stereotype getConversationDiagram()
      Deprecated.
      use getInstance(element).conversationDiagram().getStereotype()
      ConversationDiagram is a concrete DiagramDefinition that defines diagrams that reference a BPMN Conversation element as a context. The Conversation diagram is similar to a Collaboration diagram. However, the Pools of a Conversation are not allowed to contain a Process and a Choreography is not allowed to be placed in between the Pools of a Conversation diagram. A Conversation is the logical relation of Message exchanges. The logical relation, in practice, often concerns a business object(s) of interest, e.g. Order, Shipment and Delivery, or Invoice.
      Returns:
      stereotype
    • isConversationDiagram

      @Deprecated public static boolean isConversationDiagram(@CheckForNull Element element)
      Deprecated.
      use ConversationDiagramStereotype.isInstance(element)
    • getConversationLink

      @Deprecated public Stereotype getConversationLink()
      Deprecated.
      use getInstance(element).conversationLink().getStereotype()
    • isConversationLink

      @Deprecated public static boolean isConversationLink(@CheckForNull Element element)
      Deprecated.
      use ConversationLinkStereotype.isInstance(element)
    • getConversationNode

      @Deprecated public Stereotype getConversationNode()
      Deprecated.
      use getInstance(element).conversationNode().getStereotype()
      ConversationNode is the abstract super class for all elements that can appear in a Conversation diagram, which are Communication, Sub-Conversation, and Call Conversation. ConversationNodes are linked to and from Participants using Communication Links.
      Returns:
      stereotype
    • isConversationNode

      @Deprecated public static boolean isConversationNode(@CheckForNull Element element)
      Deprecated.
      use ConversationNodeStereotype.isInstance(element)
    • getCorrelationKey

      @Deprecated public Stereotype getCorrelationKey()
      Deprecated.
      use getInstance(element).correlationKey().getStereotype()
      A CorrelationKey represents a composite key out of one (1) or many CorrelationProperties which essentially specify extraction Expressions atop Messages. As a result, each CorrelationProperty acts as a partial key for the correlation. For each Message that is exchanged as part of a particular Conversation, the CorrelationProperties need to provide a CorrelationPropertyRetrievalExpression which references a FormalExpression to the Message payload. That is, for each Message (that is used in a Conversation) there is an Expression which extracts portions of the respective Message s payload.
      Returns:
      stereotype
    • isCorrelationKey

      @Deprecated public static boolean isCorrelationKey(@CheckForNull Element element)
      Deprecated.
      use CorrelationKeyStereotype.isInstance(element)
    • getCorrelationProperty

      @Deprecated public Stereotype getCorrelationProperty()
      Deprecated.
      use getInstance(element).correlationProperty().getStereotype()
      Key-based correlation is a simple and efficient form of correlation, where one or more keys are used to identify a Conversation. Any incoming Message can be matched against the CorrelationKey by extracting the CorrelationProperties from the Message according to the corresponding CorrelationPropertyRetrievalExpression and comparing the resulting composite key with the CorrelationKey instance for this Conversation. The idea is to use a joint Conversation token which is used (passed to and received from) and outgoing and incoming Message. Messages are associated to a particular Conversation if the composite key extracted from their payload matches the CorrelationKey initialized for this Conversation.
      Returns:
      stereotype
    • isCorrelationProperty

      @Deprecated public static boolean isCorrelationProperty(@CheckForNull Element element)
      Deprecated.
      use CorrelationPropertyStereotype.isInstance(element)
    • getCorrelationPropertyBinding

      @Deprecated public Stereotype getCorrelationPropertyBinding()
      Deprecated.
      use getInstance(element).correlationPropertyBinding().getStereotype()
      CorrelationPropertyBindings represent the partial keys of a CorrelationSubscription where each relates to a specific CorrelationProperty in the associated CorrelationKey.
      Returns:
      stereotype
    • isCorrelationPropertyBinding

      @Deprecated public static boolean isCorrelationPropertyBinding(@CheckForNull Element element)
      Deprecated.
      use CorrelationPropertyBindingStereotype.isInstance(element)
    • getCorrelationPropertyRetrievalExpression

      @Deprecated public Stereotype getCorrelationPropertyRetrievalExpression()
      Deprecated.
      use getInstance(element).correlationPropertyRetrievalExpression().getStereotype()
    • isCorrelationPropertyRetrievalExpression

      @Deprecated public static boolean isCorrelationPropertyRetrievalExpression(@CheckForNull Element element)
      Deprecated.
      use CorrelationPropertyRetrievalExpressionStereotype.isInstance(element)
    • getCorrelationSubscription

      @Deprecated public Stereotype getCorrelationSubscription()
      Deprecated.
      use getInstance(element).correlationSubscription().getStereotype()
      a Process MAY provide a CorrelationSubscription which acts as the Process-specific counterpart to a specific CorrelationKey. In this way, a Conversation MAY additionally refer to explicitly updateable Process context data to determine whether or not a Message needs to be received. At runtime, the CorrelationKey instance holds a composite key that is dynamically calculated from the Process context and automatically updated whenever the underlying Data Objects or Properties change.
      Returns:
      stereotype
    • isCorrelationSubscription

      @Deprecated public static boolean isCorrelationSubscription(@CheckForNull Element element)
      Deprecated.
      use CorrelationSubscriptionStereotype.isInstance(element)
    • getDataAssociation

      @Deprecated public Stereotype getDataAssociation()
      Deprecated.
      use getInstance(element).dataAssociation().getStereotype()
      The DataAssociation class is a BaseElement contained by an Activity or Event, used to model how data is pushed into or pulled from item-aware elements. DataAssociation elements have one or more sources and a target; the source of the association is copied into the target. The ItemDefinition from the sourceRef and targetRef must have the same ItemDefinition or the DataAssociation MUST have a transformation Expression that transforms the source ItemDefinition into the target ItemDefinition.
      Returns:
      stereotype
    • isDataAssociation

      @Deprecated public static boolean isDataAssociation(@CheckForNull Element element)
      Deprecated.
      use DataAssociationStereotype.isInstance(element)
    • getDataInput

      @Deprecated public Stereotype getDataInput()
      Deprecated.
      use getInstance(element).dataInput().getStereotype()
      A DataInput is a declaration that a particular kind of data will be used as input of the InputOutputSpecification. There may be multiple data inputs associated with an InputOutputSpecification. The DataInput is an item-aware element. DataInput elements may appear in a Process diagram to show the inputs to the Process as whole, which are passed along as the inputs of Activities by DataAssociations.
      Returns:
      stereotype
    • isDataInput

      @Deprecated public static boolean isDataInput(@CheckForNull Element element)
      Deprecated.
      use DataInputStereotype.isInstance(element)
    • getDataInputAssociation

      @Deprecated public Stereotype getDataInputAssociation()
      Deprecated.
      use getInstance(element).dataInputAssociation().getStereotype()
      The DataInputAssociation can be used to associate an ItemAwareElement element with a DataInput contained in an Activity. The source of such a DataAssociation can be every ItemAwareElement accessible in the current scope, e.g., a Data Object, a Property or an Expression.
      Returns:
      stereotype
    • isDataInputAssociation

      @Deprecated public static boolean isDataInputAssociation(@CheckForNull Element element)
      Deprecated.
      use DataInputAssociationStereotype.isInstance(element)
    • getDataObject

      @Deprecated public Stereotype getDataObject()
      Deprecated.
      use getInstance(element).dataObject().getStereotype()
      The DataObject class is an item-aware element. Data Object elements must be contained within Process or Sub-Process elements. Data Object elements are visually displayed on in a Process diagram.
      Returns:
      stereotype
    • isDataObject

      @Deprecated public static boolean isDataObject(@CheckForNull Element element)
      Deprecated.
      use DataObjectStereotype.isInstance(element)
    • getDataOutput

      @Deprecated public Stereotype getDataOutput()
      Deprecated.
      use getInstance(element).dataOutput().getStereotype()
      A DataInput is a declaration that a particular kind of data will be used as input of the InputOutputSpecification. There may be multiple data inputs associated with an InputOutputSpecification. The DataInput is an item-aware element. DataInput elements may appear in a Process diagram to show the inputs to the Process as whole, which are passed along as the inputs of Activities by DataAssociations.
      Returns:
      stereotype
    • isDataOutput

      @Deprecated public static boolean isDataOutput(@CheckForNull Element element)
      Deprecated.
      use DataOutputStereotype.isInstance(element)
    • getDataOutputAssociation

      @Deprecated public Stereotype getDataOutputAssociation()
      Deprecated.
      use getInstance(element).dataOutputAssociation().getStereotype()
      The DataOutputAssociation can be used to associate a DataOutput contained within an ACTIVITY with any ItemAwareElement accessible in the scope the association will be executed in. The target of such a DataAssociation can be every ItemAwareElement accessible in the current scope, e.g, a Data Object, a Property or an Expression.
      Returns:
      stereotype
    • isDataOutputAssociation

      @Deprecated public static boolean isDataOutputAssociation(@CheckForNull Element element)
      Deprecated.
      use DataOutputAssociationStereotype.isInstance(element)
    • getDataStore

      @Deprecated public Stereotype getDataStore()
      Deprecated.
      use getInstance(element).dataStore().getStereotype()
      A DataStore provides a mechanism for Activities to retrieve or update stored information that will persist beyond the scope of the Process. The same DataStore can be visualized, through a Data Store Reference, in one (1) or more places in the Process. The Data Store Reference is an ItemAwareElement and can thus be used as the source or target for a Data Association. When data flows into or out of a Data Store Reference, it is effectively flowing into or out of the DataStore that is being referenced.
      Returns:
      stereotype
    • isDataStore

      @Deprecated public static boolean isDataStore(@CheckForNull Element element)
      Deprecated.
      use DataStoreStereotype.isInstance(element)
    • getDefinitions

      @Deprecated public Stereotype getDefinitions()
      Deprecated.
      use getInstance(element).definitions().getStereotype()
    • isDefinitions

      @Deprecated public static boolean isDefinitions(@CheckForNull Element element)
      Deprecated.
      use DefinitionsStereotype.isInstance(element)
    • getEndEvent

      @Deprecated public Stereotype getEndEvent()
      Deprecated.
      use getInstance(element).endEvent().getStereotype()
      As the name implies, the End Event indicates where a Process will end. In terms of Sequence Flow, the End Event ends the flow of the Process, and thus, will not have any outgoing Sequence Flow no Sequence Flow can connect from an End Event.
      Returns:
      stereotype
    • isEndEvent

      @Deprecated public static boolean isEndEvent(@CheckForNull Element element)
      Deprecated.
      use EndEventStereotype.isInstance(element)
    • getEndPoint

      @Deprecated public Stereotype getEndPoint()
      Deprecated.
      use getInstance(element).endPoint().getStereotype()
      The actual definition of the service address is out of scope of BPMN 2.0. The EndPoint element is an extension point and extends from RootElement. The EndPoint element may be extended with endpoint reference definitions introduced in other specifications (e.g. WS-Addressing). EndPoints can be specified for Participants.
      Returns:
      stereotype
    • isEndPoint

      @Deprecated public static boolean isEndPoint(@CheckForNull Element element)
      Deprecated.
      use EndPointStereotype.isInstance(element)
    • getError

      @Deprecated public Stereotype getError()
      Deprecated.
      use getInstance(element).error().getStereotype()
      An Error represents the content of an Error Event or the Fault of a failed Operation. An Error is generated when there is a critical problem in the processing of an Activity or when the execution of an Operation failed.
      Returns:
      stereotype
    • isError

      @Deprecated public static boolean isError(@CheckForNull Element element)
      Deprecated.
      use ErrorStereotype.isInstance(element)
    • getErrorBoundaryEvent

      @Deprecated public Stereotype getErrorBoundaryEvent()
      Deprecated.
      use getInstance(element).errorBoundaryEvent().getStereotype()
      An Intermediate Error Catch Event can only be attached to the boundary of an activity, i.e. it may not be used in Normal Flow. If used in this context, it reacts to (catches) a named error, or to any error if a name is not specified.
      Returns:
      stereotype
    • isErrorBoundaryEvent

      @Deprecated public static boolean isErrorBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use ErrorBoundaryEventStereotype.isInstance(element)
    • getErrorEndEvent

      @Deprecated public Stereotype getErrorEndEvent()
      Deprecated.
      use getInstance(element).errorEndEvent().getStereotype()
    • isErrorEndEvent

      @Deprecated public static boolean isErrorEndEvent(@CheckForNull Element element)
      Deprecated.
      use ErrorEndEventStereotype.isInstance(element)
    • getErrorEventDefinition

      @Deprecated public Stereotype getErrorEventDefinition()
      Deprecated.
      use getInstance(element).errorEventDefinition().getStereotype()
    • isErrorEventDefinition

      @Deprecated public static boolean isErrorEventDefinition(@CheckForNull Element element)
      Deprecated.
      use ErrorEventDefinitionStereotype.isInstance(element)
    • getErrorStartEvent

      @Deprecated public Stereotype getErrorStartEvent()
      Deprecated.
      use getInstance(element).errorStartEvent().getStereotype()
      The Error Start Event is only allowed for triggering an in-line Event Sub-Process.
      Returns:
      stereotype
    • isErrorStartEvent

      @Deprecated public static boolean isErrorStartEvent(@CheckForNull Element element)
      Deprecated.
      use ErrorStartEventStereotype.isInstance(element)
    • getEscalation

      @Deprecated public Stereotype getEscalation()
      Deprecated.
      use getInstance(element).escalation().getStereotype()
      An Escalation identifies a business situation that a Process might need to react to.
      Returns:
      stereotype
    • isEscalation

      @Deprecated public static boolean isEscalation(@CheckForNull Element element)
      Deprecated.
      use EscalationStereotype.isInstance(element)
    • getEscalationBoundaryEvent

      @Deprecated public Stereotype getEscalationBoundaryEvent()
      Deprecated.
      use getInstance(element).escalationBoundaryEvent().getStereotype()
      This type of Event is used for handling a named Escalation. If attached to the boundary of an activity, the Intermediate Event catches an Escalation. In contrast to an Error, an Escalation by default is assumed to not abort the activity to which the boundary event is attached. However, a modeler may decide to override this setting by using the notation described in the following.
      Returns:
      stereotype
    • isEscalationBoundaryEvent

      @Deprecated public static boolean isEscalationBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use EscalationBoundaryEventStereotype.isInstance(element)
    • getEscalationEndEvent

      @Deprecated public Stereotype getEscalationEndEvent()
      Deprecated.
      use getInstance(element).escalationEndEvent().getStereotype()
    • isEscalationEndEvent

      @Deprecated public static boolean isEscalationEndEvent(@CheckForNull Element element)
      Deprecated.
      use EscalationEndEventStereotype.isInstance(element)
    • getEscalationEventDefinition

      @Deprecated public Stereotype getEscalationEventDefinition()
      Deprecated.
      use getInstance(element).escalationEventDefinition().getStereotype()
    • isEscalationEventDefinition

      @Deprecated public static boolean isEscalationEventDefinition(@CheckForNull Element element)
      Deprecated.
      use EscalationEventDefinitionStereotype.isInstance(element)
    • getEscalationStartEvent

      @Deprecated public Stereotype getEscalationStartEvent()
      Deprecated.
      use getInstance(element).escalationStartEvent().getStereotype()
      Escalation Event Sub-Processes implement measures to expedite the completion of a business activity, should it not satisfy a constraint specified on its execution (such as a time-based deadline). The Escalation Start Event is only allowed for triggering an in-line Event Sub-Process.
      Returns:
      stereotype
    • isEscalationStartEvent

      @Deprecated public static boolean isEscalationStartEvent(@CheckForNull Element element)
      Deprecated.
      use EscalationStartEventStereotype.isInstance(element)
    • getEscalationThrowIntermediateEvent

      @Deprecated public Stereotype getEscalationThrowIntermediateEvent()
      Deprecated.
      use getInstance(element).escalationThrowIntermediateEvent().getStereotype()
      In Normal Flow, the Escalation Intermediate Event raises an Escalation.
      Returns:
      stereotype
    • isEscalationThrowIntermediateEvent

      @Deprecated public static boolean isEscalationThrowIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use EscalationThrowIntermediateEventStereotype.isInstance(element)
    • getEventBasedGateway

      @Deprecated public Stereotype getEventBasedGateway()
      Deprecated.
      use getInstance(element).eventBasedGateway().getStereotype()
      The Event-Based Gateway represents a branching point in the Process where the alternative paths that follow the Gateway are based on Events that occur, rather than the evaluation of Expressions using Process data (as with an Exclusive or Inclusive Gateway). A specific Event, usually the receipt of a Message, determines the path that will be taken. Basically, the decision is made by another Participant, based on data that is not visible to Process, thus, requiring the use of the Event-Based Gateway. For example, if a company is waiting for a response from a customer they will perform one set of Activities if the customer responds Yes and another set of Activities if the customer responds No. The customer s response determines which path is taken. The identity of the Message determines which path is taken. That is, the Yes Message and the No Message are different Messages i.e., they are not the same Message with different values within a property of the Message. The receipt of the Message can be modeled with an Intermediate Event with a Message Trigger or a Receive Task. In addition to Messages, other Triggers for Intermediate Events can be used, such as Timers.
      Returns:
      stereotype
    • isEventBasedGateway

      @Deprecated public static boolean isEventBasedGateway(@CheckForNull Element element)
      Deprecated.
      use EventBasedGatewayStereotype.isInstance(element)
    • getEventDefinition

      @Deprecated public Stereotype getEventDefinition()
      Deprecated.
      use getInstance(element).eventDefinition().getStereotype()
      Event Definitions refers to the Triggers of Catch Events (Start and receive Intermediate Events) and the Results of Throw Events (End Events and send Intermediate Events). The types of Event Definitions are: CancelEventDefinition, CompensationEventDefinition, ConditionalEventDefinition, ErrorEventDefinition, EscalationEventDefinition, MessageEventDefinition, LinkEventDefinition, SignalEventDefinition, TerminateEventDefinition, and TimerEventDefinition. A None Event is determined by an Event that does not specify an Event Definition. A Multiple Event is determined by an Event that specifies more than one Event Definition. The different types of Events (Start, End, and Intermediate) utilize a subset of the available types of Event Definitions.
      Returns:
      stereotype
    • isEventDefinition

      @Deprecated public static boolean isEventDefinition(@CheckForNull Element element)
      Deprecated.
      use EventDefinitionStereotype.isInstance(element)
    • getExclusiveGateway

      @Deprecated public Stereotype getExclusiveGateway()
      Deprecated.
      use getInstance(element).exclusiveGateway().getStereotype()
      A diverging Exclusive Gateway (Decision) is used to create alternative paths within a Process flow. This is basically the diversion point in the road for a Process. For a given instance of the Process, only one of the paths can be taken. A Decision can be thought of as a question that is asked at a particular point in the Process. The question has a defined set of alternative answers. Each question is associated with a condition expression that is associated with a Gateway s outgoing Sequence Flow.
      Returns:
      stereotype
    • isExclusiveGateway

      @Deprecated public static boolean isExclusiveGateway(@CheckForNull Element element)
      Deprecated.
      use ExclusiveGatewayStereotype.isInstance(element)
    • getFlowElement

      @Deprecated public Stereotype getFlowElement()
      Deprecated.
      use getInstance(element).flowElement().getStereotype()
      FlowElement is the abstract super class for all elements that can appear in a Process flow, which are FlowNodes (which consist of Activities, Choreography Activities, Gateways, and Events), Data Objects, Data Associations, and Sequence Flow.
      Returns:
      stereotype
    • isFlowElement

      @Deprecated public static boolean isFlowElement(@CheckForNull Element element)
      Deprecated.
      use FlowElementStereotype.isInstance(element)
    • getFlowElementsContainer

      @Deprecated public Stereotype getFlowElementsContainer()
      Deprecated.
      use getInstance(element).flowElementsContainer().getStereotype()
    • isFlowElementsContainer

      @Deprecated public static boolean isFlowElementsContainer(@CheckForNull Element element)
      Deprecated.
      use FlowElementsContainerStereotype.isInstance(element)
    • getFlowNode

      @Deprecated public Stereotype getFlowNode()
      Deprecated.
      use getInstance(element).flowNode().getStereotype()
      The FlowNode element is used to provide a single element as the source and target Sequence Flow associations instead of the individual associations of the elements that can connect to Sequence Flow. Only the Gateway, Activity, Choreography Activity, and Event elements can connect to Sequence Flow and thus, these elements are the only ones that are sub-classes of FlowNode.
      Returns:
      stereotype
    • isFlowNode

      @Deprecated public static boolean isFlowNode(@CheckForNull Element element)
      Deprecated.
      use FlowNodeStereotype.isInstance(element)
    • getFormalExpression

      @Deprecated public Stereotype getFormalExpression()
      Deprecated.
      use getInstance(element).formalExpression().getStereotype()
      The FormalExpression class is used to specify an executable expression using a specified expression language. A natural-language description of the expression can also be specified, in addition to the formal specification.
      Returns:
      stereotype
    • isFormalExpression

      @Deprecated public static boolean isFormalExpression(@CheckForNull Element element)
      Deprecated.
      use FormalExpressionStereotype.isInstance(element)
    • getGateway

      @Deprecated public Stereotype getGateway()
      Deprecated.
      use getInstance(element).gateway().getStereotype()
      Gateways are used to control how the Process flows (how Tokens flow) through Sequence Flow as they converge and diverge within a Process. If the flow does not need to be controlled, then a Gateway is not needed. The term gateway implies that there is a gating mechanism that either allows or disallows passage through the Gateway--that is, as tokens arrive at a Gateway, they can be merged together on input and/or split apart on output as the Gateway mechanisms are invoked. Gateways, like Activities, are capable of consuming or generating additional control tokens, effectively controlling the execution semantics of a given Process. The main difference is that Gateways do not represent work being done and they are considered to have zero effect on the operational measures of the Process being executed (cost, time, etc.). The Gateway controls the flow of both diverging and converging Sequence Flow. That is, a single Gateway could have multiple input and multiple output flows. Modelers and modeling tools may want to enforce a best practice of a Gateway only performing one of these functions. Thus, it would take two sequential Gateways to first converge and then to diverge the Sequence Flow.
      Returns:
      stereotype
    • isGateway

      @Deprecated public static boolean isGateway(@CheckForNull Element element)
      Deprecated.
      use GatewayStereotype.isInstance(element)
    • getGlobalBusinessRuleTask

      @Deprecated public Stereotype getGlobalBusinessRuleTask()
      Deprecated.
      use getInstance(element).globalBusinessRuleTask().getStereotype()
      A Business Rule Task provides a mechanism for the Process to provide input to a Business Rules Engine and to get the output of calculations that the Business Rules Engine might provide. The InputOutputSpecification of the Task will allow the Process to send data to and receive data from the Business Rules Engine.
      Returns:
      stereotype
    • isGlobalBusinessRuleTask

      @Deprecated public static boolean isGlobalBusinessRuleTask(@CheckForNull Element element)
      Deprecated.
      use GlobalBusinessRuleTaskStereotype.isInstance(element)
    • getGlobalChoreographyTask

      @Deprecated public Stereotype getGlobalChoreographyTask()
      Deprecated.
      use getInstance(element).globalChoreographyTask().getStereotype()
      A GlobalChoreographyTask is a reusable, atomic Choreography Task definition that can be called from within any Choreography by a Call Choreography Activity.
      Returns:
      stereotype
    • isGlobalChoreographyTask

      @Deprecated public static boolean isGlobalChoreographyTask(@CheckForNull Element element)
      Deprecated.
      use GlobalChoreographyTaskStereotype.isInstance(element)
    • getGlobalConversation

      @Deprecated public Stereotype getGlobalConversation()
      Deprecated.
      use getInstance(element).globalConversation().getStereotype()
    • isGlobalConversation

      @Deprecated public static boolean isGlobalConversation(@CheckForNull Element element)
      Deprecated.
      use GlobalConversationStereotype.isInstance(element)
    • getGlobalManualTask

      @Deprecated public Stereotype getGlobalManualTask()
      Deprecated.
      use getInstance(element).globalManualTask().getStereotype()
      A Manual Task is a Task that is expected to be performed without the aid of any business process execution engine or any application. A Manual Task is not managed by any business process engine. It can be considered as an unmanaged Task, unmanaged in the sense of that the business process engine doesn t track the start and completion of such a Task. An example of this could be a paper based instruction for a telephone technician to install a telephone at a customer location.
      Returns:
      stereotype
    • isGlobalManualTask

      @Deprecated public static boolean isGlobalManualTask(@CheckForNull Element element)
      Deprecated.
      use GlobalManualTaskStereotype.isInstance(element)
    • getGlobalScriptTask

      @Deprecated public Stereotype getGlobalScriptTask()
      Deprecated.
      use getInstance(element).globalScriptTask().getStereotype()
      A Script Task is executed by a business process engine. The modeler or implementer defines a script in a language that the engine can interpret. When the Task is ready to start, the engine will execute the script. When the script is completed, the Task will also be completed.
      Returns:
      stereotype
    • isGlobalScriptTask

      @Deprecated public static boolean isGlobalScriptTask(@CheckForNull Element element)
      Deprecated.
      use GlobalScriptTaskStereotype.isInstance(element)
    • getGlobalTask

      @Deprecated public Stereotype getGlobalTask()
      Deprecated.
      use getInstance(element).globalTask().getStereotype()
      A Global Task is a reusable, atomic Task definition that can be called from within any Process by a Call Activity. There are different types of Tasks identified within BPMN to separate the types of inherent behavior that Tasks might represent. This is true for both Global Tasks and standard Tasks, where the list of Task types is the same for both.
      Returns:
      stereotype
    • isGlobalTask

      @Deprecated public static boolean isGlobalTask(@CheckForNull Element element)
      Deprecated.
      use GlobalTaskStereotype.isInstance(element)
    • getGlobalUserTask

      @Deprecated public Stereotype getGlobalUserTask()
      Deprecated.
      use getInstance(element).globalUserTask().getStereotype()
      A User Task is a typical workflow Task where a human performer performs the Task with the assistance of a software application and is scheduled through a task list manager of some sort.
      Returns:
      stereotype
    • isGlobalUserTask

      @Deprecated public static boolean isGlobalUserTask(@CheckForNull Element element)
      Deprecated.
      use GlobalUserTaskStereotype.isInstance(element)
    • getHumanPerformer

      @Deprecated public Stereotype getHumanPerformer()
      Deprecated.
      use getInstance(element).humanPerformer().getStereotype()
      People can be assigned to Activities in various roles (called generic human roles in WS-HumanTask). BPMN 1.2 traditionally only has the Performer role. In addition to supporting the Performer role, BPMN 2.0 defines a specific HumanPerformer element allowing specifying more specific human roles as specialization of HumanPerformer, such as PotentialOwner.
      Returns:
      stereotype
    • isHumanPerformer

      @Deprecated public static boolean isHumanPerformer(@CheckForNull Element element)
      Deprecated.
      use HumanPerformerStereotype.isInstance(element)
    • getImplicitThrowEvent

      @Deprecated public Stereotype getImplicitThrowEvent()
      Deprecated.
      use getInstance(element).implicitThrowEvent().getStereotype()
    • isImplicitThrowEvent

      @Deprecated public static boolean isImplicitThrowEvent(@CheckForNull Element element)
      Deprecated.
      use ImplicitThrowEventStereotype.isInstance(element)
    • getImport

      @Deprecated public Stereotype getImport()
      Deprecated.
      use getInstance(element)._import().getStereotype()
      The Import class is used when referencing external element, either BPMN elements contained in other BPMN Definitions or non-BPMN elements. Imports must be explicitly defined.
      Returns:
      stereotype
    • isImport

      @Deprecated public static boolean isImport(@CheckForNull Element element)
      Deprecated.
      use ImportStereotype.isInstance(element)
    • getInclusiveGateway

      @Deprecated public Stereotype getInclusiveGateway()
      Deprecated.
      use getInstance(element).inclusiveGateway().getStereotype()
      A diverging Inclusive Gateway (Inclusive Decision) can be used to create alternative but also parallel paths within a Process flow. Unlike the Exclusive Gateway, all condition expressions are evaluated. The true evaluation of one condition expression does not exclude the evaluation of other condition expressions. All Sequence Flow with a true evaluation will be traversed by a Token. Since each path is considered to be independent, all combinations of the paths may be taken, from zero to all. However, it should be designed so that at least one path is taken.
      Returns:
      stereotype
    • isInclusiveGateway

      @Deprecated public static boolean isInclusiveGateway(@CheckForNull Element element)
      Deprecated.
      use InclusiveGatewayStereotype.isInstance(element)
    • getInformationSystem

      @Deprecated public Stereotype getInformationSystem()
      Deprecated.
      use getInstance(element).informationSystem().getStereotype()
    • isInformationSystem

      @Deprecated public static boolean isInformationSystem(@CheckForNull Element element)
      Deprecated.
      use InformationSystemStereotype.isInstance(element)
    • getInputOutputSpecification

      @Deprecated public Stereotype getInputOutputSpecification()
      Deprecated.
      use getInstance(element).inputOutputSpecification().getStereotype()
    • isInputOutputSpecification

      @Deprecated public static boolean isInputOutputSpecification(@CheckForNull Element element)
      Deprecated.
      use InputOutputSpecificationStereotype.isInstance(element)
    • getInputSet

      @Deprecated public Stereotype getInputSet()
      Deprecated.
      use getInstance(element).inputSet().getStereotype()
      An InputSet is a collection of DataInput elements that together define a valid set of data inputs for a InputOutputSpecification. An InputOutputSpecification must have at least one InputSet element. An InputSet may reference zero or more DataInput elements. A single DataInput may be associated with multiple InputSet elements, but it must always be referenced by at least one InputSet. An empty InputSet, one that references no DataInput elements, signifies that the Activity requires no data to start executing (this implies that either there are no data inputs or they are referenced by another input set).
      Returns:
      stereotype
    • isInputSet

      @Deprecated public static boolean isInputSet(@CheckForNull Element element)
      Deprecated.
      use InputSetStereotype.isInstance(element)
    • getInteractionNode

      @Deprecated public Stereotype getInteractionNode()
      Deprecated.
      use getInstance(element).interactionNode().getStereotype()
    • isInteractionNode

      @Deprecated public static boolean isInteractionNode(@CheckForNull Element element)
      Deprecated.
      use InteractionNodeStereotype.isInstance(element)
    • getIntermediateCatchEvent

      @Deprecated public Stereotype getIntermediateCatchEvent()
      Deprecated.
      use getInstance(element).intermediateCatchEvent().getStereotype()
    • isIntermediateCatchEvent

      @Deprecated public static boolean isIntermediateCatchEvent(@CheckForNull Element element)
      Deprecated.
      use IntermediateCatchEventStereotype.isInstance(element)
    • getIntermediateThrowEvent

      @Deprecated public Stereotype getIntermediateThrowEvent()
      Deprecated.
      use getInstance(element).intermediateThrowEvent().getStereotype()
    • isIntermediateThrowEvent

      @Deprecated public static boolean isIntermediateThrowEvent(@CheckForNull Element element)
      Deprecated.
      use IntermediateThrowEventStereotype.isInstance(element)
    • getItemAwareElement

      @Deprecated public Stereotype getItemAwareElement()
      Deprecated.
      use getInstance(element).itemAwareElement().getStereotype()
    • isItemAwareElement

      @Deprecated public static boolean isItemAwareElement(@CheckForNull Element element)
      Deprecated.
      use ItemAwareElementStereotype.isInstance(element)
    • getItemDefinition

      @Deprecated public Stereotype getItemDefinition()
      Deprecated.
      use getInstance(element).itemDefinition().getStereotype()
      BPMN elements, such as DataObjects and Messages, represent items that are manipulated, transferred, transformed or stored during Process flows. These items can be either physical items, such as the mechanical part of a vehicle, or information items such the catalog of the mechanical parts of a vehicle. An important characteristics of items in Process is their structure. BPMN does not require a particular format for this data structure, but it does designate XML Schema as its default. The structure attribute references the actual data structure. The default format of the data structure for all elements can be specified in the Definitions element using the typeLanguage attribute. For example, a typeLanguage value of http://www.w3.org/2001/XMLSchema indicates that the data structures using by elements within that Definitions are in the form of XML Schema types. If unspecified, the default is XML schema. An Import is used to further identify the location of the data structure (if applicable). For example, in the case of data structures contributed by an XML schema, an Import would be used to specify the file location of that schema. Structure definitions are always defined as separate entities, so they cannot be inlined in one of their usages. You will see that in every mention of structure definition there is a reference to the element. This is why this class inherits from RootElement. An ItemDefinition element can specify an import reference where the proper definition of the structure is defined. In cases where the data structure represents a collection, the multiplicity can be projected into the attribute isCollection. If this attribute is set to true , but the actual type is not a collection type, the model is considered as invalid. BPMN compliant tools might support an automatic check for these inconsistencies and report this as an error. The default value for this element is false . The itemKind attribute specifies the nature of an item which can be a physical or an information item.
      Returns:
      stereotype
    • isItemDefinition

      @Deprecated public static boolean isItemDefinition(@CheckForNull Element element)
      Deprecated.
      use ItemDefinitionStereotype.isInstance(element)
    • getLane

      @Deprecated public Stereotype getLane()
      Deprecated.
      use getInstance(element).lane().getStereotype()
      A Lane is a sub-partition within a Process (often within a Pool) and will extend the entire length of the Process level,, either vertically or horizontally. Text associated with the Lane (e.g., its name and/or that of any Process element attribute) can be placed inside the shape, in any direction or location, depending on the preference of the modeler or modeling tool vendor. Our examples place the name as a banner on the left side (for horizontal Pools) or at the top (for vertical Pools) on the other side of the line that separates the Pool name, however, this is not a requirement.
      Returns:
      stereotype
    • isLane

      @Deprecated public static boolean isLane(@CheckForNull Element element)
      Deprecated.
      use LaneStereotype.isInstance(element)
    • getLaneSet

      @Deprecated public Stereotype getLaneSet()
      Deprecated.
      use getInstance(element).laneSet().getStereotype()
    • isLaneSet

      @Deprecated public static boolean isLaneSet(@CheckForNull Element element)
      Deprecated.
      use LaneSetStereotype.isInstance(element)
    • getLinkCatchIntermediateEvent

      @Deprecated public Stereotype getLinkCatchIntermediateEvent()
      Deprecated.
      use getInstance(element).linkCatchIntermediateEvent().getStereotype()
      The Link Intermediate Events are only valid in Normal Flow, i.e. they may not be used on the boundary of an Activity. A Link is a mechanism for connecting two sections of a Process. Link Events can be used to create looping situations or to avoid long Sequence Flow lines. Link Event uses are limited to a single Process level (i.e., they cannot link a parent Process with a Sub-Process). Paired Intermediate Events can also be used as Off-Page Connectors for printing a Process across multiple pages. They can also be used as generic Go To objects within the Process level. There can be multiple Source Link Events, but there can only be one Target Link Event.
      Returns:
      stereotype
    • isLinkCatchIntermediateEvent

      @Deprecated public static boolean isLinkCatchIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use LinkCatchIntermediateEventStereotype.isInstance(element)
    • getLinkEventDefinition

      @Deprecated public Stereotype getLinkEventDefinition()
      Deprecated.
      use getInstance(element).linkEventDefinition().getStereotype()
      A Link Event is a mechanism for connecting two sections of a Process. Link Events can be used to create looping situations or to avoid long Sequence Flow lines. The use of Link Events is limited to a single Process level (i.e., they cannot link a parent Process with a Sub-Process). Paired Link Events can also be used as Off-Page Connectors for printing a Process across multiple pages. They can also be used as generic Go To objects within the Process level. There can be multiple source Link Events, but there can only be one target Link Event.
      Returns:
      stereotype
    • isLinkEventDefinition

      @Deprecated public static boolean isLinkEventDefinition(@CheckForNull Element element)
      Deprecated.
      use LinkEventDefinitionStereotype.isInstance(element)
    • getLinkThrowIntermediateEvent

      @Deprecated public Stereotype getLinkThrowIntermediateEvent()
      Deprecated.
      use getInstance(element).linkThrowIntermediateEvent().getStereotype()
      The Link Intermediate Events are only valid in Normal Flow, i.e. they may not be used on the boundary of an Activity. A Link is a mechanism for connecting two sections of a Process. Link Events can be used to create looping situations or to avoid long Sequence Flow lines. Link Event uses are limited to a single Process level (i.e., they cannot link a parent Process with a Sub-Process). Paired Intermediate Events can also be used as Off-Page Connectors for printing a Process across multiple pages. They can also be used as generic Go To objects within the Process level. There can be multiple Source Link Events, but there can only be one Target Link Event.
      Returns:
      stereotype
    • isLinkThrowIntermediateEvent

      @Deprecated public static boolean isLinkThrowIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use LinkThrowIntermediateEventStereotype.isInstance(element)
    • getLoopCharacteristics

      @Deprecated public Stereotype getLoopCharacteristics()
      Deprecated.
      use getInstance(element).loopCharacteristics().getStereotype()
    • isLoopCharacteristics

      @Deprecated public static boolean isLoopCharacteristics(@CheckForNull Element element)
      Deprecated.
      use LoopCharacteristicsStereotype.isInstance(element)
    • getManualTask

      @Deprecated public Stereotype getManualTask()
      Deprecated.
      use getInstance(element).manualTask().getStereotype()
      A Manual Task is a Task that is expected to be performed without the aid of any business process execution engine or any application. A Manual Task is not managed by any business process engine. It can be considered as an unmanaged Task, unmanaged in the sense of that the business process engine doesn t track the start and completion of such a Task. An example of this could be a paper based instruction for a telephone technician to install a telephone at a customer location.
      Returns:
      stereotype
    • isManualTask

      @Deprecated public static boolean isManualTask(@CheckForNull Element element)
      Deprecated.
      use ManualTaskStereotype.isInstance(element)
    • getMessageBoundaryEvent

      @Deprecated public Stereotype getMessageBoundaryEvent()
      Deprecated.
      use getInstance(element).messageBoundaryEvent().getStereotype()
      A Message arrives from a participant and triggers the Event. If a Message Event is attached to the boundary of an Activity, it will change the Normal Flow into an Exception Flow upon being triggered.
      Returns:
      stereotype
    • isMessageBoundaryEvent

      @Deprecated public static boolean isMessageBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use MessageBoundaryEventStereotype.isInstance(element)
    • getMessageCatchIntermediateEvent

      @Deprecated public Stereotype getMessageCatchIntermediateEvent()
      Deprecated.
      use getInstance(element).messageCatchIntermediateEvent().getStereotype()
    • isMessageCatchIntermediateEvent

      @Deprecated public static boolean isMessageCatchIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use MessageCatchIntermediateEventStereotype.isInstance(element)
    • getMessageEndEvent

      @Deprecated public Stereotype getMessageEndEvent()
      Deprecated.
      use getInstance(element).messageEndEvent().getStereotype()
    • isMessageEndEvent

      @Deprecated public static boolean isMessageEndEvent(@CheckForNull Element element)
      Deprecated.
      use MessageEndEventStereotype.isInstance(element)
    • getMessageEventDefinition

      @Deprecated public Stereotype getMessageEventDefinition()
      Deprecated.
      use getInstance(element).messageEventDefinition().getStereotype()
    • isMessageEventDefinition

      @Deprecated public static boolean isMessageEventDefinition(@CheckForNull Element element)
      Deprecated.
      use MessageEventDefinitionStereotype.isInstance(element)
    • getMessageFlow

      @Deprecated public Stereotype getMessageFlow()
      Deprecated.
      use getInstance(element).messageFlow().getStereotype()
      A Message Flow is used to show the flow of Messages between two Participants that are prepared to send and receive them. A Message Flow MUST connect two separate Pools. They connect either to the Pool boundary or to Flow Objects within the Pool boundary.
      Returns:
      stereotype
    • isMessageFlow

      @Deprecated public static boolean isMessageFlow(@CheckForNull Element element)
      Deprecated.
      use MessageFlowStereotype.isInstance(element)
    • getMessageFlowAssociation

      @Deprecated public Stereotype getMessageFlowAssociation()
      Deprecated.
      use getInstance(element).messageFlowAssociation().getStereotype()

      These elements are used to do mapping between two elements that both contain Message Flow. The

      MessageFlowAssociation provides the mechanism to match up the Message Flow.

      A MessageFlowAssociation is used when an (outer) diagram with Message Flow contains an (inner)

      diagram that also has Message Flows. It is

      used when:

      • A Collaboration references a Choreography for inclusion between the Collaboration s Pools (Participants). The Message Flow of the Choreography (the inner diagram) need to be mapped to the Message Flow of the Collaboration (the outer diagram).
      • A Collaboration references a Conversation that contains Message Flow. The Message Flow of the Conversation can serve as a partial requirement for the Collaboration. Thus, the Message Flow of the Conversation (the inner diagram) need to be mapped to the Message Flow of the Collaboration (the outer diagram).
      • A Choreography references a Conversation that contains Message Flow. The Message Flow of the Conversation can serve as a partial requirement for the Choreography. Thus, the Message Flow of the Conversation (the inner diagram) need to be mapped to the Message Flow of the Choreography (the outer diagram).

       

      Returns:
      stereotype
    • isMessageFlowAssociation

      @Deprecated public static boolean isMessageFlowAssociation(@CheckForNull Element element)
      Deprecated.
      use MessageFlowAssociationStereotype.isInstance(element)
    • getMessageStartEvent

      @Deprecated public Stereotype getMessageStartEvent()
      Deprecated.
      use getInstance(element).messageStartEvent().getStereotype()
      A Message arrives from a Participant and triggers the start of the Process.
      Returns:
      stereotype
    • isMessageStartEvent

      @Deprecated public static boolean isMessageStartEvent(@CheckForNull Element element)
      Deprecated.
      use MessageStartEventStereotype.isInstance(element)
    • getMessageThrowIntermediateEvent

      @Deprecated public Stereotype getMessageThrowIntermediateEvent()
      Deprecated.
      use getInstance(element).messageThrowIntermediateEvent().getStereotype()
      A Message Intermediate Event can be used to either send a Message or receive a Message.
      Returns:
      stereotype
    • isMessageThrowIntermediateEvent

      @Deprecated public static boolean isMessageThrowIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use MessageThrowIntermediateEventStereotype.isInstance(element)
    • getMonitoring

      @Deprecated public Stereotype getMonitoring()
      Deprecated.
      use getInstance(element).monitoring().getStereotype()
    • isMonitoring

      @Deprecated public static boolean isMonitoring(@CheckForNull Element element)
      Deprecated.
      use MonitoringStereotype.isInstance(element)
    • getMultiInstanceLoopCharacteristics

      @Deprecated public Stereotype getMultiInstanceLoopCharacteristics()
      Deprecated.
      use getInstance(element).multiInstanceLoopCharacteristics().getStereotype()
      The MultiInstanceLoopCharacteristics class allows for creation of a desired number of Activity instances. The instances may execute in parallel or may be sequential. Either an expression is used to specify or calculate the desired number of instances or a data driven setup can be used. In that case a data input can be specified, which is able to handle a collection of data. The number of items in the collection determines the number of Activity instances. This data input can be produced by a data input association. The modeler can also configure this loop to control the Tokens produced.
      Returns:
      stereotype
    • isMultiInstanceLoopCharacteristics

      @Deprecated public static boolean isMultiInstanceLoopCharacteristics(@CheckForNull Element element)
      Deprecated.
      use MultiInstanceLoopCharacteristicsStereotype.isInstance(element)
    • getMultipleBoundaryEvent

      @Deprecated public Stereotype getMultipleBoundaryEvent()
      Deprecated.
      use getInstance(element).multipleBoundaryEvent().getStereotype()
      A Multiple Event indicates that there are multiple Triggers assigned to the Event. When attached to the boundary of an activity, the Event can only catch the Trigger. In this case, only one of the assigned Triggers is required and the Event marker will be unfilled Upon being triggered, the Event that occurred will change the Normal Flow into an Exception Flow. There is no specific EventDefinition subclass (see page 266) for Multiple Intermediate Events. If the Intermediate Event has more than one associated EventDefiniton, then the Event will be displayed with the Multiple Event marker.
      Returns:
      stereotype
    • isMultipleBoundaryEvent

      @Deprecated public static boolean isMultipleBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use MultipleBoundaryEventStereotype.isInstance(element)
    • getMultipleCatchIntermediateEvent

      @Deprecated public Stereotype getMultipleCatchIntermediateEvent()
      Deprecated.
      use getInstance(element).multipleCatchIntermediateEvent().getStereotype()
      This means that there are multiple Triggers assigned to the Event. If used within normal flow, the Event can catch the Trigger or throw the Triggers. When attached to the boundary of an activity, the Event can only catch the Trigger.
      Returns:
      stereotype
    • isMultipleCatchIntermediateEvent

      @Deprecated public static boolean isMultipleCatchIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use MultipleCatchIntermediateEventStereotype.isInstance(element)
    • getMultipleEndEvent

      @Deprecated public Stereotype getMultipleEndEvent()
      Deprecated.
      use getInstance(element).multipleEndEvent().getStereotype()
      This means that there are multiple consequences of ending the Process. All of them will occur (e.g., there might be multiple messages sent).
      Returns:
      stereotype
    • isMultipleEndEvent

      @Deprecated public static boolean isMultipleEndEvent(@CheckForNull Element element)
      Deprecated.
      use MultipleEndEventStereotype.isInstance(element)
    • getMultipleStartEvent

      @Deprecated public Stereotype getMultipleStartEvent()
      Deprecated.
      use getInstance(element).multipleStartEvent().getStereotype()
      If the Start Event has more than one associated EventDefinition and the parallelMultiple attribute of the Start Event is true, then the Event MUST be displayed with the Parallel Multiple Event marker (an open plus sign)
      Returns:
      stereotype
    • isMultipleStartEvent

      @Deprecated public static boolean isMultipleStartEvent(@CheckForNull Element element)
      Deprecated.
      use MultipleStartEventStereotype.isInstance(element)
    • getMultipleThrowIntermediateEvent

      @Deprecated public Stereotype getMultipleThrowIntermediateEvent()
      Deprecated.
      use getInstance(element).multipleThrowIntermediateEvent().getStereotype()
      This means that there are multiple Triggers assigned to the Event. If used within normal flow, the Event can catch the Trigger or throw the Triggers. When attached to the boundary of an activity, the Event can only catch the Trigger.
      Returns:
      stereotype
    • isMultipleThrowIntermediateEvent

      @Deprecated public static boolean isMultipleThrowIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use MultipleThrowIntermediateEventStereotype.isInstance(element)
    • getNonExclusiveGateway

      @Deprecated public Stereotype getNonExclusiveGateway()
      Deprecated.
      use getInstance(element).nonExclusiveGateway().getStereotype()
    • isNonExclusiveGateway

      @Deprecated public static boolean isNonExclusiveGateway(@CheckForNull Element element)
      Deprecated.
      use NonExclusiveGatewayStereotype.isInstance(element)
    • getNoneEndEvent

      @Deprecated public Stereotype getNoneEndEvent()
      Deprecated.
      use getInstance(element).noneEndEvent().getStereotype()
    • isNoneEndEvent

      @Deprecated public static boolean isNoneEndEvent(@CheckForNull Element element)
      Deprecated.
      use NoneEndEventStereotype.isInstance(element)
    • getNoneIntermediateEvent

      @Deprecated public Stereotype getNoneIntermediateEvent()
      Deprecated.
      use getInstance(element).noneIntermediateEvent().getStereotype()
      The None Intermediate Event is only valid in Normal Flow, i.e. it may not be used on the boundary of an Activity. Although there is no specific trigger for this Event, it is defined as throw Event. It is used for modeling methodologies that use Events to indicate some change of state in the Process.
      Returns:
      stereotype
    • isNoneIntermediateEvent

      @Deprecated public static boolean isNoneIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use NoneIntermediateEventStereotype.isInstance(element)
    • getNoneStartEvent

      @Deprecated public Stereotype getNoneStartEvent()
      Deprecated.
      use getInstance(element).noneStartEvent().getStereotype()
      The None Start Event does not have a defined trigger. The None Start Event is used for all Sub-Processes, either embedded or called (reusable). Other types of Triggers are not used for a Sub-Process, since the flow of the Process
      Returns:
      stereotype
    • isNoneStartEvent

      @Deprecated public static boolean isNoneStartEvent(@CheckForNull Element element)
      Deprecated.
      use NoneStartEventStereotype.isInstance(element)
    • getOutputSet

      @Deprecated public Stereotype getOutputSet()
      Deprecated.
      use getInstance(element).outputSet().getStereotype()
    • isOutputSet

      @Deprecated public static boolean isOutputSet(@CheckForNull Element element)
      Deprecated.
      use OutputSetStereotype.isInstance(element)
    • getParallelGateway

      @Deprecated public Stereotype getParallelGateway()
      Deprecated.
      use getInstance(element).parallelGateway().getStereotype()
      A Parallel Gateway is used to synchronize (combine) parallel flows and to create parallel flows.
      Returns:
      stereotype
    • isParallelGateway

      @Deprecated public static boolean isParallelGateway(@CheckForNull Element element)
      Deprecated.
      use ParallelGatewayStereotype.isInstance(element)
    • getParallelMultipleBoundaryEvent

      @Deprecated public Stereotype getParallelMultipleBoundaryEvent()
      Deprecated.
      use getInstance(element).parallelMultipleBoundaryEvent().getStereotype()
      This means that there are multiple triggers assigned to the Event. When attached to the boundary of an activity, the Event can only catch the trigger. Unlike the normal Multiple Intermediate Event, all of the assigned triggers are required for the Event to be triggered.
      Returns:
      stereotype
    • isParallelMultipleBoundaryEvent

      @Deprecated public static boolean isParallelMultipleBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use ParallelMultipleBoundaryEventStereotype.isInstance(element)
    • getParallelMultipleCatchIntermediateEvent

      @Deprecated public Stereotype getParallelMultipleCatchIntermediateEvent()
      Deprecated.
      use getInstance(element).parallelMultipleCatchIntermediateEvent().getStereotype()
      This means that there are multiple triggers assigned to the Event. If used within normal flow, the Event can only catch the trigger. When attached to the boundary of an activity, the Event can only catch the trigger. Unlike the normal Multiple Intermediate Event, all of the assigned triggers are required for the Event to be triggered.
      Returns:
      stereotype
    • isParallelMultipleCatchIntermediateEvent

      @Deprecated public static boolean isParallelMultipleCatchIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use ParallelMultipleCatchIntermediateEventStereotype.isInstance(element)
    • getParallelMultipleStartEvent

      @Deprecated public Stereotype getParallelMultipleStartEvent()
      Deprecated.
      use getInstance(element).parallelMultipleStartEvent().getStereotype()
    • isParallelMultipleStartEvent

      @Deprecated public static boolean isParallelMultipleStartEvent(@CheckForNull Element element)
      Deprecated.
      use ParallelMultipleStartEventStereotype.isInstance(element)
    • getParticipant

      @Deprecated public Stereotype getParticipant()
      Deprecated.
      use getInstance(element).participant().getStereotype()
      A Participant represents a specific PartnerEntity (e.g., a company) and/or a more general PartnerRole (e.g., a buyer, seller, or manufacturer) that Participants in a Collaboration. A Participant is often responsible for the execution of the Process enclosed in a Pool; however, a Pool may be defined without a Process. When Participants are defined they are contained within an InteractionSpecification, which includes the sub-types of Collaboration, a Choreography, a Conversation, a Global Communication, or a GlobalChoreographyTask.
      Returns:
      stereotype
    • isParticipant

      @Deprecated public static boolean isParticipant(@CheckForNull Element element)
      Deprecated.
      use ParticipantStereotype.isInstance(element)
    • getParticipantAssociation

      @Deprecated public Stereotype getParticipantAssociation()
      Deprecated.
      use getInstance(element).participantAssociation().getStereotype()
      These elements are used to do mapping between two elements that both contain Participants. There are situations where the Participants in different diagrams can be defined differently because they were developed independently, but represent the same thing. The ParticipantAssociation provides the mechanism to match up the Participants. A ParticipantAssociation is used when an (outer) diagram with Participants contains an (inner) diagram that also has Participants. There are four (4) usages of ParticipantAssociation. It is used when: A Collaboration references a Choreography for inclusion between the Collaboration s Pools (Participants). The Participants of the Choreography (the inner diagram) need to be mapped to the Participants of the Collaboration (the outer diagram). A Call Conversation references a Collaboration or GlobalConversation. Thus, the Participants of the Collaboration or GlobalConversation (the inner diagram) need to be mapped to the Participants referenced by the Call Conversation (the outer element). Each Call Conversation contains its own set of ParticipantAssociations. A Call Choreography references a Choreography or GlobalChoreographyTask. Thus, the Participants of the Choreography or GlobalChoreographyTask (the inner diagram) need to be mapped to the Participants referenced by the Call Choreography (the outer element). Each Call Choreography contains its own set of ParticipantAssociations. A Call Activity within a Process that has a definitional Collaboration references another Process that also has a definitional Collaboration. The Participants of the definitional Collaboration of the called Process (the inner diagram) need to be mapped to the Participants of the definitional Collaboration of the calling Process (the outer diagram).
      Returns:
      stereotype
    • isParticipantAssociation

      @Deprecated public static boolean isParticipantAssociation(@CheckForNull Element element)
      Deprecated.
      use ParticipantAssociationStereotype.isInstance(element)
    • getPartnerEntity

      @Deprecated public Stereotype getPartnerEntity()
      Deprecated.
      use getInstance(element).partnerEntity().getStereotype()
      An PartnerEntity is one of the possible types of Participant.
      Returns:
      stereotype
    • isPartnerEntity

      @Deprecated public static boolean isPartnerEntity(@CheckForNull Element element)
      Deprecated.
      use PartnerEntityStereotype.isInstance(element)
    • getPartnerRole

      @Deprecated public Stereotype getPartnerRole()
      Deprecated.
      use getInstance(element).partnerRole().getStereotype()
      A PartnerRole is one of the possible types of Participant.
      Returns:
      stereotype
    • isPartnerRole

      @Deprecated public static boolean isPartnerRole(@CheckForNull Element element)
      Deprecated.
      use PartnerRoleStereotype.isInstance(element)
    • getPerformer

      @Deprecated public Stereotype getPerformer()
      Deprecated.
      use getInstance(element).performer().getStereotype()
      The Performer class defines the resource that will perform or will be responsible for an Activity. The performer can be specified in the form of a specific individual, a group, an organization role or position, or an organization.
      Returns:
      stereotype
    • isPerformer

      @Deprecated public static boolean isPerformer(@CheckForNull Element element)
      Deprecated.
      use PerformerStereotype.isInstance(element)
    • getPool

      @Deprecated public Stereotype getPool()
      Deprecated.
      use getInstance(element).pool().getStereotype()
      A Pool is the graphical representation of a Participant in a Collaboration. A Participant can be a specific PartnerEntity (e.g., a company) or can be a more general PartnerRole (e.g., a buyer, seller, or manufacturer). A Pool MAY or MAY NOT reference a Process. A Pool is NOT REQUIRED to contain a Process, i.e., it can be a black box.
      Returns:
      stereotype
    • isPool

      @Deprecated public static boolean isPool(@CheckForNull Element element)
      Deprecated.
      use PoolStereotype.isInstance(element)
    • getPotentialOwner

      @Deprecated public Stereotype getPotentialOwner()
      Deprecated.
      use getInstance(element).potentialOwner().getStereotype()
    • isPotentialOwner

      @Deprecated public static boolean isPotentialOwner(@CheckForNull Element element)
      Deprecated.
      use PotentialOwnerStereotype.isInstance(element)
    • getProcessDiagram

      @Deprecated public Stereotype getProcessDiagram()
      Deprecated.
      use getInstance(element).processDiagram().getStereotype()
      ProcessDiagram is a concrete DiagramDefinition that defines diagrams that reference a BPMN Process element as a context. Diagram may own lanes. Processes (Orchestration), includes: o Private Non-executable (internal) Business Processes o Private Executable (internal) Business Processes o Public Processes
      Returns:
      stereotype
    • isProcessDiagram

      @Deprecated public static boolean isProcessDiagram(@CheckForNull Element element)
      Deprecated.
      use ProcessDiagramStereotype.isInstance(element)
    • getProcessEnablers

      @Deprecated public Stereotype getProcessEnablers()
      Deprecated.
      use getInstance(element).processEnablers().getStereotype()
    • isProcessEnablers

      @Deprecated public static boolean isProcessEnablers(@CheckForNull Element element)
      Deprecated.
      use ProcessEnablersStereotype.isInstance(element)
    • getProcessGuides

      @Deprecated public Stereotype getProcessGuides()
      Deprecated.
      use getInstance(element).processGuides().getStereotype()
    • isProcessGuides

      @Deprecated public static boolean isProcessGuides(@CheckForNull Element element)
      Deprecated.
      use ProcessGuidesStereotype.isInstance(element)
    • getProcessInputs

      @Deprecated public Stereotype getProcessInputs()
      Deprecated.
      use getInstance(element).processInputs().getStereotype()
    • isProcessInputs

      @Deprecated public static boolean isProcessInputs(@CheckForNull Element element)
      Deprecated.
      use ProcessInputsStereotype.isInstance(element)
    • getProcessOutputs

      @Deprecated public Stereotype getProcessOutputs()
      Deprecated.
      use getInstance(element).processOutputs().getStereotype()
    • isProcessOutputs

      @Deprecated public static boolean isProcessOutputs(@CheckForNull Element element)
      Deprecated.
      use ProcessOutputsStereotype.isInstance(element)
    • getReceiveTask

      @Deprecated public Stereotype getReceiveTask()
      Deprecated.
      use getInstance(element).receiveTask().getStereotype()
      A Receive Task is a simple Task that is designed to wait for a Message to arrive from an external Participant (relative to the Process). Once the Message has been received, the Task is completed.
      Returns:
      stereotype
    • isReceiveTask

      @Deprecated public static boolean isReceiveTask(@CheckForNull Element element)
      Deprecated.
      use ReceiveTaskStereotype.isInstance(element)
    • getRendering

      @Deprecated public Stereotype getRendering()
      Deprecated.
      use getInstance(element).rendering().getStereotype()
      BPMN User Tasks need to be rendered on user interfaces like forms clients, portlets, etc. The Rendering element provides an extensible mechanism for specifying UI renderings for User Tasks (Task UI). The element is optional. One or more rendering methods may be provided in a Task definition. A User Task can be deployed on any compliant implementation, irrespective of the fact whether the implementation supports specified rendering methods or not. The Rendering element is the extension point for renderings. Things like language considerations are opaque for the Rendering element because the rendering applications typically provide MultiLanguage support. Where this is not the case, providers of certain rendering types may decide to extend the rendering type in order to provide language information for a given rendering. The content of the rendering element is not defined by this specification.
      Returns:
      stereotype
    • isRendering

      @Deprecated public static boolean isRendering(@CheckForNull Element element)
      Deprecated.
      use RenderingStereotype.isInstance(element)
    • getResource

      @Deprecated public Stereotype getResource()
      Deprecated.
      use getInstance(element).resource().getStereotype()
      The Resource class is used to specify resources that can be referenced by Activities. These Resources can be Human Resources as well as any other resource assigned to Activities during Process execution time. The definition of a Resource is "abstract", because it only defines the Resource, without detailing how e.g. actual user IDs are associated at runtime. Multiple Activities can utilize the same Resource. Every Resource can define a set of ResourceParameters. These parameters can be used at runtime to define query e.g. into an Organizational Directory. Every Activity referencing a parameterized Resource can bind values available in the scope of the Activity to these parameters.
      Returns:
      stereotype
    • isResource

      @Deprecated public static boolean isResource(@CheckForNull Element element)
      Deprecated.
      use ResourceStereotype.isInstance(element)
    • getResourceAssignmentExpression

      @Deprecated public Stereotype getResourceAssignmentExpression()
      Deprecated.
      use getInstance(element).resourceAssignmentExpression().getStereotype()
    • isResourceAssignmentExpression

      @Deprecated public static boolean isResourceAssignmentExpression(@CheckForNull Element element)
      Deprecated.
      use ResourceAssignmentExpressionStereotype.isInstance(element)
    • getResourceParameter

      @Deprecated public Stereotype getResourceParameter()
      Deprecated.
      use getInstance(element).resourceParameter().getStereotype()
      Resource can define a set of parameters to define a query to resolve the actual resources (e.g. user ids). The ResourceParameter element inherits the attributes and model associations of BaseElement through its relationship to RootElement, and adds additional model associations: type: Element - specifies the type of the query parameter isRequired: Boolean - specifies, if a parameter is optional or mandatory.
      Returns:
      stereotype
    • isResourceParameter

      @Deprecated public static boolean isResourceParameter(@CheckForNull Element element)
      Deprecated.
      use ResourceParameterStereotype.isInstance(element)
    • getResourceParameterBinding

      @Deprecated public Stereotype getResourceParameterBinding()
      Deprecated.
      use getInstance(element).resourceParameterBinding().getStereotype()
    • isResourceParameterBinding

      @Deprecated public static boolean isResourceParameterBinding(@CheckForNull Element element)
      Deprecated.
      use ResourceParameterBindingStereotype.isInstance(element)
    • getResourceRole

      @Deprecated public Stereotype getResourceRole()
      Deprecated.
      use getInstance(element).resourceRole().getStereotype()
      The ResourceRole element inherits the attributes and model associations of BaseElement. It also defines the additional model associations.
      Returns:
      stereotype
    • isResourceRole

      @Deprecated public static boolean isResourceRole(@CheckForNull Element element)
      Deprecated.
      use ResourceRoleStereotype.isInstance(element)
    • getRootElement

      @Deprecated public Stereotype getRootElement()
      Deprecated.
      use getInstance(element).rootElement().getStereotype()
      RootElement is the abstract super class for all BPMN elements that are contained within Definitions. When contained within Definitions, these elements have their own defined life-cycle and are not deleted with the deletion of other elements. Examples of concrete RootElements include Collaboration, Process, and Choreography. Depending on their use, RootElements can be referenced by multiple other elements (i.e., they can be reused). Some RootElements may be contained within other elements instead of Definitions. This is done to avoid the maintenance overhead of an independent life-cycle. For example, an EventDefinition may be contained in a Process since it may be only required there. In this case the EventDefinition would be dependent on the tool life-cycle of the Process.
      Returns:
      stereotype
    • isRootElement

      @Deprecated public static boolean isRootElement(@CheckForNull Element element)
      Deprecated.
      use RootElementStereotype.isInstance(element)
    • getScopeDiagram

      @Deprecated public Stereotype getScopeDiagram()
      Deprecated.
      use getInstance(element).scopeDiagram().getStereotype()
    • isScopeDiagram

      @Deprecated public static boolean isScopeDiagram(@CheckForNull Element element)
      Deprecated.
      use ScopeDiagramStereotype.isInstance(element)
    • getScriptTask

      @Deprecated public Stereotype getScriptTask()
      Deprecated.
      use getInstance(element).scriptTask().getStereotype()
      A Script Task is executed by a business process engine. The modeler or implementer defines a script in a language that the engine can interpret. When the Task is ready to start, the engine will execute the script. When the script is completed, the Task will also be completed.
      Returns:
      stereotype
    • isScriptTask

      @Deprecated public static boolean isScriptTask(@CheckForNull Element element)
      Deprecated.
      use ScriptTaskStereotype.isInstance(element)
    • getSendTask

      @Deprecated public Stereotype getSendTask()
      Deprecated.
      use getInstance(element).sendTask().getStereotype()
      A Send Task is a simple Task that is designed to send a Message to an external Participant (relative to the Process). Once the Message has been sent, the Task is completed.
      Returns:
      stereotype
    • isSendTask

      @Deprecated public static boolean isSendTask(@CheckForNull Element element)
      Deprecated.
      use SendTaskStereotype.isInstance(element)
    • getSequenceFlow

      @Deprecated public Stereotype getSequenceFlow()
      Deprecated.
      use getInstance(element).sequenceFlow().getStereotype()
      A Sequence Flow is used to show the order of Flow Elements in a Process. Each Sequence Flow has only one source and only one target. The source and target must be from the set of the following Flow Elements: Events (Start, Intermediate, and End), Activities (Task and Sub-Process), and Gateways. A Sequence Flow can optionally define a condition expression, indicating that the transfer of control will only be available if the expression evaluates to true. This expression is typically used when the source of the Sequence Flow is a Gateway or an Activity. A Sequence Flow that has an Exclusive, Inclusive, or Complex Gateway or an Activity as its source can also be defined with as default. Such Sequence Flow will have a marker to show that it is a default flow. The default Sequence Flow is taken (a token is passed) only if all the other outgoing Sequence Flow from the Activity or Gateway are not valid (i.e., their condition Expressions are false).
      Returns:
      stereotype
    • isSequenceFlow

      @Deprecated public static boolean isSequenceFlow(@CheckForNull Element element)
      Deprecated.
      use SequenceFlowStereotype.isInstance(element)
    • getServiceTask

      @Deprecated public Stereotype getServiceTask()
      Deprecated.
      use getInstance(element).serviceTask().getStereotype()
      A Service Task is a Task that uses some sort of service, which could be a Web service or an automated application.
      Returns:
      stereotype
    • isServiceTask

      @Deprecated public static boolean isServiceTask(@CheckForNull Element element)
      Deprecated.
      use ServiceTaskStereotype.isInstance(element)
    • getSignalBoundaryEvent

      @Deprecated public Stereotype getSignalBoundaryEvent()
      Deprecated.
      use getInstance(element).signalBoundaryEvent().getStereotype()
      The Signal Event can only receive a Signal when attached to the boundary of an activity. In this context, it will change the Normal Flow into an Exception Flow upon being triggered. The Signal Event differs from an Error Event in that the Signal defines a more general, non-error condition for interrupting activities (such as the successful completion of another activity) as well as having a larger scope than Error Events. When used to catch the signal, the Event marker will be unfilled.
      Returns:
      stereotype
    • isSignalBoundaryEvent

      @Deprecated public static boolean isSignalBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use SignalBoundaryEventStereotype.isInstance(element)
    • getSignalCatchIntermediateEvent

      @Deprecated public Stereotype getSignalCatchIntermediateEvent()
      Deprecated.
      use getInstance(element).signalCatchIntermediateEvent().getStereotype()
      This type of event is used for sending or receiving Signals. A Signal is for general communication within and across Process Levels, across Pools, and between Business Process Diagrams. A BPMN Signal is similar to a signal flare that shot into the sky for anyone who might be interested to notice and then react. Thus, there is a source of the Signal, but no specific intended target. This type of Intermediate Event can send or receive a Signal if the Event is part of a Normal Flow. The Event can only receive a Signal when attached to the boundary of an activity. The Signal Event differs from an Error Event in that the Signal defines a more general, non-error condition for interrupting activities (such as the successful completion of another activity) as well as having a larger scope than Error Events.
      Returns:
      stereotype
    • isSignalCatchIntermediateEvent

      @Deprecated public static boolean isSignalCatchIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use SignalCatchIntermediateEventStereotype.isInstance(element)
    • getSignalEndEvent

      @Deprecated public Stereotype getSignalEndEvent()
      Deprecated.
      use getInstance(element).signalEndEvent().getStereotype()
    • isSignalEndEvent

      @Deprecated public static boolean isSignalEndEvent(@CheckForNull Element element)
      Deprecated.
      use SignalEndEventStereotype.isInstance(element)
    • getSignalEventDefinition

      @Deprecated public Stereotype getSignalEventDefinition()
      Deprecated.
      use getInstance(element).signalEventDefinition().getStereotype()
    • isSignalEventDefinition

      @Deprecated public static boolean isSignalEventDefinition(@CheckForNull Element element)
      Deprecated.
      use SignalEventDefinitionStereotype.isInstance(element)
    • getSignalStartEvent

      @Deprecated public Stereotype getSignalStartEvent()
      Deprecated.
      use getInstance(element).signalStartEvent().getStereotype()
    • isSignalStartEvent

      @Deprecated public static boolean isSignalStartEvent(@CheckForNull Element element)
      Deprecated.
      use SignalStartEventStereotype.isInstance(element)
    • getSignalThrowIntermediateEvent

      @Deprecated public Stereotype getSignalThrowIntermediateEvent()
      Deprecated.
      use getInstance(element).signalThrowIntermediateEvent().getStereotype()
      This type of event is used for sending or receiving Signals. A Signal is for general communication within and across Process Levels, across Pools, and between Business Process Diagrams. A BPMN Signal is similar to a signal flare that shot into the sky for anyone who might be interested to notice and then react. Thus, there is a source of the Signal, but no specific intended target. This type of Intermediate Event can send or receive a Signal if the Event is part of a Normal Flow. The Event can only receive a Signal when attached to the boundary of an activity. The Signal Event differs from an Error Event in that the Signal defines a more general, non-error condition for interrupting activities (such as the successful completion of another activity) as well as having a larger scope than Error Events.
      Returns:
      stereotype
    • isSignalThrowIntermediateEvent

      @Deprecated public static boolean isSignalThrowIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use SignalThrowIntermediateEventStereotype.isInstance(element)
    • getStandardLoopCharacteristics

      @Deprecated public Stereotype getStandardLoopCharacteristics()
      Deprecated.
      use getInstance(element).standardLoopCharacteristics().getStereotype()
      The StandardLoopCharacteristics class defines looping behavior based on a boolean condition. The Activity will loop as long as the boolean condition is true. The condition is evaluated for every loop iteration, and may be evaluated at the beginning or at the end of the iteration. In addition, a numeric cap can be optionally specified. The number of iterations may not exceed this cap.
      Returns:
      stereotype
    • isStandardLoopCharacteristics

      @Deprecated public static boolean isStandardLoopCharacteristics(@CheckForNull Element element)
      Deprecated.
      use StandardLoopCharacteristicsStereotype.isInstance(element)
    • getStartEvent

      @Deprecated public Stereotype getStartEvent()
      Deprecated.
      use getInstance(element).startEvent().getStereotype()
      As the name implies, the Start Event indicates where a particular Process will start. In terms of Sequence Flow, the Start Event starts the flow of the Process, and thus, will not have any incoming Sequence Flow no Sequence Flow can connect to a Start Event.
      Returns:
      stereotype
    • isStartEvent

      @Deprecated public static boolean isStartEvent(@CheckForNull Element element)
      Deprecated.
      use StartEventStereotype.isInstance(element)
    • getSubChoreography

      @Deprecated public Stereotype getSubChoreography()
      Deprecated.
      use getInstance(element).subChoreography().getStereotype()
      A Choreography Sub-Process is a compound Activity in that it has detail that is defined as a flow of other Activities, in this case, a Choreography. Each Choreography Sub-Process involves two (2) or more Participants. The name of the Choreography Sub-Process and each of the Participants are all displayed in the different bands that make up the shape s graphical notation. There are two (2) more Participant Bands and one Sub-Process Name Band. The Choreography Sub-Process can be in a collapsed view that hides its details, or a Choreography Sub-Process can be expanded to show its details (a Choreography Process) within the Choreography Process in which it is contained (see Figure 12-19). In the collapsed form, the Sub-Process object uses a marker to distinguish it as a Choreography Sub-Process, rather than a Choreography Task.
      Returns:
      stereotype
    • isSubChoreography

      @Deprecated public static boolean isSubChoreography(@CheckForNull Element element)
      Deprecated.
      use SubChoreographyStereotype.isInstance(element)
    • getSubConversation

      @Deprecated public Stereotype getSubConversation()
      Deprecated.
      use getInstance(element).subConversation().getStereotype()

      A Sub-Conversation is a ConversationNode that is a hierarchical division within the parent Conversation. A Sub-Conversation is a graphical object within a Conversation, but it also can be “opened up” to show the lower-level Conversation, which consist of Message Flow, Communications, and/or other Sub-Conversations. The Sub-Conversation shares the Participants of its parent Conversation.

      Returns:
      stereotype
    • isSubConversation

      @Deprecated public static boolean isSubConversation(@CheckForNull Element element)
      Deprecated.
      use SubConversationStereotype.isInstance(element)
    • getSubProcess

      @Deprecated public Stereotype getSubProcess()
      Deprecated.
      use getInstance(element).subProcess().getStereotype()
      A Sub-Process is an Activity whose internal details have been modeled using Activities, Gateways, Events, and Sequence Flow. A Sub-Process is a graphical object within a Process, but it also can be opened up to show a lower-level Process. Sub-Processes define a contextual scope that can be used for attribute visibility, transactional scope, for the handling of exceptions, of Events, or for compensation. There are different types of Sub-Processes.
      Returns:
      stereotype
    • isSubProcess

      @Deprecated public static boolean isSubProcess(@CheckForNull Element element)
      Deprecated.
      use SubProcessStereotype.isInstance(element)
    • getTask

      @Deprecated public Stereotype getTask()
      Deprecated.
      use getInstance(element).task().getStereotype()
      A Task is an atomic Activity within a Process flow. A Task is used when the work in the Process cannot be broken down to a finer level of detail. Generally, an end-user and/or applications are used to perform the Task when it is executed. There are different types of Tasks identified within BPMN to separate the types of inherent behavior that Tasks might represent. The list of Task types may be extended along with any corresponding indicators. A Task which is not further specified is called Abstract Task.
      Returns:
      stereotype
    • isTask

      @Deprecated public static boolean isTask(@CheckForNull Element element)
      Deprecated.
      use TaskStereotype.isInstance(element)
    • getTerminateEndEvent

      @Deprecated public Stereotype getTerminateEndEvent()
      Deprecated.
      use getInstance(element).terminateEndEvent().getStereotype()
    • isTerminateEndEvent

      @Deprecated public static boolean isTerminateEndEvent(@CheckForNull Element element)
      Deprecated.
      use TerminateEndEventStereotype.isInstance(element)
    • getTerminateEventDefinition

      @Deprecated public Stereotype getTerminateEventDefinition()
      Deprecated.
      use getInstance(element).terminateEventDefinition().getStereotype()
    • isTerminateEventDefinition

      @Deprecated public static boolean isTerminateEventDefinition(@CheckForNull Element element)
      Deprecated.
      use TerminateEventDefinitionStereotype.isInstance(element)
    • getTextAnnotation

      @Deprecated public Stereotype getTextAnnotation()
      Deprecated.
      use getInstance(element).textAnnotation().getStereotype()
      Text Annotations are a mechanism for a modeler to provide additional information for the reader of a BPMN Diagram.
      Returns:
      stereotype
    • isTextAnnotation

      @Deprecated public static boolean isTextAnnotation(@CheckForNull Element element)
      Deprecated.
      use TextAnnotationStereotype.isInstance(element)
    • getThrowEvent

      @Deprecated public Stereotype getThrowEvent()
      Deprecated.
      use getInstance(element).throwEvent().getStereotype()
      Events that throw a Result. All End Events and some Intermediate Events are throwing Events that may eventually be caught by another Event. Typically the Trigger carries information out of the scope where the throw Event occurred into the scope of the catching Events. The throwing of a trigger may be either implicit as defined by this standard or an extension to it or explicit by a throw Event.
      Returns:
      stereotype
    • isThrowEvent

      @Deprecated public static boolean isThrowEvent(@CheckForNull Element element)
      Deprecated.
      use ThrowEventStereotype.isInstance(element)
    • getTimerBoundaryEvent

      @Deprecated public Stereotype getTimerBoundaryEvent()
      Deprecated.
      use getInstance(element).timerBoundaryEvent().getStereotype()
      A specific time-date or a specific cycle (e.g., every Monday at 9 am) can be set that will trigger the Event. If a Timer Event is attached to the boundary of an Activity, it will change the Normal Flow into an Exception Flow upon being triggered.
      Returns:
      stereotype
    • isTimerBoundaryEvent

      @Deprecated public static boolean isTimerBoundaryEvent(@CheckForNull Element element)
      Deprecated.
      use TimerBoundaryEventStereotype.isInstance(element)
    • getTimerCatchIntermediateEvent

      @Deprecated public Stereotype getTimerCatchIntermediateEvent()
      Deprecated.
      use getInstance(element).timerCatchIntermediateEvent().getStereotype()
      In Normal Flow the Timer Intermediate Event acts as a delay mechanism based on a specific time-date or a specific cycle (e.g., every Monday at 9 am) can be set that will trigger the Event.
      Returns:
      stereotype
    • isTimerCatchIntermediateEvent

      @Deprecated public static boolean isTimerCatchIntermediateEvent(@CheckForNull Element element)
      Deprecated.
      use TimerCatchIntermediateEventStereotype.isInstance(element)
    • getTimerEventDefinition

      @Deprecated public Stereotype getTimerEventDefinition()
      Deprecated.
      use getInstance(element).timerEventDefinition().getStereotype()
    • isTimerEventDefinition

      @Deprecated public static boolean isTimerEventDefinition(@CheckForNull Element element)
      Deprecated.
      use TimerEventDefinitionStereotype.isInstance(element)
    • getTimerStartEvent

      @Deprecated public Stereotype getTimerStartEvent()
      Deprecated.
      use getInstance(element).timerStartEvent().getStereotype()
      A specific time-date or a specific cycle (e.g. every Monday at 9 am) can be set that will trigger the start of the Process.
      Returns:
      stereotype
    • isTimerStartEvent

      @Deprecated public static boolean isTimerStartEvent(@CheckForNull Element element)
      Deprecated.
      use TimerStartEventStereotype.isInstance(element)
    • getTransaction

      @Deprecated public Stereotype getTransaction()
      Deprecated.
      use getInstance(element).transaction().getStereotype()
      A Transaction is a specialized type of Sub-Process which will have a special behavior that is controlled through a transaction protocol (such as WS-Transaction).
      Returns:
      stereotype
    • isTransaction

      @Deprecated public static boolean isTransaction(@CheckForNull Element element)
      Deprecated.
      use TransactionStereotype.isInstance(element)
    • getUserTask

      @Deprecated public Stereotype getUserTask()
      Deprecated.
      use getInstance(element).userTask().getStereotype()
      A User Task is a typical workflow Task where a human performer performs the Task with the assistance of a software application and is scheduled through a task list manager of some sort.
      Returns:
      stereotype
    • isUserTask

      @Deprecated public static boolean isUserTask(@CheckForNull Element element)
      Deprecated.
      use UserTaskStereotype.isInstance(element)
    • getConditional_false

      @Deprecated public Stereotype getConditional_false()
      Deprecated.
      use getInstance(element).conditional_false().getStereotype()
    • isConditional_false

      @Deprecated public static boolean isConditional_false(@CheckForNull Element element)
      Deprecated.
      use Conditional_falseStereotype.isInstance(element)
    • getConditional_true

      @Deprecated public Stereotype getConditional_true()
      Deprecated.
      use getInstance(element).conditional_true().getStereotype()
    • isConditional_true

      @Deprecated public static boolean isConditional_true(@CheckForNull Element element)
      Deprecated.
      use Conditional_trueStereotype.isInstance(element)
    • getEscalation_false

      @Deprecated public Stereotype getEscalation_false()
      Deprecated.
      use getInstance(element).escalation_false().getStereotype()
    • isEscalation_false

      @Deprecated public static boolean isEscalation_false(@CheckForNull Element element)
      Deprecated.
      use Escalation_falseStereotype.isInstance(element)
    • getEscalation_true

      @Deprecated public Stereotype getEscalation_true()
      Deprecated.
      use getInstance(element).escalation_true().getStereotype()
    • isEscalation_true

      @Deprecated public static boolean isEscalation_true(@CheckForNull Element element)
      Deprecated.
      use Escalation_trueStereotype.isInstance(element)
    • getEventGatewayType_exclusive

      @Deprecated public Stereotype getEventGatewayType_exclusive()
      Deprecated.
      use getInstance(element).eventGatewayType_exclusive().getStereotype()
    • isEventGatewayType_exclusive

      @Deprecated public static boolean isEventGatewayType_exclusive(@CheckForNull Element element)
      Deprecated.
      use EventGatewayType_exclusiveStereotype.isInstance(element)
    • getEventGatewayType_parallel

      @Deprecated public Stereotype getEventGatewayType_parallel()
      Deprecated.
      use getInstance(element).eventGatewayType_parallel().getStereotype()
    • isEventGatewayType_parallel

      @Deprecated public static boolean isEventGatewayType_parallel(@CheckForNull Element element)
      Deprecated.
      use EventGatewayType_parallelStereotype.isInstance(element)
    • getGatewayNotation_withMarker

      @Deprecated public Stereotype getGatewayNotation_withMarker()
      Deprecated.
      use getInstance(element).gatewayNotation_withMarker().getStereotype()
    • isGatewayNotation_withMarker

      @Deprecated public static boolean isGatewayNotation_withMarker(@CheckForNull Element element)
      Deprecated.
      use GatewayNotation_withMarkerStereotype.isInstance(element)
    • getGatewayNotation_withoutMarker

      @Deprecated public Stereotype getGatewayNotation_withoutMarker()
      Deprecated.
      use getInstance(element).gatewayNotation_withoutMarker().getStereotype()
    • isGatewayNotation_withoutMarker

      @Deprecated public static boolean isGatewayNotation_withoutMarker(@CheckForNull Element element)
      Deprecated.
      use GatewayNotation_withoutMarkerStereotype.isInstance(element)
    • getIs_collection_dataInput_false

      @Deprecated public Stereotype getIs_collection_dataInput_false()
      Deprecated.
      use getInstance(element).is_collection_dataInput_false().getStereotype()
    • isIs_collection_dataInput_false

      @Deprecated public static boolean isIs_collection_dataInput_false(@CheckForNull Element element)
      Deprecated.
      use Is_collection_dataInput_falseStereotype.isInstance(element)
    • getIs_collection_dataInput_true

      @Deprecated public Stereotype getIs_collection_dataInput_true()
      Deprecated.
      use getInstance(element).is_collection_dataInput_true().getStereotype()
    • isIs_collection_dataInput_true

      @Deprecated public static boolean isIs_collection_dataInput_true(@CheckForNull Element element)
      Deprecated.
      use Is_collection_dataInput_trueStereotype.isInstance(element)
    • getIs_collection_dataOutput_false

      @Deprecated public Stereotype getIs_collection_dataOutput_false()
      Deprecated.
      use getInstance(element).is_collection_dataOutput_false().getStereotype()
    • isIs_collection_dataOutput_false

      @Deprecated public static boolean isIs_collection_dataOutput_false(@CheckForNull Element element)
      Deprecated.
      use Is_collection_dataOutput_falseStereotype.isInstance(element)
    • getIs_collection_dataOutput_true

      @Deprecated public Stereotype getIs_collection_dataOutput_true()
      Deprecated.
      use getInstance(element).is_collection_dataOutput_true().getStereotype()
    • isIs_collection_dataOutput_true

      @Deprecated public static boolean isIs_collection_dataOutput_true(@CheckForNull Element element)
      Deprecated.
      use Is_collection_dataOutput_trueStereotype.isInstance(element)
    • getIs_collection_false

      @Deprecated public Stereotype getIs_collection_false()
      Deprecated.
      use getInstance(element).is_collection_false().getStereotype()
    • isIs_collection_false

      @Deprecated public static boolean isIs_collection_false(@CheckForNull Element element)
      Deprecated.
      use Is_collection_falseStereotype.isInstance(element)
    • getIs_collection_true

      @Deprecated public Stereotype getIs_collection_true()
      Deprecated.
      use getInstance(element).is_collection_true().getStereotype()
    • isIs_collection_true

      @Deprecated public static boolean isIs_collection_true(@CheckForNull Element element)
      Deprecated.
      use Is_collection_trueStereotype.isInstance(element)
    • getMessageType_initiating

      @Deprecated public Stereotype getMessageType_initiating()
      Deprecated.
      use getInstance(element).messageType_initiating().getStereotype()
    • isMessageType_initiating

      @Deprecated public static boolean isMessageType_initiating(@CheckForNull Element element)
      Deprecated.
      use MessageType_initiatingStereotype.isInstance(element)
    • getMessageType_reply

      @Deprecated public Stereotype getMessageType_reply()
      Deprecated.
      use getInstance(element).messageType_reply().getStereotype()
    • isMessageType_reply

      @Deprecated public static boolean isMessageType_reply(@CheckForNull Element element)
      Deprecated.
      use MessageType_replyStereotype.isInstance(element)
    • getMessage_false

      @Deprecated public Stereotype getMessage_false()
      Deprecated.
      use getInstance(element).message_false().getStereotype()
    • isMessage_false

      @Deprecated public static boolean isMessage_false(@CheckForNull Element element)
      Deprecated.
      use Message_falseStereotype.isInstance(element)
    • getMessage_true

      @Deprecated public Stereotype getMessage_true()
      Deprecated.
      use getInstance(element).message_true().getStereotype()
    • isMessage_true

      @Deprecated public static boolean isMessage_true(@CheckForNull Element element)
      Deprecated.
      use Message_trueStereotype.isInstance(element)
    • getMultiple_false

      @Deprecated public Stereotype getMultiple_false()
      Deprecated.
      use getInstance(element).multiple_false().getStereotype()
    • isMultiple_false

      @Deprecated public static boolean isMultiple_false(@CheckForNull Element element)
      Deprecated.
      use Multiple_falseStereotype.isInstance(element)
    • getMultiple_true

      @Deprecated public Stereotype getMultiple_true()
      Deprecated.
      use getInstance(element).multiple_true().getStereotype()
    • isMultiple_true

      @Deprecated public static boolean isMultiple_true(@CheckForNull Element element)
      Deprecated.
      use Multiple_trueStereotype.isInstance(element)
    • getNp

      @Deprecated public Stereotype getNp()
      Deprecated.
      use getInstance(element).np().getStereotype()
    • isNp

      @Deprecated public static boolean isNp(@CheckForNull Element element)
      Deprecated.
      use NpStereotype.isInstance(element)
    • getParrallelMultiple_false

      @Deprecated public Stereotype getParrallelMultiple_false()
      Deprecated.
      use getInstance(element).parrallelMultiple_false().getStereotype()
    • isParrallelMultiple_false

      @Deprecated public static boolean isParrallelMultiple_false(@CheckForNull Element element)
      Deprecated.
      use ParrallelMultiple_falseStereotype.isInstance(element)
    • getParrallelMultiple_true

      @Deprecated public Stereotype getParrallelMultiple_true()
      Deprecated.
      use getInstance(element).parrallelMultiple_true().getStereotype()
    • isParrallelMultiple_true

      @Deprecated public static boolean isParrallelMultiple_true(@CheckForNull Element element)
      Deprecated.
      use ParrallelMultiple_trueStereotype.isInstance(element)
    • getPf

      @Deprecated public Stereotype getPf()
      Deprecated.
      use getInstance(element).pf().getStereotype()
    • isPf

      @Deprecated public static boolean isPf(@CheckForNull Element element)
      Deprecated.
      use PfStereotype.isInstance(element)
    • getPp

      @Deprecated public Stereotype getPp()
      Deprecated.
      use getInstance(element).pp().getStereotype()
    • isPp

      @Deprecated public static boolean isPp(@CheckForNull Element element)
      Deprecated.
      use PpStereotype.isInstance(element)
    • getSignal_false

      @Deprecated public Stereotype getSignal_false()
      Deprecated.
      use getInstance(element).signal_false().getStereotype()
    • isSignal_false

      @Deprecated public static boolean isSignal_false(@CheckForNull Element element)
      Deprecated.
      use Signal_falseStereotype.isInstance(element)
    • getSignal_true

      @Deprecated public Stereotype getSignal_true()
      Deprecated.
      use getInstance(element).signal_true().getStereotype()
    • isSignal_true

      @Deprecated public static boolean isSignal_true(@CheckForNull Element element)
      Deprecated.
      use Signal_trueStereotype.isInstance(element)
    • getStart_conditional_false

      @Deprecated public Stereotype getStart_conditional_false()
      Deprecated.
      use getInstance(element).start_conditional_false().getStereotype()
    • isStart_conditional_false

      @Deprecated public static boolean isStart_conditional_false(@CheckForNull Element element)
      Deprecated.
      use Start_conditional_falseStereotype.isInstance(element)
    • getStart_conditional_true

      @Deprecated public Stereotype getStart_conditional_true()
      Deprecated.
      use getInstance(element).start_conditional_true().getStereotype()
    • isStart_conditional_true

      @Deprecated public static boolean isStart_conditional_true(@CheckForNull Element element)
      Deprecated.
      use Start_conditional_trueStereotype.isInstance(element)
    • getStart_escalation_false

      @Deprecated public Stereotype getStart_escalation_false()
      Deprecated.
      use getInstance(element).start_escalation_false().getStereotype()
    • isStart_escalation_false

      @Deprecated public static boolean isStart_escalation_false(@CheckForNull Element element)
      Deprecated.
      use Start_escalation_falseStereotype.isInstance(element)
    • getStart_escalation_true

      @Deprecated public Stereotype getStart_escalation_true()
      Deprecated.
      use getInstance(element).start_escalation_true().getStereotype()
    • isStart_escalation_true

      @Deprecated public static boolean isStart_escalation_true(@CheckForNull Element element)
      Deprecated.
      use Start_escalation_trueStereotype.isInstance(element)
    • getStart_message_false

      @Deprecated public Stereotype getStart_message_false()
      Deprecated.
      use getInstance(element).start_message_false().getStereotype()
    • isStart_message_false

      @Deprecated public static boolean isStart_message_false(@CheckForNull Element element)
      Deprecated.
      use Start_message_falseStereotype.isInstance(element)
    • getStart_message_true

      @Deprecated public Stereotype getStart_message_true()
      Deprecated.
      use getInstance(element).start_message_true().getStereotype()
    • isStart_message_true

      @Deprecated public static boolean isStart_message_true(@CheckForNull Element element)
      Deprecated.
      use Start_message_trueStereotype.isInstance(element)
    • getStart_multiple_false

      @Deprecated public Stereotype getStart_multiple_false()
      Deprecated.
      use getInstance(element).start_multiple_false().getStereotype()
    • isStart_multiple_false

      @Deprecated public static boolean isStart_multiple_false(@CheckForNull Element element)
      Deprecated.
      use Start_multiple_falseStereotype.isInstance(element)
    • getStart_multiple_true

      @Deprecated public Stereotype getStart_multiple_true()
      Deprecated.
      use getInstance(element).start_multiple_true().getStereotype()
    • isStart_multiple_true

      @Deprecated public static boolean isStart_multiple_true(@CheckForNull Element element)
      Deprecated.
      use Start_multiple_trueStereotype.isInstance(element)
    • getStart_parallelMultiple_false

      @Deprecated public Stereotype getStart_parallelMultiple_false()
      Deprecated.
      use getInstance(element).start_parallelMultiple_false().getStereotype()
    • isStart_parallelMultiple_false

      @Deprecated public static boolean isStart_parallelMultiple_false(@CheckForNull Element element)
      Deprecated.
      use Start_parallelMultiple_falseStereotype.isInstance(element)
    • getStart_parallelMultiple_true

      @Deprecated public Stereotype getStart_parallelMultiple_true()
      Deprecated.
      use getInstance(element).start_parallelMultiple_true().getStereotype()
    • isStart_parallelMultiple_true

      @Deprecated public static boolean isStart_parallelMultiple_true(@CheckForNull Element element)
      Deprecated.
      use Start_parallelMultiple_trueStereotype.isInstance(element)
    • getStart_signal_false

      @Deprecated public Stereotype getStart_signal_false()
      Deprecated.
      use getInstance(element).start_signal_false().getStereotype()
    • isStart_signal_false

      @Deprecated public static boolean isStart_signal_false(@CheckForNull Element element)
      Deprecated.
      use Start_signal_falseStereotype.isInstance(element)
    • getStart_signal_true

      @Deprecated public Stereotype getStart_signal_true()
      Deprecated.
      use getInstance(element).start_signal_true().getStereotype()
    • isStart_signal_true

      @Deprecated public static boolean isStart_signal_true(@CheckForNull Element element)
      Deprecated.
      use Start_signal_trueStereotype.isInstance(element)
    • getStart_timer_false

      @Deprecated public Stereotype getStart_timer_false()
      Deprecated.
      use getInstance(element).start_timer_false().getStereotype()
    • isStart_timer_false

      @Deprecated public static boolean isStart_timer_false(@CheckForNull Element element)
      Deprecated.
      use Start_timer_falseStereotype.isInstance(element)
    • getStart_timer_true

      @Deprecated public Stereotype getStart_timer_true()
      Deprecated.
      use getInstance(element).start_timer_true().getStereotype()
    • isStart_timer_true

      @Deprecated public static boolean isStart_timer_true(@CheckForNull Element element)
      Deprecated.
      use Start_timer_trueStereotype.isInstance(element)
    • getTimer_false

      @Deprecated public Stereotype getTimer_false()
      Deprecated.
      use getInstance(element).timer_false().getStereotype()
    • isTimer_false

      @Deprecated public static boolean isTimer_false(@CheckForNull Element element)
      Deprecated.
      use Timer_falseStereotype.isInstance(element)
    • getTimer_true

      @Deprecated public Stereotype getTimer_true()
      Deprecated.
      use getInstance(element).timer_true().getStereotype()
    • isTimer_true

      @Deprecated public static boolean isTimer_true(@CheckForNull Element element)
      Deprecated.
      use Timer_trueStereotype.isInstance(element)
    • generatedGetAllElementWrappers

      protected Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()
    • generatedGetAllStereotypes

      protected Collection<Stereotype> generatedGetAllStereotypes()