Uses of Class
org.operaton.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
Packages that use ActivitiStateHandlerRegistration
-
Uses of ActivitiStateHandlerRegistration in org.operaton.bpm.engine.spring.components.registry
Methods in org.operaton.bpm.engine.spring.components.registry that return ActivitiStateHandlerRegistrationModifier and TypeMethodDescriptionActivitiStateHandlerRegistry.findRegistrationForProcessAndState(String processName, String stateName) this scours the registry looking for candidate registrations that match a given process name and/ or state nameMethods in org.operaton.bpm.engine.spring.components.registry that return types with arguments of type ActivitiStateHandlerRegistrationModifier 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 theActivitiStateHandlerRegistrationMethods in org.operaton.bpm.engine.spring.components.registry with parameters of type ActivitiStateHandlerRegistrationModifier and TypeMethodDescriptionvoidActivitiStateHandlerRegistry.registerActivitiStateHandler(ActivitiStateHandlerRegistration registration) used at runtime to register state handlers as they are registered with the spring context