Uses of Class
org.drools.core.common.DefaultEventHandle
Packages that use DefaultEventHandle
Package
Description
-
Uses of DefaultEventHandle in org.drools.core.common
Methods in org.drools.core.common that return DefaultEventHandleModifier and TypeMethodDescriptionDefaultEventHandle.clone()DefaultEventHandle.cloneAndLink()AbstractFactHandleFactory.createEventFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration) DefaultEventHandle.getLinkedFactHandle()Methods in org.drools.core.common with parameters of type DefaultEventHandle -
Uses of DefaultEventHandle in org.drools.core.impl
Fields in org.drools.core.impl declared as DefaultEventHandleModifier and TypeFieldDescriptionprotected DefaultEventHandleWorkingMemoryReteExpireAction.factHandleMethods in org.drools.core.impl that return DefaultEventHandleMethods in org.drools.core.impl with parameters of type DefaultEventHandleModifier and TypeMethodDescriptionvoidWorkingMemoryReteExpireAction.setFactHandle(DefaultEventHandle factHandle) Constructors in org.drools.core.impl with parameters of type DefaultEventHandleModifierConstructorDescriptionPartitionAwareWorkingMemoryReteExpireAction(DefaultEventHandle factHandle, ObjectTypeNode node, int partition) WorkingMemoryReteExpireAction(DefaultEventHandle factHandle) WorkingMemoryReteExpireAction(DefaultEventHandle factHandle, ObjectTypeNode node) -
Uses of DefaultEventHandle in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as DefaultEventHandleMethods in org.drools.core.reteoo that return DefaultEventHandleMethods in org.drools.core.reteoo that return types with arguments of type DefaultEventHandleConstructors in org.drools.core.reteoo with parameters of type DefaultEventHandle -
Uses of DefaultEventHandle in org.drools.core.rule
Fields in org.drools.core.rule declared as DefaultEventHandleMethods in org.drools.core.rule that return DefaultEventHandleModifier and TypeMethodDescriptionSlidingTimeWindow.SlidingTimeWindowContext.peek()SlidingTimeWindow.SlidingTimeWindowContext.poll()SlidingTimeWindow.SlidingTimeWindowContext.remove()Methods in org.drools.core.rule that return types with arguments of type DefaultEventHandleModifier and TypeMethodDescriptionBehaviorContext.getFactHandles()SlidingLengthWindow.SlidingLengthWindowContext.getFactHandles()SlidingTimeWindow.SlidingTimeWindowContext.getFactHandles()Methods in org.drools.core.rule with parameters of type DefaultEventHandleModifier and TypeMethodDescriptionvoidSlidingTimeWindow.SlidingTimeWindowContext.add(DefaultEventHandle handle) protected booleanSlidingTimeWindow.isExpired(long currentTime, DefaultEventHandle handle) voidSlidingTimeWindow.SlidingTimeWindowContext.remove(DefaultEventHandle handle) -
Uses of DefaultEventHandle in org.drools.core.rule.accessor
Methods in org.drools.core.rule.accessor that return DefaultEventHandleModifier and TypeMethodDescriptionFactHandleFactory.createEventFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration)