public interface ProcessMarshaller
Modifier and Type | Method and Description |
---|---|
void |
init(MarshallerReaderContext context) |
List<org.kie.api.runtime.process.ProcessInstance> |
readProcessInstances(MarshallerReaderContext context) |
void |
readProcessTimers(MarshallerReaderContext context) |
WorkItem |
readWorkItem(MarshallerReaderContext context) |
void |
readWorkItems(MarshallerReaderContext context) |
void |
writeProcessInstances(MarshallerWriteContext context) |
void |
writeProcessTimers(MarshallerWriteContext context) |
void |
writeWorkItem(MarshallerWriteContext context,
WorkItem workItem) |
void |
writeWorkItems(MarshallerWriteContext context) |
void writeProcessInstances(MarshallerWriteContext context) throws IOException
IOException
void writeProcessTimers(MarshallerWriteContext context) throws IOException
IOException
void writeWorkItems(MarshallerWriteContext context) throws IOException
IOException
List<org.kie.api.runtime.process.ProcessInstance> readProcessInstances(MarshallerReaderContext context) throws IOException
IOException
void readProcessTimers(MarshallerReaderContext context) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
void readWorkItems(MarshallerReaderContext context) throws IOException
IOException
void init(MarshallerReaderContext context)
void writeWorkItem(MarshallerWriteContext context, WorkItem workItem)
WorkItem readWorkItem(MarshallerReaderContext context)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.