Uses of Class
org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration

Packages that use ActivitiStateHandlerRegistration
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
 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
 

Methods in org.camunda.bpm.engine.spring.components.registry that return types with arguments of type ActivitiStateHandlerRegistration
 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 spring.components.registry.ActivitiStateHandlerRegistration
 

Methods in org.camunda.bpm.engine.spring.components.registry with parameters of type ActivitiStateHandlerRegistration
 void ActivitiStateHandlerRegistry.registerActivitiStateHandler(ActivitiStateHandlerRegistration registration)
          used at runtime to register state handlers as they are registered with the spring context
 



Copyright © 2015 camunda services GmbH. All rights reserved.