org.jbpm.marshalling.impl
public class ProcessMarshallerImpl extends Object implements org.drools.core.marshalling.impl.ProcessMarshaller
Constructor and Description |
---|
ProcessMarshallerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
init(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
List<org.kie.api.runtime.process.ProcessInstance> |
readProcessInstances(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
void |
readProcessTimers(org.drools.core.marshalling.impl.MarshallerReaderContext inCtx) |
static TimerInstance |
readTimer(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
static org.kie.api.runtime.process.WorkItem |
readWorkItem(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
static org.kie.api.runtime.process.WorkItem |
readWorkItem(org.drools.core.marshalling.impl.MarshallerReaderContext context,
boolean includeVariables) |
void |
readWorkItems(org.drools.core.marshalling.impl.MarshallerReaderContext context) |
void |
writeProcessInstances(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
void |
writeProcessTimers(org.drools.core.marshalling.impl.MarshallerWriteContext outCtx) |
static void |
writeTimer(org.drools.core.marshalling.impl.MarshallerWriteContext context,
TimerInstance timer) |
static void |
writeWorkItem(org.drools.core.marshalling.impl.MarshallerWriteContext context,
org.kie.api.runtime.process.WorkItem workItem) |
static void |
writeWorkItem(org.drools.core.marshalling.impl.MarshallerWriteContext context,
org.kie.api.runtime.process.WorkItem workItem,
boolean includeVariables) |
void |
writeWorkItems(org.drools.core.marshalling.impl.MarshallerWriteContext context) |
public void writeProcessInstances(org.drools.core.marshalling.impl.MarshallerWriteContext context) throws IOException
writeProcessInstances
in interface org.drools.core.marshalling.impl.ProcessMarshaller
IOException
public void writeProcessTimers(org.drools.core.marshalling.impl.MarshallerWriteContext outCtx) throws IOException
writeProcessTimers
in interface org.drools.core.marshalling.impl.ProcessMarshaller
IOException
public static void writeTimer(org.drools.core.marshalling.impl.MarshallerWriteContext context, TimerInstance timer) throws IOException
IOException
public void writeWorkItems(org.drools.core.marshalling.impl.MarshallerWriteContext context) throws IOException
writeWorkItems
in interface org.drools.core.marshalling.impl.ProcessMarshaller
IOException
public static void writeWorkItem(org.drools.core.marshalling.impl.MarshallerWriteContext context, org.kie.api.runtime.process.WorkItem workItem) throws IOException
IOException
public static void writeWorkItem(org.drools.core.marshalling.impl.MarshallerWriteContext context, org.kie.api.runtime.process.WorkItem workItem, boolean includeVariables) throws IOException
IOException
public List<org.kie.api.runtime.process.ProcessInstance> readProcessInstances(org.drools.core.marshalling.impl.MarshallerReaderContext context) throws IOException
readProcessInstances
in interface org.drools.core.marshalling.impl.ProcessMarshaller
IOException
public void readWorkItems(org.drools.core.marshalling.impl.MarshallerReaderContext context) throws IOException
readWorkItems
in interface org.drools.core.marshalling.impl.ProcessMarshaller
IOException
public static org.kie.api.runtime.process.WorkItem readWorkItem(org.drools.core.marshalling.impl.MarshallerReaderContext context) throws IOException
IOException
public static org.kie.api.runtime.process.WorkItem readWorkItem(org.drools.core.marshalling.impl.MarshallerReaderContext context, boolean includeVariables) throws IOException
IOException
public void readProcessTimers(org.drools.core.marshalling.impl.MarshallerReaderContext inCtx) throws IOException, ClassNotFoundException
readProcessTimers
in interface org.drools.core.marshalling.impl.ProcessMarshaller
IOException
ClassNotFoundException
public static TimerInstance readTimer(org.drools.core.marshalling.impl.MarshallerReaderContext context) throws IOException
IOException
public void init(org.drools.core.marshalling.impl.MarshallerReaderContext context)
init
in interface org.drools.core.marshalling.impl.ProcessMarshaller
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.