org.camunda.bpm.engine.impl.bpmn.parser
Class ActivityTypes

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.parser.ActivityTypes

public class ActivityTypes
extends Object

Author:
Thorben Lindhauer

Field Summary
static String BOUNDARY_MESSAGE
           
static String BOUNDARY_SIGNAL
           
static String BOUNDARY_TIMER
           
static String MULTI_INSTANCE_BODY
           
 
Constructor Summary
ActivityTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTI_INSTANCE_BODY

public static final String MULTI_INSTANCE_BODY
See Also:
Constant Field Values

BOUNDARY_TIMER

public static final String BOUNDARY_TIMER
See Also:
Constant Field Values

BOUNDARY_MESSAGE

public static final String BOUNDARY_MESSAGE
See Also:
Constant Field Values

BOUNDARY_SIGNAL

public static final String BOUNDARY_SIGNAL
See Also:
Constant Field Values
Constructor Detail

ActivityTypes

public ActivityTypes()


Copyright © 2016 camunda services GmbH. All rights reserved.