public class ActivitiStateHandlerRegistration extends Object
org.camunda.bpm.engine.ProcessEngineComponent.ActivitiComponent
 and one or more org.camunda.bpm.engine.ProcessEngineComponent.ActivitiComponent annotations present.
 
 Describes the metadata extracted from the bean at configuration time| Constructor and Description | 
|---|
| ActivitiStateHandlerRegistration(Map<Integer,String> processVariablesExpected,
                                Method handlerMethod,
                                Object handler,
                                String stateName,
                                String beanName,
                                int processVariablesIndex,
                                int processIdIndex,
                                String processName) | 
| Modifier and Type | Method and 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() | 
public int getProcessVariablesIndex()
public int getProcessIdIndex()
public boolean requiresProcessId()
public boolean requiresProcessVariablesMap()
public String getBeanName()
public Method getHandlerMethod()
public Object getHandler()
public String getStateName()
public String getProcessName()
Copyright © 2018. All rights reserved.