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.ActivitiComponentand one or moreorg.camunda.bpm.engine.ProcessEngineComponent.ActivitiComponentannotations 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 StringgetBeanName()ObjectgetHandler()MethodgetHandlerMethod()intgetProcessIdIndex()StringgetProcessName()Map<Integer,String>getProcessVariablesExpected()intgetProcessVariablesIndex()StringgetStateName()booleanrequiresProcessId()booleanrequiresProcessVariablesMap()StringtoString()
-
-
-
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()
-
-