Class DataExchangeExportXMLSpec
java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeSpec
com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
Deprecated.
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Returnstrue
if the exported XML file contains computed values.boolean
Deprecated.Returnstrue
if the exported XML file omits comment.boolean
Deprecated.Returnstrue
if the exported XML file contains {addon.label} header.boolean
Deprecated.Returnstrue
if the exported XML file indents lines.void
setComputedValuesIncluded
(boolean isComputedValuesIncluded) Deprecated.Sets whether to include computed values in the exported XML file.void
setOmitXMLComment
(boolean isOmitXMLComment) Deprecated.Sets whether to omit XML comments from the exported XML file.void
setUseHeader
(boolean usedHeader) Deprecated.Sets whether the XML file uses the {addon.label} header.void
setXMLIndented
(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
-
Constructor Details
-
DataExchangeExportXMLSpec
public DataExchangeExportXMLSpec()Deprecated.
-
-
Method Details
-
isComputedValuesIncluded
public boolean isComputedValuesIncluded()Deprecated.Returnstrue
if 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.Returnstrue
if 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.Returnstrue
if 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.Returnstrue
if 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.
-
DataExchangeSpec
.