Package | Description |
---|---|
org.jbpm.marshalling.impl | |
org.jbpm.process.instance | |
org.jbpm.process.instance.timer | |
org.jbpm.workflow.instance.node |
Modifier and Type | Method and Description |
---|---|
static TimerInstance |
ProcessMarshallerImpl.readTimer(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
static TimerInstance |
ProtobufProcessMarshaller.readTimer(org.drools.core.marshalling.impl.MarshallerReaderContext context,
JBPMMessages.ProcessTimer.TimerInstance _timer) |
Modifier and Type | Method and Description |
---|---|
static void |
ProcessMarshallerImpl.writeTimer(org.drools.core.marshalling.impl.MarshallerWriteContext context,
TimerInstance timer) |
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 |
---|---|
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 |
---|
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) |
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-2013 JBoss by Red Hat. All Rights Reserved.