Modifier and Type | Method and Description |
---|---|
static TimerInstance |
ProtobufProcessMarshaller.readTimer(org.drools.core.marshalling.impl.MarshallerReaderContext context,
JBPMMessages.ProcessTimer.TimerInstance _timer) |
Modifier and Type | Method and Description |
---|---|
static JBPMMessages.ProcessTimer.TimerInstance |
ProtobufProcessMarshaller.writeTimer(org.drools.core.marshalling.impl.MarshallerWriteContext context,
TimerInstance timer) |
Modifier and Type | Method and Description |
---|---|
protected TimerInstance |
ProcessRuntimeImpl.RegisterStartTimerAction.createTimerInstance(Timer timer,
org.drools.core.common.InternalKnowledgeRuntime kruntime) |
Modifier and Type | Method and Description |
---|---|
protected TimerInstance |
UpdateTimerCommand.rescheduleTimer(TimerInstance timer,
TimerManager tm) |
Modifier and Type | Method and Description |
---|---|
protected long |
RelativeUpdateTimerCommand.calculateDelay(long delay,
TimerInstance timer) |
protected long |
UpdateTimerCommand.calculateDelay(long delay,
TimerInstance timer) |
protected TimerInstance |
UpdateTimerCommand.rescheduleTimer(TimerInstance timer,
TimerManager tm) |
Modifier and Type | Method and Description |
---|---|
TimerInstance |
TimerManager.ProcessJobContext.getTimer() |
Modifier and Type | Method and Description |
---|---|
Map<Long,TimerInstance> |
TimerManager.getTimerMap() |
Collection<TimerInstance> |
TimerManager.getTimers() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
TimerInstance |
WorkflowProcessInstanceImpl.configureSLATimer(String slaDueDateExpression) |
Modifier and Type | Method and Description |
---|---|
protected TimerInstance |
TimerNodeInstance.createTimerInstance(org.drools.core.common.InternalKnowledgeRuntime kruntime) |
protected TimerInstance |
StateBasedNodeInstance.createTimerInstance(Timer timer) |
TimerInstance |
TimerNodeInstance.getTimerInstance() |
Modifier and Type | Method and Description |
---|---|
protected void |
StateBasedNodeInstance.configureTimerInstance(Timer timer,
TimerInstance timerInstance) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.