public interface MarshallerWriteContext extends ObjectOutput
| Modifier and Type | Method and Description |
|---|---|
long |
getClockTime() |
org.kie.api.runtime.Environment |
getEnvironment() |
InternalKnowledgeBase |
getKnowledgeBase() |
org.kie.api.marshalling.ObjectMarshallingStrategyStore |
getObjectMarshallingStrategyStore() |
Object |
getParameterObject() |
Map<Integer,BaseNode> |
getSinks() |
Map<org.kie.api.marshalling.ObjectMarshallingStrategy,org.kie.api.marshalling.ObjectMarshallingStrategy.Context> |
getStrategyContext() |
Integer |
getStrategyIndex(org.kie.api.marshalling.ObjectMarshallingStrategy strategy) |
Map<org.kie.api.marshalling.ObjectMarshallingStrategy,Integer> |
getUsedStrategies() |
InternalWorkingMemory |
getWorkingMemory() |
Object |
getWriterForClass(Class<?> c) |
boolean |
isMarshalProcessInstances() |
boolean |
isMarshalWorkItems() |
void |
setClockTime(long clockTime) |
void |
setParameterObject(Object parameterObject) |
void |
setWriterForClass(Class<?> c,
Object writer) |
close, flush, write, write, write, writeObjectwriteBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFInternalKnowledgeBase getKnowledgeBase()
org.kie.api.marshalling.ObjectMarshallingStrategyStore getObjectMarshallingStrategyStore()
Object getParameterObject()
void setParameterObject(Object parameterObject)
InternalWorkingMemory getWorkingMemory()
Map<org.kie.api.marshalling.ObjectMarshallingStrategy,org.kie.api.marshalling.ObjectMarshallingStrategy.Context> getStrategyContext()
Map<org.kie.api.marshalling.ObjectMarshallingStrategy,Integer> getUsedStrategies()
long getClockTime()
void setClockTime(long clockTime)
boolean isMarshalProcessInstances()
boolean isMarshalWorkItems()
org.kie.api.runtime.Environment getEnvironment()
Integer getStrategyIndex(org.kie.api.marshalling.ObjectMarshallingStrategy strategy)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.