public class BpmnProperties extends Object
Properties| Modifier and Type | Field and Description | 
|---|---|
static PropertyKey<ActivityImpl> | 
COMPENSATION_BOUNDARY_EVENT  | 
static PropertyListKey<ErrorEventDefinition> | 
ERROR_EVENT_DEFINITIONS  | 
static PropertyListKey<EscalationEventDefinition> | 
ESCALATION_EVENT_DEFINITIONS  | 
static 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. 
 | 
static PropertyKey<Boolean> | 
HAS_CONDITIONAL_EVENTS  | 
static PropertyKey<ActivityImpl> | 
INITIAL_ACTIVITY  | 
static 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. 
 | 
static PropertyKey<Boolean> | 
TRIGGERED_BY_EVENT  | 
static PropertyKey<String> | 
TYPE  | 
| Constructor and Description | 
|---|
BpmnProperties()  | 
public static final PropertyKey<String> TYPE
public static final PropertyListKey<EscalationEventDefinition> ESCALATION_EVENT_DEFINITIONS
public static final PropertyListKey<ErrorEventDefinition> ERROR_EVENT_DEFINITIONS
public static final PropertyMapKey<String,TimerDeclarationImpl> TIMER_DECLARATIONS
public static final PropertyMapKey<String,EventSubscriptionDeclaration> EVENT_SUBSCRIPTION_DECLARATIONS
public static final PropertyKey<ActivityImpl> COMPENSATION_BOUNDARY_EVENT
public static final PropertyKey<ActivityImpl> INITIAL_ACTIVITY
public static final PropertyKey<Boolean> TRIGGERED_BY_EVENT
public static final PropertyKey<Boolean> HAS_CONDITIONAL_EVENTS
Copyright © 2019. All rights reserved.