Class BpmnProperties
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
Properties of bpmn elements.
- Author:
- Philipp Ossler
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PropertyListKey<CamundaErrorEventDefinition>
static final PropertyKey<ActivityImpl>
static final PropertyKey<ConditionalEventDefinition>
static final PropertyListKey<ErrorEventDefinition>
static final PropertyListKey<EscalationEventDefinition>
static final PropertyMapKey<String,
EventSubscriptionDeclaration> Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity.static final PropertyKey<Map<String,
String>> static final PropertyKey<Boolean>
static final PropertyKey<ActivityImpl>
static final PropertyMapKey<String,
Map<String, TimerDeclarationImpl>> Declaration indexed by activity and listener (id) that is triggered by the event; there can be multiple such declarations per activity but only one per listener.static final PropertyMapKey<String,
TimerDeclarationImpl> Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity.static final PropertyKey<Boolean>
static final PropertyKey<String>
-
Constructor Summary
-
Method Summary
-
Field Details
-
TYPE
-
ESCALATION_EVENT_DEFINITIONS
-
ERROR_EVENT_DEFINITIONS
-
TIMER_DECLARATIONS
Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity. There is code that relies on this assumption (e.g. when determining which declaration matches a job in the migration logic). -
TIMEOUT_LISTENER_DECLARATIONS
public static final PropertyMapKey<String,Map<String, TIMEOUT_LISTENER_DECLARATIONSTimerDeclarationImpl>> Declaration indexed by activity and listener (id) that is triggered by the event; there can be multiple such declarations per activity but only one per listener. There is code that relies on this assumption (e.g. when determining which declaration matches a job in the migration logic). -
EVENT_SUBSCRIPTION_DECLARATIONS
public static final PropertyMapKey<String,EventSubscriptionDeclaration> EVENT_SUBSCRIPTION_DECLARATIONSDeclaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity. There is code that relies on this assumption (e.g. when determining which declaration matches a job in the migration logic). -
COMPENSATION_BOUNDARY_EVENT
-
INITIAL_ACTIVITY
-
TRIGGERED_BY_EVENT
-
HAS_CONDITIONAL_EVENTS
-
CONDITIONAL_EVENT_DEFINITION
-
EXTENSION_PROPERTIES
-
CAMUNDA_ERROR_EVENT_DEFINITION
-
-
Constructor Details
-
BpmnProperties
public BpmnProperties()
-