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
List<org.drools.runtime.process.ProcessInstance> readProcessInstances(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
readProcessTimers
void readProcessTimers(MarshallerReaderContext context)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
readWorkItems
void readWorkItems(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
init
void init(MarshallerReaderContext context)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.