Uses of Class
org.drools.core.common.DefaultEventHandle
-
Packages that use DefaultEventHandle Package Description org.drools.core.common org.drools.core.impl org.drools.core.reteoo org.drools.core.rule org.drools.core.rule.accessor -
-
Uses of DefaultEventHandle in org.drools.core.common
Methods in org.drools.core.common that return DefaultEventHandle Modifier and Type Method Description DefaultEventHandleDefaultEventHandle. clone()DefaultEventHandleDefaultEventHandle. cloneAndLink()DefaultEventHandleAbstractFactHandleFactory. createEventFactHandle(long id, java.lang.Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration)DefaultEventHandleDefaultEventHandle. getLinkedFactHandle()Methods in org.drools.core.common with parameters of type DefaultEventHandle Modifier and Type Method Description intDefaultEventHandle. compareTo(DefaultEventHandle e) -
Uses of DefaultEventHandle in org.drools.core.impl
Fields in org.drools.core.impl declared as DefaultEventHandle Modifier and Type Field Description protected DefaultEventHandleWorkingMemoryReteExpireAction. factHandleMethods in org.drools.core.impl that return DefaultEventHandle Modifier and Type Method Description DefaultEventHandleWorkingMemoryReteExpireAction. getFactHandle()Methods in org.drools.core.impl with parameters of type DefaultEventHandle Modifier and Type Method Description voidWorkingMemoryReteExpireAction. setFactHandle(DefaultEventHandle factHandle)Constructors in org.drools.core.impl with parameters of type DefaultEventHandle Constructor Description PartitionAwareWorkingMemoryReteExpireAction(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 DefaultEventHandle Modifier and Type Field Description protected DefaultEventHandleWindowTupleList. handleMethods in org.drools.core.reteoo that return DefaultEventHandle Modifier and Type Method Description DefaultEventHandleWindowTupleList. getHandle()Methods in org.drools.core.reteoo that return types with arguments of type DefaultEventHandle Modifier and Type Method Description java.util.Collection<DefaultEventHandle>WindowNode.WindowMemory. getFactHandles()Constructors in org.drools.core.reteoo with parameters of type DefaultEventHandle Constructor Description WindowTupleList(DefaultEventHandle handle, WindowNode node) -
Uses of DefaultEventHandle in org.drools.core.rule
Fields in org.drools.core.rule declared as DefaultEventHandle Modifier and Type Field Description DefaultEventHandle[]SlidingLengthWindow.SlidingLengthWindowContext. handlesMethods in org.drools.core.rule that return DefaultEventHandle Modifier and Type Method Description DefaultEventHandleSlidingTimeWindow.SlidingTimeWindowContext. peek()DefaultEventHandleSlidingTimeWindow.SlidingTimeWindowContext. poll()DefaultEventHandleSlidingTimeWindow.SlidingTimeWindowContext. remove()Methods in org.drools.core.rule that return types with arguments of type DefaultEventHandle Modifier and Type Method Description java.util.Collection<DefaultEventHandle>BehaviorContext. getFactHandles()java.util.Collection<DefaultEventHandle>SlidingLengthWindow.SlidingLengthWindowContext. getFactHandles()java.util.Collection<DefaultEventHandle>SlidingTimeWindow.SlidingTimeWindowContext. getFactHandles()Methods in org.drools.core.rule with parameters of type DefaultEventHandle Modifier and Type Method Description voidSlidingTimeWindow.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 DefaultEventHandle Modifier and Type Method Description DefaultEventHandleFactHandleFactory. createEventFactHandle(long id, java.lang.Object object, long recency, WorkingMemoryEntryPoint entryPoint, long timestamp, long duration)
-