org.camunda.bpm.engine.impl.bpmn.helper
Class BpmnProperties
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
public class BpmnProperties
- extends Object
Properties of bpmn elements.
- Author:
- Philipp Ossler
- See Also:
Properties
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final PropertyKey<String> TYPE
ESCALATION_EVENT_DEFINITIONS
public static final PropertyListKey<EscalationEventDefinition> ESCALATION_EVENT_DEFINITIONS
ERROR_EVENT_DEFINITIONS
public static final PropertyListKey<ErrorEventDefinition> ERROR_EVENT_DEFINITIONS
TIMER_DECLARATIONS
public static final PropertyMapKey<String,TimerDeclarationImpl> 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).
EVENT_SUBSCRIPTION_DECLARATIONS
public static final PropertyMapKey<String,EventSubscriptionDeclaration> EVENT_SUBSCRIPTION_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).
COMPENSATION_BOUNDARY_EVENT
public static final PropertyKey<ActivityImpl> COMPENSATION_BOUNDARY_EVENT
INITIAL_ACTIVITY
public static final PropertyKey<ActivityImpl> INITIAL_ACTIVITY
TRIGGERED_BY_EVENT
public static final PropertyKey<Boolean> TRIGGERED_BY_EVENT
BpmnProperties
public BpmnProperties()
Copyright © 2016 camunda services GmbH. All rights reserved.