Class ExportDataExchangeConfigurationSpec
java.lang.Object
com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
Defines the configuration used to export the {addon.label} configuration to an XML file.
- Since:
- 2.4.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the exported file.Set<com.onwbp.adaptation.PrimaryKey>Returns aPrimaryKeycollection that identifies records in the Application interface preference table located in the {addon.label} dataset.com.orchestranetworks.service.SessionReturns the current session.booleanReturnstrueif the exported XML file omits comments.booleanReturnstrueif the exported XML file includes indentations.voidsetExportedFile(File exportedFile) Sets the exported file.voidsetPreferenceRecords(Set<com.onwbp.adaptation.PrimaryKey> preferenceRecords) Sets thePrimaryKeycollection that identifies records in the Application interface preference table located in the {addon.label} dataset.voidsetSession(com.orchestranetworks.service.Session session) Sets the current session.voidsetXMLCommentOmitted(boolean xmlCommentOmitted) Sets whether to omit XML comments from the exported XML file.voidsetXMLIndented(boolean xmlIndented) Sets whether lines are indented in the exported XML file.
-
Constructor Details
-
ExportDataExchangeConfigurationSpec
public ExportDataExchangeConfigurationSpec()
-
-
Method Details
-
isXMLIndented
public boolean isXMLIndented()Returnstrueif the exported XML file includes indentations. -
setXMLIndented
public void setXMLIndented(boolean xmlIndented) Sets whether lines are indented in the exported XML file. -
isXMLCommentOmitted
public boolean isXMLCommentOmitted()Returnstrueif the exported XML file omits comments. -
setXMLCommentOmitted
public void setXMLCommentOmitted(boolean xmlCommentOmitted) Sets whether to omit XML comments from the exported XML file. -
getSession
public com.orchestranetworks.service.Session getSession()Returns the current session. -
setSession
public void setSession(com.orchestranetworks.service.Session session) Sets the current session. -
getExportedFile
Returns the exported file. -
setExportedFile
Sets the exported file. -
getPreferenceRecords
Returns aPrimaryKeycollection 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.- Since:
- 2.7.0
-
setPreferenceRecords
Sets thePrimaryKeycollection 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.- Since:
- 2.7.0
-