Uses of Class
org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
-
Packages that use ActivitiStateHandlerRegistration Package Description org.camunda.bpm.engine.spring.components.registry -
-
Uses of ActivitiStateHandlerRegistration in org.camunda.bpm.engine.spring.components.registry
Methods in org.camunda.bpm.engine.spring.components.registry that return ActivitiStateHandlerRegistration Modifier and Type Method 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 nanmeMethods in org.camunda.bpm.engine.spring.components.registry that return types with arguments of type ActivitiStateHandlerRegistration Modifier and Type Method 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 theorg.camunda.bpm.engine.test.spring.components.registry.ActivitiStateHandlerRegistration
Methods in org.camunda.bpm.engine.spring.components.registry with parameters of type ActivitiStateHandlerRegistration Modifier and Type Method Description void
ActivitiStateHandlerRegistry. registerActivitiStateHandler(ActivitiStateHandlerRegistration registration)
used at runtime to register state handlers as they are registered with the spring context
-