public final class DataIntegrationSpec extends Object
DataIntegrationExecutor.execute(DataIntegrationSpec)| Constructor and Description |
|---|
DataIntegrationSpec(com.orchestranetworks.service.Session session,
MappingSpec mappingSpec)
Constructs a new
DataIntegrationSpec. |
| Modifier and Type | Method and Description |
|---|---|
DataFormatOptions |
getDataFormats()
Returns the global data format options.
|
MappingSpec |
getMappingSpec()
Returns the mapping specification.
|
com.orchestranetworks.service.Session |
getSession()
Returns the session.
|
void |
setDataFormats(DataFormatOptions dataFormats)
Configures the global data format options.
|
public DataIntegrationSpec(com.orchestranetworks.service.Session session,
MappingSpec mappingSpec)
DataIntegrationSpec.session - The user session.mappingSpec - The mapping specification.IllegalArgumentException - If the session or the mapping specification is null.public com.orchestranetworks.service.Session getSession()
public MappingSpec getMappingSpec()
public DataFormatOptions getDataFormats()
public void setDataFormats(DataFormatOptions dataFormats)