Uses of Class
org.jbpm.process.instance.timer.TimerInstance
-
-
Uses of TimerInstance in org.jbpm.marshalling.impl
Methods in org.jbpm.marshalling.impl that return TimerInstance Modifier and Type Method Description static TimerInstanceProtobufProcessMarshaller. readTimer(org.drools.core.marshalling.impl.MarshallerReaderContext context, JBPMMessages.ProcessTimer.TimerInstance _timer)Methods in org.jbpm.marshalling.impl with parameters of type TimerInstance Modifier and Type Method Description static JBPMMessages.ProcessTimer.TimerInstanceProtobufProcessMarshaller. 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 Modifier and Type Method Description protected TimerInstanceProcessRuntimeImpl.RegisterStartTimerAction. createTimerInstance(Timer timer, org.drools.core.common.InternalKnowledgeRuntime kruntime) -
Uses of TimerInstance in org.jbpm.process.instance.command
Methods in org.jbpm.process.instance.command that return TimerInstance Modifier and Type Method Description protected TimerInstanceUpdateTimerCommand. rescheduleTimer(TimerInstance timer, TimerManager tm)Methods in org.jbpm.process.instance.command with parameters of type TimerInstance Modifier and Type Method Description protected longRelativeUpdateTimerCommand. calculateDelay(long delay, TimerInstance timer)protected longUpdateTimerCommand. calculateDelay(long delay, TimerInstance timer)protected TimerInstanceUpdateTimerCommand. rescheduleTimer(TimerInstance timer, TimerManager tm) -
Uses of TimerInstance in org.jbpm.process.instance.timer
Methods in org.jbpm.process.instance.timer that return TimerInstance Modifier and Type Method Description TimerInstanceTimerManager.ProcessJobContext. getTimer()Methods in org.jbpm.process.instance.timer that return types with arguments of type TimerInstance Modifier and Type Method Description Map<Long,TimerInstance>TimerManager. getTimerMap()Collection<TimerInstance>TimerManager. getTimers()Methods in org.jbpm.process.instance.timer with parameters of type TimerInstance Modifier and Type Method Description voidTimerManager. internalAddTimer(TimerInstance timer)voidTimerManager. registerTimer(TimerInstance timer, String processId, Map<String,Object> params)voidTimerManager. registerTimer(TimerInstance timer, ProcessInstance processInstance)voidTimerListener. timerTriggered(TimerInstance timer)Constructors in org.jbpm.process.instance.timer with parameters of type TimerInstance Constructor Description ProcessJobContext(TimerInstance timer, org.drools.core.time.Trigger trigger, Long processInstanceId, org.drools.core.common.InternalKnowledgeRuntime kruntime)ProcessJobContext(TimerInstance timer, org.drools.core.time.Trigger trigger, Long processInstanceId, org.drools.core.common.InternalKnowledgeRuntime kruntime, boolean newTimer)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.runtime.manager.impl.migration
Methods in org.jbpm.runtime.manager.impl.migration that return types with arguments of type TimerInstance Modifier and Type Method Description protected Map<Long,List<TimerInstance>>MigrationManager. cancelActiveTimersBeforeMigration(org.kie.api.runtime.manager.RuntimeManager manager)Methods in org.jbpm.runtime.manager.impl.migration with parameters of type TimerInstance Modifier and Type Method Description protected voidMigrationManager. updateBasedOnTrigger(TimerInstance timerInstance)Method parameters in org.jbpm.runtime.manager.impl.migration with type arguments of type TimerInstance Modifier and Type Method Description protected voidMigrationManager. rescheduleTimersAfterMigration(org.kie.api.runtime.manager.RuntimeManager manager, Map<Long,List<TimerInstance>> timerMigrated) -
Uses of TimerInstance in org.jbpm.workflow.instance.impl
Methods in org.jbpm.workflow.instance.impl that return TimerInstance Modifier and Type Method Description TimerInstanceWorkflowProcessInstanceImpl. configureSLATimer(String slaDueDateExpression)TimerInstanceWorkflowProcessInstanceImpl. configureSLATimer(String slaDueDateExpression, String timerName)TimerInstanceWorkflowProcessInstanceImpl. configureTimer(String timerExpression, String timerName, boolean trackTimer) -
Uses of TimerInstance in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return TimerInstance Modifier and Type Method Description protected TimerInstanceStateBasedNodeInstance. createTimerInstance(Timer timer)protected TimerInstanceTimerNodeInstance. createTimerInstance(org.drools.core.common.InternalKnowledgeRuntime kruntime)TimerInstanceTimerNodeInstance. getTimerInstance()Methods in org.jbpm.workflow.instance.node with parameters of type TimerInstance Modifier and Type Method Description protected voidStateBasedNodeInstance. configureTimerInstance(Timer timer, TimerInstance timerInstance)protected voidStateBasedNodeInstance. triggerTimer(TimerInstance timerInstance)
-