org.camunda.bpm.engine.impl.bpmn.helper
Class BpmnProperties

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties

public class BpmnProperties
extends Object

Properties of bpmn elements.

Author:
Philipp Ossler
See Also:
Properties

Field Summary
static PropertyListKey<ErrorEventDefinition> ERROR_EVENT_DEFINITIONS
           
static PropertyListKey<EscalationEventDefinition> ESCALATION_EVENT_DEFINITIONS
           
static PropertyKey<String> TYPE
           
 
Constructor Summary
BpmnProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BpmnProperties

public BpmnProperties()


Copyright © 2015 camunda services GmbH. All rights reserved.