Class AbstractProcessInstanceMarshaller

    • Constructor Detail

      • AbstractProcessInstanceMarshaller

        public AbstractProcessInstanceMarshaller()
    • Method Detail

      • writeNodeInstanceContent

        protected void writeNodeInstanceContent​(org.drools.core.marshalling.impl.MarshallerWriteContext stream,
                                                org.kie.api.runtime.process.NodeInstance nodeInstance,
                                                org.drools.core.marshalling.impl.MarshallerWriteContext context)
                                         throws IOException
        Throws:
        IOException
      • readNodeInstance

        public 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
        Specified by:
        readNodeInstance in interface ProcessInstanceMarshaller
        Throws:
        IOException
      • readNodeInstanceContent

        protected NodeInstanceImpl readNodeInstanceContent​(int nodeType,
                                                           org.drools.core.marshalling.impl.MarshallerReaderContext context,
                                                           org.kie.api.runtime.process.WorkflowProcessInstance processInstance)
                                                    throws IOException
        Throws:
        IOException