Class ActivitiStateHandlerRegistration
- java.lang.Object
-
- org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
-
public class ActivitiStateHandlerRegistration extends Object
an instance of a bean discovered to both have anorg.camunda.bpm.engine.ProcessEngineComponent.ActivitiComponent
and one or moreorg.camunda.bpm.engine.ProcessEngineComponent.ActivitiComponent
annotations present. Describes the metadata extracted from the bean at configuration time- Since:
- 1.0
- Author:
- Josh Long
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBeanName()
Object
getHandler()
Method
getHandlerMethod()
int
getProcessIdIndex()
String
getProcessName()
Map<Integer,String>
getProcessVariablesExpected()
int
getProcessVariablesIndex()
String
getStateName()
boolean
requiresProcessId()
boolean
requiresProcessVariablesMap()
String
toString()
-
-
-
Method Detail
-
getProcessVariablesIndex
public int getProcessVariablesIndex()
-
getProcessIdIndex
public int getProcessIdIndex()
-
requiresProcessId
public boolean requiresProcessId()
-
requiresProcessVariablesMap
public boolean requiresProcessVariablesMap()
-
getBeanName
public String getBeanName()
-
getHandlerMethod
public Method getHandlerMethod()
-
getHandler
public Object getHandler()
-
getStateName
public String getStateName()
-
getProcessName
public String getProcessName()
-
-