Class Constants
-
Field Summary
Fields -
Method Summary
-
Field Details
-
META_PROP_NODE_PATH
Meta property name to store the original document handle node path temporarily in aContentNode
object.This meta property is useful when exporting a document content data into a
ContentNode
object because the original document handle node path isn't available by default in the exportedContentNode
object.So, by storing this meta property temporarily in a
ContentNode
object, it can be used when importing back from theContentNode
object later to determine where it should be imported. Or, importing task modify this meta property to change the import target document handle location.- See Also:
-
META_PROP_NODE_LOCALIZED_NAME
Meta property name to store a localized document name temporarily in aContentNode
object.This meta property is useful when exporting a document variant content data into a
ContentNode
object because the localized document name doesn't exist in the document variant node itself but it exists in a separate translation node under the document handle node.So, by storing this meta property temporarily in a
ContentNode
object, it can be used when importing back from theContentNode
object later.- See Also:
-