Package | Description |
---|---|
org.drools.core.beliefsystem.simple | |
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.marshalling.impl | |
org.drools.core.phreak | |
org.drools.core.reteoo | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.ActionQueue.Action |
BeliefSystemLogicalCallback.serialize(MarshallerWriteContext context) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.ActionQueue.Action |
WorkingMemoryAction.serialize(MarshallerWriteContext context) |
ProtobufMessages.ActionQueue.Action |
RuleFlowGroupImpl.DeactivateCallback.serialize(MarshallerWriteContext context) |
ProtobufMessages.ActionQueue.Action |
AgendaGroupQueueImpl.DeactivateCallback.serialize(MarshallerWriteContext context) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.ActionQueue.Action |
StatefulKnowledgeSessionImpl.WorkingMemoryReteAssertAction.serialize(MarshallerWriteContext context) |
ProtobufMessages.ActionQueue.Action |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction.serialize(MarshallerWriteContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessMarshallerWriteContext
Extension to default
MarshallerWriteContext that allows to pass additional
information to marshaller strategies, such as process instance id, task it, state |
Modifier and Type | Field and Description |
---|---|
MarshallerWriteContext |
MarshallerWriteContext.stream |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.Timers.Timer |
TimersOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
void |
PersisterHelper.write(MarshallerWriteContext context) |
static void |
ProtobufOutputMarshaller.writeActionQueue(MarshallerWriteContext context,
ProtobufMessages.RuleData.Builder _session) |
static <M extends ModedAssertion<M>> |
ProtobufOutputMarshaller.writeActivation(MarshallerWriteContext context,
AgendaItem<M> agendaItem,
boolean isDormient) |
void |
ProcessMarshaller.writeProcessInstances(MarshallerWriteContext context) |
void |
ProcessMarshaller.writeProcessTimers(MarshallerWriteContext context) |
static void |
PersisterHelper.writeRuntimeDefinedClasses(MarshallerWriteContext context,
ProtobufMessages.Header.Builder _header) |
static void |
ProtobufOutputMarshaller.writeSession(MarshallerWriteContext context) |
static void |
PersisterHelper.writeToStreamWithHeader(MarshallerWriteContext context,
com.google.protobuf.Message payload) |
static ProtobufMessages.Trigger |
ProtobufOutputMarshaller.writeTrigger(Trigger trigger,
MarshallerWriteContext outCtx) |
static void |
ProtobufOutputMarshaller.writeTruthMaintenanceSystem(MarshallerWriteContext context,
org.kie.api.runtime.rule.EntryPoint wmep,
ProtobufMessages.EntryPoint.Builder _epb) |
void |
ProcessMarshaller.writeWorkItem(MarshallerWriteContext context,
WorkItem workItem) |
static void |
ProtobufOutputMarshaller.writeWorkItem(MarshallerWriteContext context,
WorkItem workItem) |
void |
ProcessMarshaller.writeWorkItems(MarshallerWriteContext context) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.Timers.Timer |
PhreakTimerNode.TimerNodeTimerOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
ProtobufMessages.ActionQueue.Action |
PhreakTimerNode.TimerAction.serialize(MarshallerWriteContext context) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.Timers.Timer |
ObjectTypeNode.ExpireJobContextTimerOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
ProtobufMessages.ActionQueue.Action |
PropagationQueuingNode.PropagateAction.serialize(MarshallerWriteContext context) |
void |
ObjectTypeNode.ExpireJobContextTimerOutputMarshaller.write(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.Timers.Timer |
SlidingTimeWindow.BehaviorJobContextTimerOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
ProtobufMessages.ActionQueue.Action |
SlidingTimeWindow.BehaviorExpireWMAction.serialize(MarshallerWriteContext outputCtx) |
void |
SlidingTimeWindow.BehaviorJobContextTimerOutputMarshaller.write(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.