public final class ExportDataExchangeConfigurationSpec extends Object
Constructor and Description |
---|
ExportDataExchangeConfigurationSpec() |
Modifier and Type | Method and Description |
---|---|
File |
getExportedFile()
Returns the exported file.
|
Set<com.onwbp.adaptation.PrimaryKey> |
getPreferenceRecords()
Returns a
PrimaryKey collection that identifies records in the Application interface preference table located in the {addon.label} dataset. |
com.orchestranetworks.service.Session |
getSession()
Returns the current session.
|
boolean |
isXMLCommentOmitted()
Returns
true if the exported XML file omits comments. |
boolean |
isXMLIndented()
Returns
true if the exported XML file includes indentations. |
void |
setExportedFile(File exportedFile)
Sets the exported file.
|
void |
setPreferenceRecords(Set<com.onwbp.adaptation.PrimaryKey> preferenceRecords)
Sets the
PrimaryKey collection that identifies records in the Application interface preference table located in the {addon.label} dataset. |
void |
setSession(com.orchestranetworks.service.Session session)
Sets the current session.
|
void |
setXMLCommentOmitted(boolean xmlCommentOmitted)
Sets whether to omit XML comments from the exported XML file.
|
void |
setXMLIndented(boolean xmlIndented)
Sets whether lines are indented in the exported XML file.
|
public boolean isXMLIndented()
true
if the exported XML file includes indentations.public void setXMLIndented(boolean xmlIndented)
public boolean isXMLCommentOmitted()
true
if the exported XML file omits comments.public void setXMLCommentOmitted(boolean xmlCommentOmitted)
public com.orchestranetworks.service.Session getSession()
public void setSession(com.orchestranetworks.service.Session session)
public File getExportedFile()
public void setExportedFile(File exportedFile)
public Set<com.onwbp.adaptation.PrimaryKey> getPreferenceRecords()
PrimaryKey
collection that identifies records in the Application interface preference table located in the {addon.label} dataset.
You can use the collection to export the selected records in the Application interface preference table and the related data from other tables to an XML file.public void setPreferenceRecords(Set<com.onwbp.adaptation.PrimaryKey> preferenceRecords)
PrimaryKey
collection that identifies records in the Application interface preference table located in the {addon.label} dataset.
You can use the collection to export the selected records in the Application interface preference table and the related data from other tables to an XML file.