Uses of Interface
org.drools.core.time.Trigger
-
Packages that use Trigger Package Description org.drools.core.phreak org.drools.core.time org.drools.core.time.impl -
-
Uses of Trigger in org.drools.core.phreak
Methods in org.drools.core.phreak that return Trigger Modifier and Type Method Description TriggerPhreakTimerNode.Scheduler. getTrigger()TriggerPhreakTimerNode.TimerNodeJobContext. getTrigger()Methods in org.drools.core.phreak with parameters of type Trigger Modifier and Type Method Description voidPhreakTimerNode.Scheduler. schedule(Trigger t)Constructors in org.drools.core.phreak with parameters of type Trigger Constructor Description TimerNodeJobContext(int timerNodeId, Trigger trigger, Tuple tuple, TimerNode.TimerNodeMemory tm, LeftTupleSink sink, List<PathMemory> pmems, ReteEvaluator reteEvaluator) -
Uses of Trigger in org.drools.core.time
Methods in org.drools.core.time with parameters of type Trigger Modifier and Type Method Description JobHandleScheduler. scheduleJob(Job job, JobContext ctx, Trigger trigger)Schedule a job for later executionJobHandleSchedulerService. scheduleJob(Job job, JobContext ctx, Trigger trigger)Schedule a job for later execution -
Uses of Trigger in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement Trigger Modifier and Type Class Description classCompositeMaxDurationTriggerclassCronTriggerclassIntervalTriggerclassPointInTimeTriggerMethods in org.drools.core.time.impl that return Trigger Modifier and Type Method Description TriggerCompositeMaxDurationTimer. createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)TriggerCompositeMaxDurationTimer. createTrigger(long timestamp, Tuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, ReteEvaluator reteEvaluator)TriggerCompositeMaxDurationTimer. createTrigger(Activation item, InternalWorkingMemory wm)TriggerCronTimer. createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)TriggerCronTimer. createTrigger(long timestamp, Tuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, ReteEvaluator reteEvaluator)TriggerDurationTimer. createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)TriggerDurationTimer. createTrigger(long timestamp, Tuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, ReteEvaluator reteEvaluator)TriggerDurationTimer. createTrigger(Activation item, InternalWorkingMemory wm)TriggerExpressionIntervalTimer. createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)TriggerExpressionIntervalTimer. createTrigger(long timestamp, Tuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, ReteEvaluator reteEvaluator)TriggerIntervalTimer. createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)TriggerIntervalTimer. createTrigger(long timestamp, Tuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, ReteEvaluator reteEvaluator)TriggerTimer. createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)TriggerTimer. createTrigger(long timestamp, Tuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, ReteEvaluator reteEvaluator)TriggerCompositeMaxDurationTrigger. getTimerTrigger()TriggerDefaultTimerJobInstance. getTrigger()TriggerTimerJobInstance. getTrigger()Methods in org.drools.core.time.impl with parameters of type Trigger Modifier and Type Method Description TimerJobInstanceDefaultTimerJobFactoryManager. createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)TimerJobInstanceTimerJobFactoryManager. createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)TimerJobInstanceTrackableTimeJobFactoryManager. createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)JobHandleJDKTimerService. scheduleJob(Job job, JobContext ctx, Trigger trigger)JobHandlePseudoClockScheduler. scheduleJob(Job job, JobContext ctx, Trigger trigger)voidCompositeMaxDurationTrigger. setTimerTrigger(Trigger timerTrigger)Constructors in org.drools.core.time.impl with parameters of type Trigger Constructor Description CompositeMaxDurationTrigger(Date maxDurationTimestamp, Trigger timerTrigger)DefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
-