| Package | Description | 
|---|---|
| org.camunda.bpm.engine.spring.components.registry | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivitiStateHandlerRegistration | ActivitiStateHandlerRegistry. findRegistrationForProcessAndState(String processName,
                                  String stateName)this scours the registry looking for candidate registrations that match a given process name and/ or state nanme | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ActivitiStateHandlerRegistration> | ActivitiStateHandlerRegistry. findRegistrationsForProcessAndState(String processName,
                                   String stateName)this is responsible for looking up components in the registry and returning the appropriate handler based
 on specificity of the  org.camunda.bpm.engine.test.spring.components.registry.ActivitiStateHandlerRegistration | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ActivitiStateHandlerRegistry. registerActivitiStateHandler(ActivitiStateHandlerRegistration registration)used at runtime to register state handlers as they are registered with the spring context | 
Copyright © 2018. All rights reserved.