public interface ProcessInstanceMarshaller
OutputMarshaller
,
InputMarshaller
,
ProcessMarshallerRegistry
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.process.NodeInstance |
readNodeInstance(org.drools.core.marshalling.impl.MarshallerReaderContext context,
org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer,
org.kie.api.runtime.process.WorkflowProcessInstance processInstance) |
org.kie.api.runtime.process.ProcessInstance |
readProcessInstance(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
Object |
writeNodeInstance(org.drools.core.marshalling.impl.MarshallerWriteContext context,
org.kie.api.runtime.process.NodeInstance nodeInstance) |
Object |
writeProcessInstance(org.drools.core.marshalling.impl.MarshallerWriteContext context,
org.kie.api.runtime.process.ProcessInstance processInstance) |
Object writeProcessInstance(org.drools.core.marshalling.impl.MarshallerWriteContext context, org.kie.api.runtime.process.ProcessInstance processInstance) throws IOException
IOException
Object writeNodeInstance(org.drools.core.marshalling.impl.MarshallerWriteContext context, org.kie.api.runtime.process.NodeInstance nodeInstance) throws IOException
IOException
org.kie.api.runtime.process.ProcessInstance readProcessInstance(org.drools.core.marshalling.impl.MarshallerReaderContext context) throws IOException
IOException
org.kie.api.runtime.process.NodeInstance readNodeInstance(org.drools.core.marshalling.impl.MarshallerReaderContext context, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer, org.kie.api.runtime.process.WorkflowProcessInstance processInstance) throws IOException
IOException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.