jBPM distribution 6.1.0.Beta4

Uses of Class
org.jbpm.process.instance.timer.TimerInstance

Packages that use TimerInstance
org.jbpm.marshalling.impl   
org.jbpm.process.instance   
org.jbpm.process.instance.timer   
org.jbpm.workflow.instance.node   
 

Uses of TimerInstance in org.jbpm.marshalling.impl
 

Methods in org.jbpm.marshalling.impl that return TimerInstance
static TimerInstance ProtobufProcessMarshaller.readTimer(org.drools.core.marshalling.impl.MarshallerReaderContext context, JBPMMessages.ProcessTimer.TimerInstance _timer)
           
 

Methods in org.jbpm.marshalling.impl with parameters of type TimerInstance
static JBPMMessages.ProcessTimer.TimerInstance ProtobufProcessMarshaller.writeTimer(org.drools.core.marshalling.impl.MarshallerWriteContext context, TimerInstance timer)
           
 

Uses of TimerInstance in org.jbpm.process.instance
 

Methods in org.jbpm.process.instance that return TimerInstance
protected  TimerInstance ProcessRuntimeImpl.RegisterStartTimerAction.createTimerInstance(Timer timer, org.drools.core.common.InternalKnowledgeRuntime kruntime)
           
 

Uses of TimerInstance in org.jbpm.process.instance.timer
 

Methods in org.jbpm.process.instance.timer that return TimerInstance
 TimerInstance TimerManager.ProcessJobContext.getTimer()
           
 

Methods in org.jbpm.process.instance.timer that return types with arguments of type TimerInstance
 Map<Long,TimerInstance> TimerManager.getTimerMap()
           
 Collection<TimerInstance> TimerManager.getTimers()
           
 

Methods in org.jbpm.process.instance.timer with parameters of type TimerInstance
 void TimerManager.internalAddTimer(TimerInstance timer)
           
 void TimerManager.registerTimer(TimerInstance timer, ProcessInstance processInstance)
           
 void TimerManager.registerTimer(TimerInstance timer, String processId, Map<String,Object> params)
           
 void TimerListener.timerTriggered(TimerInstance timer)
           
 

Constructors in org.jbpm.process.instance.timer with parameters of type TimerInstance
TimerManager.ProcessJobContext(TimerInstance timer, org.drools.core.time.Trigger trigger, Long processInstanceId, org.drools.core.common.InternalKnowledgeRuntime kruntime)
           
TimerManager.StartProcessJobContext(TimerInstance timer, org.drools.core.time.Trigger trigger, String processId, Map<String,Object> params, org.drools.core.common.InternalKnowledgeRuntime kruntime)
           
 

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

Methods in org.jbpm.workflow.instance.node that return TimerInstance
protected  TimerInstance TimerNodeInstance.createTimerInstance(org.drools.core.common.InternalKnowledgeRuntime kruntime)
           
protected  TimerInstance StateBasedNodeInstance.createTimerInstance(Timer timer)
           
 TimerInstance TimerNodeInstance.getTimerInstance()
           
 

Methods in org.jbpm.workflow.instance.node with parameters of type TimerInstance
protected  void StateBasedNodeInstance.configureTimerInstance(Timer timer, TimerInstance timerInstance)
           
 


jBPM distribution 6.1.0.Beta4

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