java.lang.Object
com.aquima.interactions.foundation.ds.AbstractDatasourceXml
com.aquima.interactions.flow.ds.xml.r17.generation.FlowEngineXml
All Implemented Interfaces:
IDatasourceXml

public class FlowEngineXml extends AbstractDatasourceXml

Class to create an xml of a flow engine datasource.

This class creates an XML structure of the datasource that can be deserialized to a datasource by the XmlFlowEngineDS.

Since:
7.2
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • FlowEngineXml

      public FlowEngineXml(IFlowEngineDS datasource)
      Construct a FlowEngineXml with data source to convert a datasource to an XML.
      Parameters:
      datasource - The flow engine data source, may not be null.
  • Method Details