jBPM distribution 6.2.0.CR4

Uses of Interface
org.kie.api.event.rule.AgendaEventListener

Packages that use AgendaEventListener
org.jbpm.process   
org.jbpm.process.instance.event.listeners   
org.jbpm.runtime.manager.impl   
org.jbpm.services.cdi.impl.manager   
org.jbpm.test   
org.jbpm.workflow.instance.node   
org.kie.api.event.rule Events emitted while Rules are executing. 
org.kie.api.runtime.manager   
 

Uses of AgendaEventListener in org.jbpm.process
 

Methods in org.jbpm.process that return types with arguments of type AgendaEventListener
 Collection<AgendaEventListener> StatefulProcessSession.getAgendaEventListeners()
           
 

Methods in org.jbpm.process with parameters of type AgendaEventListener
 void StatefulProcessSession.addEventListener(AgendaEventListener listener)
           
 void StatefulProcessSession.removeEventListener(AgendaEventListener listener)
           
 

Uses of AgendaEventListener in org.jbpm.process.instance.event.listeners
 

Classes in org.jbpm.process.instance.event.listeners that implement AgendaEventListener
 class TriggerRulesEventListener
          Dedicated AgendaEventListener that will fireAllRules as soon as: match is created after rule flow group is activated This listener should be used to automatically fire rules as soon as they get activated.
 

Uses of AgendaEventListener in org.jbpm.runtime.manager.impl
 

Methods in org.jbpm.runtime.manager.impl that return types with arguments of type AgendaEventListener
 List<AgendaEventListener> SimpleRegisterableItemsFactory.getAgendaEventListeners(RuntimeEngine runtime)
           
 List<AgendaEventListener> KModuleRegisterableItemsFactory.getAgendaEventListeners(RuntimeEngine runtime)
           
 List<AgendaEventListener> DefaultRegisterableItemsFactory.getAgendaEventListeners(RuntimeEngine runtime)
           
 

Method parameters in org.jbpm.runtime.manager.impl with type arguments of type AgendaEventListener
 void SimpleRegisterableItemsFactory.addAgendaListener(Class<? extends AgendaEventListener> clazz)
           
 

Uses of AgendaEventListener in org.jbpm.services.cdi.impl.manager
 

Methods in org.jbpm.services.cdi.impl.manager that return types with arguments of type AgendaEventListener
 List<AgendaEventListener> InjectableRegisterableItemsFactory.getAgendaEventListeners(RuntimeEngine runtime)
           
 

Uses of AgendaEventListener in org.jbpm.test
 

Fields in org.jbpm.test with type parameters of type AgendaEventListener
protected  List<AgendaEventListener> JbpmJUnitBaseTestCase.customAgendaListeners
           
 

Methods in org.jbpm.test with parameters of type AgendaEventListener
 void JbpmJUnitBaseTestCase.addAgendaEventListener(AgendaEventListener listener)
           
 

Uses of AgendaEventListener in org.jbpm.workflow.instance.node
 

Classes in org.jbpm.workflow.instance.node that implement AgendaEventListener
 class MilestoneNodeInstance
          Runtime counterpart of a milestone node.
 

Uses of AgendaEventListener in org.kie.api.event.rule
 

Classes in org.kie.api.event.rule that implement AgendaEventListener
 class DebugAgendaEventListener
           
 class DefaultAgendaEventListener
           
 

Methods in org.kie.api.event.rule that return types with arguments of type AgendaEventListener
 Collection<AgendaEventListener> RuleRuntimeEventManager.getAgendaEventListeners()
          Returns all event listeners.
 

Methods in org.kie.api.event.rule with parameters of type AgendaEventListener
 void RuleRuntimeEventManager.addEventListener(AgendaEventListener listener)
          Add an event listener.
 void RuleRuntimeEventManager.removeEventListener(AgendaEventListener listener)
          Remove an event listener.
 

Uses of AgendaEventListener in org.kie.api.runtime.manager
 

Methods in org.kie.api.runtime.manager that return types with arguments of type AgendaEventListener
 List<AgendaEventListener> RegisterableItemsFactory.getAgendaEventListeners(RuntimeEngine runtime)
          Returns new instances of AgendaEventListener that will be registered on RuntimeEngine
 


jBPM distribution 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.