Package org.jbpm.marshalling.impl
Class ProtobufRuleFlowProcessInstanceMarshaller
- java.lang.Object
-
- org.jbpm.marshalling.impl.AbstractProtobufProcessInstanceMarshaller
-
- org.jbpm.marshalling.impl.ProtobufRuleFlowProcessInstanceMarshaller
-
- All Implemented Interfaces:
ProcessInstanceMarshaller
public class ProtobufRuleFlowProcessInstanceMarshaller extends AbstractProtobufProcessInstanceMarshaller
Marshaller class for RuleFlowProcessInstances
-
-
Field Summary
Fields Modifier and Type Field Description static ProtobufRuleFlowProcessInstanceMarshaller
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowProcessInstanceImpl
createProcessInstance()
-
Methods inherited from class org.jbpm.marshalling.impl.AbstractProtobufProcessInstanceMarshaller
readNodeInstance, readNodeInstanceContent, readProcessInstance, writeNodeInstance, writeNodeInstanceContent, writeProcessInstance
-
-
-
-
Field Detail
-
INSTANCE
public static ProtobufRuleFlowProcessInstanceMarshaller INSTANCE
-
-
Method Detail
-
createProcessInstance
protected WorkflowProcessInstanceImpl createProcessInstance()
- Specified by:
createProcessInstance
in classAbstractProtobufProcessInstanceMarshaller
-
-