public final class ImportDataExchangeConfigurationSpec extends Object
Constructor and Description |
---|
ImportDataExchangeConfigurationSpec() |
Modifier and Type | Method and Description |
---|---|
File |
getImportedFile()
Returns the imported file.
|
ImportMode |
getImportMode()
Returns the specified import mode.
|
Set<ImportScope> |
getImportScopes()
Returns the specified import scope.
|
com.orchestranetworks.service.Profile |
getProfile()
Returns the preference owner to specify the imported preference configuration data.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current session.
|
void |
setImportedFile(File importedFile)
Sets an imported file.
|
void |
setImportMode(ImportMode importMode)
Sets the import mode.
|
void |
setImportScopes(Set<ImportScope> importScopes)
Sets the import scope.
|
void |
setProfile(com.orchestranetworks.service.Profile profile)
Sets the preference owner to specify the imported preference configuration data.
|
void |
setSession(com.orchestranetworks.service.Session session)
Sets the current session.
|
public com.orchestranetworks.service.Session getSession()
public void setSession(com.orchestranetworks.service.Session session)
public ImportMode getImportMode()
null
, the import mode ImportMode.UPDATE_AND_INSERT
is returned.public void setImportMode(ImportMode importMode)
public File getImportedFile()
public void setImportedFile(File importedFile)
public Set<ImportScope> getImportScopes()
ImportScope
public void setImportScopes(Set<ImportScope> importScopes)
ImportScope
public com.orchestranetworks.service.Profile getProfile()
public void setProfile(com.orchestranetworks.service.Profile profile)