Class Constants


  • public class Constants
    extends Object
    Module-wise constants.
    • Field Detail

      • META_PROP_NODE_PATH

        public static final String META_PROP_NODE_PATH
        Meta property name to store the original document handle node path temporarily in a ContentNode 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 exported ContentNode object.

        So, by storing this meta property temporarily in a ContentNode object, it can be used when importing back from the ContentNode 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:
        Constant Field Values
      • META_PROP_NODE_LOCALIZED_NAME

        public static final String META_PROP_NODE_LOCALIZED_NAME
        Meta property name to store a localized document name temporarily in a ContentNode 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 the ContentNode object later.

        See Also:
        Constant Field Values