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
IOExceptionvoid writeProcessTimers(MarshallerWriteContext context) throws IOException
IOExceptionvoid writeWorkItems(MarshallerWriteContext context) throws IOException
IOExceptionList<org.kie.api.runtime.process.ProcessInstance> readProcessInstances(MarshallerReaderContext context) throws IOException
IOExceptionvoid readProcessTimers(MarshallerReaderContext context) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid readWorkItems(MarshallerReaderContext context) throws IOException
IOExceptionvoid init(MarshallerReaderContext context)
void writeWorkItem(MarshallerWriteContext context, WorkItem workItem)
WorkItem readWorkItem(MarshallerReaderContext context)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.