Uses of Interface
org.jbpm.marshalling.impl.ProcessInstanceMarshaller
-
Packages that use ProcessInstanceMarshaller Package Description org.jbpm.marshalling.impl -
-
Uses of ProcessInstanceMarshaller in org.jbpm.marshalling.impl
Classes in org.jbpm.marshalling.impl that implement ProcessInstanceMarshaller Modifier and Type Class Description class
AbstractProcessInstanceMarshaller
Default implementation of a process instance marshaller.class
AbstractProtobufProcessInstanceMarshaller
Default implementation of a process instance marshaller.class
ProtobufRuleFlowProcessInstanceMarshaller
Marshaller class for RuleFlowProcessInstancesclass
RuleFlowProcessInstanceMarshaller
Marshaller class for RuleFlowProcessInstancesMethods in org.jbpm.marshalling.impl that return ProcessInstanceMarshaller Modifier and Type Method Description ProcessInstanceMarshaller
ProcessMarshallerRegistry. getMarshaller(String type)
Methods in org.jbpm.marshalling.impl with parameters of type ProcessInstanceMarshaller Modifier and Type Method Description void
ProcessMarshallerRegistry. register(String type, ProcessInstanceMarshaller marchaller)
-