Class DataIntegrationSpec

java.lang.Object
com.orchestranetworks.addon.dint.DataIntegrationSpec

public final class DataIntegrationSpec extends Object
Global specification for a data integration task.
Since:
4.1.0
See Also:
  • Constructor Details

    • DataIntegrationSpec

      public DataIntegrationSpec(com.orchestranetworks.service.Session session, MappingSpec mappingSpec)
      Constructs a new DataIntegrationSpec.
      Parameters:
      session - The user session.
      mappingSpec - The mapping specification.
      Throws:
      IllegalArgumentException - If the session or the mapping specification is null.
  • Method Details

    • getSession

      public com.orchestranetworks.service.Session getSession()
      Returns the session.
    • getMappingSpec

      public MappingSpec getMappingSpec()
      Returns the mapping specification.
    • getDataFormats

      public DataFormatOptions getDataFormats()
      Returns the global data format options.
    • setDataFormats

      public void setDataFormats(DataFormatOptions dataFormats)
      Configures the global data format options.