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 classAbstractProcessInstanceMarshallerDefault implementation of a process instance marshaller.classAbstractProtobufProcessInstanceMarshallerDefault implementation of a process instance marshaller.classProtobufRuleFlowProcessInstanceMarshallerMarshaller class for RuleFlowProcessInstancesclassRuleFlowProcessInstanceMarshallerMarshaller class for RuleFlowProcessInstancesMethods in org.jbpm.marshalling.impl that return ProcessInstanceMarshaller Modifier and Type Method Description ProcessInstanceMarshallerProcessMarshallerRegistry. getMarshaller(String type)Methods in org.jbpm.marshalling.impl with parameters of type ProcessInstanceMarshaller Modifier and Type Method Description voidProcessMarshallerRegistry. register(String type, ProcessInstanceMarshaller marchaller)
-