Package com.orchestranetworks.addon.dint
Class DataIntegrationSpec
- java.lang.Object
-
- com.orchestranetworks.addon.dint.DataIntegrationSpec
-
public final class DataIntegrationSpec extends java.lang.ObjectGlobal specification for a data integration task.- Since:
- 4.1.0
- See Also:
DataIntegrationExecutor.execute(DataIntegrationSpec)
-
-
Constructor Summary
Constructors Constructor Description DataIntegrationSpec(com.orchestranetworks.service.Session session, MappingSpec mappingSpec)Constructs a newDataIntegrationSpec.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFormatOptionsgetDataFormats()Returns the global data format options.MappingSpecgetMappingSpec()Returns the mapping specification.com.orchestranetworks.service.SessiongetSession()Returns the session.voidsetDataFormats(DataFormatOptions dataFormats)Configures the global data format options.
-
-
-
Constructor Detail
-
DataIntegrationSpec
public DataIntegrationSpec(com.orchestranetworks.service.Session session, MappingSpec mappingSpec)Constructs a newDataIntegrationSpec.- Parameters:
session- The user session.mappingSpec- The mapping specification.- Throws:
java.lang.IllegalArgumentException- If the session or the mapping specification isnull.
-
-
Method Detail
-
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.
-
-