Package org.drools.core.phreak
Class PropagationEntry.ExecuteQuery
java.lang.Object
org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
org.drools.core.phreak.PropagationEntry.PropagationEntryWithResult<QueryTerminalNode[]>
org.drools.core.phreak.PropagationEntry.ExecuteQuery
- All Implemented Interfaces:
PropagationEntry
- Enclosing interface:
- PropagationEntry
public static class PropagationEntry.ExecuteQuery
extends PropagationEntry.PropagationEntryWithResult<QueryTerminalNode[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.core.phreak.PropagationEntry
PropagationEntry.AbstractPartitionedPropagationEntry, PropagationEntry.AbstractPropagationEntry, PropagationEntry.Delete, PropagationEntry.ExecuteQuery, PropagationEntry.Insert, PropagationEntry.PartitionedDelete, PropagationEntry.PartitionedUpdate, PropagationEntry.PropagationEntryWithResult<T>, PropagationEntry.Update -
Field Summary
Fields inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
next -
Constructor Summary
ConstructorsConstructorDescriptionExecuteQuery(String queryName, DroolsQueryImpl queryObject, InternalFactHandle handle, PropagationContext pCtx, boolean calledFromRHS) -
Method Summary
Methods inherited from class org.drools.core.phreak.PropagationEntry.PropagationEntryWithResult
done, getResult, requiresImmediateFlushingMethods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, getNext, getSplitForPartition, isPartitionSplittable, setNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.core.phreak.PropagationEntry
execute
-
Constructor Details
-
ExecuteQuery
public ExecuteQuery(String queryName, DroolsQueryImpl queryObject, InternalFactHandle handle, PropagationContext pCtx, boolean calledFromRHS)
-
-
Method Details
-
internalExecute
-
isCalledFromRHS
public boolean isCalledFromRHS()- Specified by:
isCalledFromRHSin interfacePropagationEntry- Overrides:
isCalledFromRHSin classPropagationEntry.AbstractPropagationEntry
-