|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimerInstance | |
---|---|
org.jbpm.marshalling.impl | |
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 |
ProcessMarshallerImpl.readTimer(org.drools.marshalling.impl.MarshallerReaderContext context)
|
static TimerInstance |
ProtobufProcessMarshaller.readTimer(org.drools.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.marshalling.impl.MarshallerWriteContext context,
TimerInstance timer)
|
static void |
ProcessMarshallerImpl.writeTimer(org.drools.marshalling.impl.MarshallerWriteContext context,
TimerInstance timer)
|
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 |
TimerListener.timerTriggered(TimerInstance timer)
|
Constructors in org.jbpm.process.instance.timer with parameters of type TimerInstance | |
---|---|
TimerManager.ProcessJobContext(TimerInstance timer,
org.drools.time.Trigger trigger,
Long processInstanceId,
org.drools.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.common.InternalKnowledgeRuntime kruntime)
|
protected TimerInstance |
StateBasedNodeInstance.createTimerInstance(Timer timer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |