Uses of Class
org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
-
Uses of ActivitiStateHandlerRegistration in org.camunda.bpm.engine.spring.components.registry
Modifier and TypeMethodDescriptionActivitiStateHandlerRegistry.findRegistrationForProcessAndState
(String processName, String stateName) this scours the registry looking for candidate registrations that match a given process name and/ or state nanmeModifier and TypeMethodDescriptionActivitiStateHandlerRegistry.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
Modifier and TypeMethodDescriptionvoid
ActivitiStateHandlerRegistry.registerActivitiStateHandler
(ActivitiStateHandlerRegistration registration) used at runtime to register state handlers as they are registered with the spring context