org.camunda.bpm.engine.spring.components
Class ActivitiContextUtils

java.lang.Object
  extended by org.camunda.bpm.engine.spring.components.ActivitiContextUtils

public class ActivitiContextUtils
extends Object

simple place to stash the constants used throughout the code

Since:
5.3
Author:
Josh Long

Field Summary
static String ACTIVITI_REGISTRY_BEAN_NAME
          the name of the default registry used to store all state handling components
static String ANNOTATION_STATE_HANDLER_BEAN_FACTORY_POST_PROCESSOR_BEAN_NAME
           
 
Constructor Summary
ActivitiContextUtils()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANNOTATION_STATE_HANDLER_BEAN_FACTORY_POST_PROCESSOR_BEAN_NAME

public static final String ANNOTATION_STATE_HANDLER_BEAN_FACTORY_POST_PROCESSOR_BEAN_NAME

ACTIVITI_REGISTRY_BEAN_NAME

public static final String ACTIVITI_REGISTRY_BEAN_NAME
the name of the default registry used to store all state handling components

See Also:
Constant Field Values
Constructor Detail

ActivitiContextUtils

public ActivitiContextUtils()


Copyright © 2017 camunda services GmbH. All rights reserved.