Class StandardMigrationProcessInstanceMarshallerListener
java.lang.Object
org.jbpm.flow.serialization.migration.StandardMigrationProcessInstanceMarshallerListener
- All Implemented Interfaces:
ProcessInstanceMarshallerListener
public class StandardMigrationProcessInstanceMarshallerListener
extends Object
implements ProcessInstanceMarshallerListener
This class acts as a bridge between migration service and serialization system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshallNode(org.kie.kogito.internal.process.runtime.KogitoProcessRuntime runtime, org.kie.kogito.internal.process.runtime.KogitoNodeInstance nodeInstance) voidafterUnmarshallProcess(org.kie.kogito.internal.process.runtime.KogitoProcessRuntime runtime, org.kie.kogito.internal.process.runtime.KogitoWorkflowProcessInstance processInstance) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jbpm.flow.serialization.ProcessInstanceMarshallerListener
beforeMarshallNode, beforeMarshallProcess
-
Constructor Details
-
StandardMigrationProcessInstanceMarshallerListener
public StandardMigrationProcessInstanceMarshallerListener()
-
-
Method Details
-
afterUnmarshallProcess
public void afterUnmarshallProcess(org.kie.kogito.internal.process.runtime.KogitoProcessRuntime runtime, org.kie.kogito.internal.process.runtime.KogitoWorkflowProcessInstance processInstance) - Specified by:
afterUnmarshallProcessin interfaceProcessInstanceMarshallerListener
-
afterUnmarshallNode
public void afterUnmarshallNode(org.kie.kogito.internal.process.runtime.KogitoProcessRuntime runtime, org.kie.kogito.internal.process.runtime.KogitoNodeInstance nodeInstance) - Specified by:
afterUnmarshallNodein interfaceProcessInstanceMarshallerListener
-