Uses of Interface
org.drools.core.marshalling.impl.MarshallerReaderContext
-
Packages that use MarshallerReaderContext Package Description org.drools.core.beliefsystem.simple org.drools.core.common org.drools.core.impl org.drools.core.marshalling.impl org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.spi -
-
Uses of MarshallerReaderContext in org.drools.core.beliefsystem.simple
Constructors in org.drools.core.beliefsystem.simple with parameters of type MarshallerReaderContext Constructor Description BeliefSystemLogicalCallback(MarshallerReaderContext context) -
Uses of MarshallerReaderContext in org.drools.core.common
Methods in org.drools.core.common that return MarshallerReaderContext Modifier and Type Method Description MarshallerReaderContextPhreakPropagationContext. getReaderContext()Constructors in org.drools.core.common with parameters of type MarshallerReaderContext Constructor Description DeactivateCallback(MarshallerReaderContext context)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, BitMask modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext) -
Uses of MarshallerReaderContext in org.drools.core.impl
Constructors in org.drools.core.impl with parameters of type MarshallerReaderContext Constructor Description WorkingMemoryReteAssertAction(MarshallerReaderContext context)WorkingMemoryReteExpireAction(MarshallerReaderContext context) -
Uses of MarshallerReaderContext in org.drools.core.marshalling.impl
Methods in org.drools.core.marshalling.impl with parameters of type MarshallerReaderContext Modifier and Type Method Description voidProcessMarshaller. init(MarshallerReaderContext context)static InternalFactHandleInputMarshaller. readFactHandle(MarshallerReaderContext context)List<org.kie.api.runtime.process.ProcessInstance>ProcessMarshaller. readProcessInstances(MarshallerReaderContext context)voidProcessMarshaller. readProcessTimers(MarshallerReaderContext context)static TriggerInputMarshaller. readTrigger(MarshallerReaderContext inCtx)static WorkItemInputMarshaller. readWorkItem(MarshallerReaderContext context)WorkItemProcessMarshaller. readWorkItem(MarshallerReaderContext context)voidProcessMarshaller. readWorkItems(MarshallerReaderContext context) -
Uses of MarshallerReaderContext in org.drools.core.rule
Constructors in org.drools.core.rule with parameters of type MarshallerReaderContext Constructor Description BehaviorExpireWMAction(MarshallerReaderContext inCtx) -
Uses of MarshallerReaderContext in org.drools.core.spi
Methods in org.drools.core.spi that return MarshallerReaderContext Modifier and Type Method Description MarshallerReaderContextPropagationContext. getReaderContext()
-