Package com.orchestranetworks.addon.dint
Class DataIntegrationSpec
java.lang.Object
com.orchestranetworks.addon.dint.DataIntegrationSpec
Global specification for a data integration task.
- Since:
- 4.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataIntegrationSpec(com.orchestranetworks.service.Session session, MappingSpec mappingSpec) Constructs a newDataIntegrationSpec. -
Method Summary
Modifier and TypeMethodDescriptionReturns the global data format options.Returns the mapping specification.com.orchestranetworks.service.SessionReturns the session.voidsetDataFormats(DataFormatOptions dataFormats) Configures the global data format options.
-
Constructor Details
-
DataIntegrationSpec
Constructs a newDataIntegrationSpec.- Parameters:
session- The user session.mappingSpec- The mapping specification.- Throws:
IllegalArgumentException- If the session or the mapping specification isnull.
-
-
Method Details
-
getSession
public com.orchestranetworks.service.Session getSession()Returns the session. -
getMappingSpec
Returns the mapping specification. -
getDataFormats
Returns the global data format options. -
setDataFormats
Configures the global data format options.
-