Interface ProcessInstanceMarshaller

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.kie.api.runtime.process.NodeInstance readNodeInstance​(org.drools.core.marshalling.impl.MarshallerReaderContext context, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer, org.kie.api.runtime.process.WorkflowProcessInstance processInstance)  
      org.kie.api.runtime.process.ProcessInstance readProcessInstance​(org.drools.core.marshalling.impl.MarshallerReaderContext context)  
      Object writeNodeInstance​(org.drools.core.marshalling.impl.MarshallerWriteContext context, org.kie.api.runtime.process.NodeInstance nodeInstance)  
      Object writeProcessInstance​(org.drools.core.marshalling.impl.MarshallerWriteContext context, org.kie.api.runtime.process.ProcessInstance processInstance)  
    • Method Detail

      • writeProcessInstance

        Object writeProcessInstance​(org.drools.core.marshalling.impl.MarshallerWriteContext context,
                                    org.kie.api.runtime.process.ProcessInstance processInstance)
                             throws IOException
        Throws:
        IOException
      • writeNodeInstance

        Object writeNodeInstance​(org.drools.core.marshalling.impl.MarshallerWriteContext context,
                                 org.kie.api.runtime.process.NodeInstance nodeInstance)
                          throws IOException
        Throws:
        IOException
      • readProcessInstance

        org.kie.api.runtime.process.ProcessInstance readProcessInstance​(org.drools.core.marshalling.impl.MarshallerReaderContext context)
                                                                 throws IOException
        Throws:
        IOException
      • readNodeInstance

        org.kie.api.runtime.process.NodeInstance readNodeInstance​(org.drools.core.marshalling.impl.MarshallerReaderContext context,
                                                                  org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer,
                                                                  org.kie.api.runtime.process.WorkflowProcessInstance processInstance)
                                                           throws IOException
        Throws:
        IOException