org.drools.marshalling.impl
Interface ProcessMarshaller
public interface ProcessMarshaller
writeProcessInstances
void writeProcessInstances(MarshallerWriteContext context)
throws IOException
- Throws:
IOException
writeProcessTimers
void writeProcessTimers(MarshallerWriteContext context)
throws IOException
- Throws:
IOException
writeWorkItems
void writeWorkItems(MarshallerWriteContext context)
throws IOException
- Throws:
IOException
readProcessInstances
void readProcessInstances(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
readProcessTimers
void readProcessTimers(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
readWorkItems
void readWorkItems(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.