Class DataExchangeExportXMLSpec
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.DataExchangeSpec
-
- com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
-
- com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
public final class DataExchangeExportXMLSpec extends DataExchangeExportSpec
Deprecated.Since 2.3.0, replaced byDataExchangeSpec.Stores specifications for {addon.label} Export XML service. Specifications have extra options include exporting computed values, indented XML and omitting XML comment.- Since:
- 2.1.0
- See Also:
XMLExportConfigurationSpec
-
-
Constructor Summary
Constructors Constructor Description DataExchangeExportXMLSpec()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisComputedValuesIncluded()Deprecated.Returnstrueif the exported XML file contains computed values.booleanisOmitXMLComment()Deprecated.Returnstrueif the exported XML file omits comment.booleanisUseHeader()Deprecated.Returnstrueif the exported XML file contains {addon.label} header.booleanisXMLIndented()Deprecated.Returnstrueif the exported XML file indents lines.voidsetComputedValuesIncluded(boolean isComputedValuesIncluded)Deprecated.Sets whether to include computed values in the exported XML file.voidsetOmitXMLComment(boolean isOmitXMLComment)Deprecated.Sets whether to omit XML comments from the exported XML file.voidsetUseHeader(boolean usedHeader)Deprecated.Sets whether the XML file uses the {addon.label} header.voidsetXMLIndented(boolean isXMLIndented)Deprecated.Sets whether lines are indented in the exported XML file.-
Methods inherited from class com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
getExportType, getPredicates, getTargetApplicationLogicalName, getTargetVersion, isWriteAccessLockDisabled, setExportType, setPredicates, setTargetApplicationLogicalName, setTargetVersion, setWriteAccessLockDisabled
-
Methods inherited from class com.orchestranetworks.addon.dataexchange.DataExchangeSpec
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
-
-
-
-
Method Detail
-
isComputedValuesIncluded
public boolean isComputedValuesIncluded()
Deprecated.Returnstrueif the exported XML file contains computed values.
-
setComputedValuesIncluded
public void setComputedValuesIncluded(boolean isComputedValuesIncluded)
Deprecated.Sets whether to include computed values in the exported XML file.
-
isXMLIndented
public boolean isXMLIndented()
Deprecated.Returnstrueif the exported XML file indents lines.
-
setXMLIndented
public void setXMLIndented(boolean isXMLIndented)
Deprecated.Sets whether lines are indented in the exported XML file.
-
isOmitXMLComment
public boolean isOmitXMLComment()
Deprecated.Returnstrueif the exported XML file omits comment.
-
setOmitXMLComment
public void setOmitXMLComment(boolean isOmitXMLComment)
Deprecated.Sets whether to omit XML comments from the exported XML file.
-
isUseHeader
public boolean isUseHeader()
Deprecated.Returnstrueif the exported XML file contains {addon.label} header.
-
setUseHeader
public void setUseHeader(boolean usedHeader)
Deprecated.Sets whether the XML file uses the {addon.label} header.
-
-