com.ibm.commerce.content.facade

Class ContentFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.content.facade.ContentFacadeConstants


  • public class ContentFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with the Content facade.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • COMPONENT_NAME

        public static final java.lang.String COMPONENT_NAME
        The component name for the Content component.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DETAIL_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_DETAIL_INFORMATION
        This constants represents an access profile that returns detail information about the noun. This includes most of the information associated with the specified noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_SUMMARY_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_SUMMARY_INFORMATION
        This constants represents an access profile that returns summary information about the noun being returned. This includes enough information to display a list of nouns and does not include much detail about that noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ALL_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_ALL_INFORMATION
        This constants represents an access profile that returns all information about the noun being returned.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DETAIL_INFOMATION

        public static final java.lang.String ACCESS_PROFILE_DETAIL_INFOMATION
        Deprecated. Replaced with ACCESS_PROFILE_DETAIL_INFORMATION constant
        This constants represents an access profile that returns detail information about the noun. This includes most of the information associated with the specified noun.
        Since:
        version 7.0.0.3 - December 23rd, 2010
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_SUMMARY_INFOMATION

        public static final java.lang.String ACCESS_PROFILE_SUMMARY_INFOMATION
        Deprecated. Replaced with ACCESS_PROFILE_SUMMARY_INFORMATION constant
        This constants represents an access profile that returns summary information about the noun being returned. This includes enough information to display a list of nouns and does not include much detail about that noun.
        Since:
        version 7.0.0.3 - December 23rd, 2010
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ALL_INFOMATION

        public static final java.lang.String ACCESS_PROFILE_ALL_INFOMATION
        Deprecated. Replaced with ACCESS_PROFILE_ALL_INFORMATION constant
        This constants represents an access profile that returns all information about the noun being returned.
        Since:
        version 7.0.0.3 - December 23rd, 2010
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ATTACHMENT_WITH_ASSETS

        public static final java.lang.String ACCESS_PROFILE_ATTACHMENT_WITH_ASSETS
        This constant represents an access profile that returns the information of an attachment target and all its assets.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DEFAULT

        public static final java.lang.String ACCESS_PROFILE_DEFAULT
        This constants if the default access profile when one is not specified. The default access profile is the summary access profile.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_ADD

        public static final java.lang.String PROCESS_VERB_ACTION_ADD
        The process verb constant to represent the action of Add.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_DELETE

        public static final java.lang.String PROCESS_VERB_ACTION_DELETE
        The process verb constant to represent the action of Delete.
        See Also:
        Constant Field Values
      • CHANGE_VERB_ACTION_ADD

        public static final java.lang.String CHANGE_VERB_ACTION_ADD
        The change verb constant to represent the action of Add.
        See Also:
        Constant Field Values
      • CHANGE_VERB_ACTION_CHANGE

        public static final java.lang.String CHANGE_VERB_ACTION_CHANGE
        The change verb constant to represent the action of Change.
        See Also:
        Constant Field Values
      • CHANGE_VERB_ACTION_DELETE

        public static final java.lang.String CHANGE_VERB_ACTION_DELETE
        The change verb constant to represent the action of Delete.
        See Also:
        Constant Field Values
      • MANAGED_FILE_ACTION_EXPRESSION

        public static final java.lang.String MANAGED_FILE_ACTION_EXPRESSION
        The action expression for managed file.
        See Also:
        Constant Field Values
      • MANAGED_DIRECTORY_ACTION_EXPRESSION

        public static final java.lang.String MANAGED_DIRECTORY_ACTION_EXPRESSION
        The action expression for managed directory.
        See Also:
        Constant Field Values
      • ATTACHMENT_ACTION_EXPRESSION

        public static final java.lang.String ATTACHMENT_ACTION_EXPRESSION
        The action expression for attachment.
        See Also:
        Constant Field Values
      • KEY_MISSING_PARAMETER

        public static final java.lang.String KEY_MISSING_PARAMETER
        the string constant to represents missing parameter
        See Also:
        Constant Field Values
      • KEY_INVALID_PARAMETER_VALUE

        public static final java.lang.String KEY_INVALID_PARAMETER_VALUE
        the string constant to represents invalid parameter
        See Also:
        Constant Field Values
      • DIRECTORY_DISPLAY_NAME

        public static final java.lang.String DIRECTORY_DISPLAY_NAME
        the string constant to represents directory display name
        See Also:
        Constant Field Values
      • XPATH_KEY_MANAGED_FILE_SEARCH

        public static final java.lang.String XPATH_KEY_MANAGED_FILE_SEARCH
        XPath key: /ManagedFile[search()]
        See Also:
        Constant Field Values
      • XPATH_STRING_FILE_PATH

        public static final java.lang.String XPATH_STRING_FILE_PATH
        XPath String: FilePath
        See Also:
        Constant Field Values
      • XPATH_STRING_FILE_NAME

        public static final java.lang.String XPATH_STRING_FILE_NAME
        XPath String: FileName
        See Also:
        Constant Field Values
      • MANAGED_FILE_PATH_SEARCH_XPATH

        public static final java.lang.String MANAGED_FILE_PATH_SEARCH_XPATH
        Tag used in Get operations to find managed files by file path.
        See Also:
        Constant Field Values
      • DIRECTORY_UNIQUE_ID

        public static final java.lang.String DIRECTORY_UNIQUE_ID
        the string constant to represents directory unique id
        See Also:
        Constant Field Values
      • XPATH_STRING_PARENT_DIRECTORY_PATH

        public static final java.lang.String XPATH_STRING_PARENT_DIRECTORY_PATH
        XPath String: ParentDirectoryPath
        See Also:
        Constant Field Values
      • XPATH_STRING_ATTACHMENT_NAME

        public static final java.lang.String XPATH_STRING_ATTACHMENT_NAME
        XPath String: Attachment/AttachmentDescription/Name
        See Also:
        Constant Field Values
      • XPATH_STRING_ATTACHMENT_UNIQUE_ID

        public static final java.lang.String XPATH_STRING_ATTACHMENT_UNIQUE_ID
        XPath String: Attachment/AttachmentIdentifier/UniqueID
        See Also:
        Constant Field Values
      • XPATH_STRING_ATTACHMENT_ASSET_PATH

        public static final java.lang.String XPATH_STRING_ATTACHMENT_ASSET_PATH
        XPath String: AttachmentAssetPath
        See Also:
        Constant Field Values
      • XPATH_STRING_STORE_UNIQUE_ID

        public static final java.lang.String XPATH_STRING_STORE_UNIQUE_ID
        XPath String: StoreIdentifier/UniqueId
        See Also:
        Constant Field Values
      • XPATH_STRING_ATTACHMENT_ASSET_LANGUAGE

        public static final java.lang.String XPATH_STRING_ATTACHMENT_ASSET_LANGUAGE
        XPATH String: Attachment/AttachmentAsset/language
        See Also:
        Constant Field Values
      • XPATH_STRING_ATTACHMENT_DESCRIPTION_LANGUAGE

        public static final java.lang.String XPATH_STRING_ATTACHMENT_DESCRIPTION_LANGUAGE
        XPATH String: Attachment/AttachmentDescription/language
        See Also:
        Constant Field Values
      • XPATH_ATTACHMENT_IDENTIFIER

        public static final java.lang.String XPATH_ATTACHMENT_IDENTIFIER
        The string constant represents attachment identifier xPath path
        See Also:
        Constant Field Values
      • XPATH_KEY_ATTACHMENT_SEARCH

        public static final java.lang.String XPATH_KEY_ATTACHMENT_SEARCH
        XPath key: /Attachment[search()]
        See Also:
        Constant Field Values
      • ATTACHMENT_IDENTIFIER_SEARCH_XPATH

        public static final java.lang.String ATTACHMENT_IDENTIFIER_SEARCH_XPATH
        Tag used in Get operations to find attachment by identifier.
        See Also:
        Constant Field Values
      • ATTACHMENT_NAME_SEARCH_XPATH

        public static final java.lang.String ATTACHMENT_NAME_SEARCH_XPATH
        Tag used in Get operations to find attachment by description name.
        See Also:
        Constant Field Values
      • ATTACHMENT_ASSET_PATH_SEARCH_XPATH

        public static final java.lang.String ATTACHMENT_ASSET_PATH_SEARCH_XPATH
        Tag used in Get operations to find attachment by asset path.
        See Also:
        Constant Field Values
      • ATTACHMENT_ASSET_UNIQUE_ID

        public static final java.lang.String ATTACHMENT_ASSET_UNIQUE_ID
        The parameter of attachment asset identifier
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_EXTERNALCONTENT_NAME

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_EXTERNALCONTENT_NAME
        The attribute name of Name in noun ExternalContent.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_EXTERNALCONTENT_GROUP

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_EXTERNALCONTENT_GROUP
        The attribute name of Group in noun ExternalContent.
        See Also:
        Constant Field Values
      • XPATH_EXTERNALCONTENT

        public static final java.lang.String XPATH_EXTERNALCONTENT
        The XPath key for the ExternalContent.
        See Also:
        Constant Field Values
      • EXTERNALCONTENT_IDEXPRESSION

        public static final java.lang.String EXTERNALCONTENT_IDEXPRESSION
        The XPath key for finding an ExternalContent by ID.
        See Also:
        Constant Field Values
      • EXTERNALCONTENT_NAMEEXPRESSION

        public static final java.lang.String EXTERNALCONTENT_NAMEEXPRESSION
        The XPath key for finding an ExternalContent by name.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ADMIN_DETAILS_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_ADMIN_DETAILS_INFORMATION
        This constants represents an access profile that returns detail information about the noun. This includes most of the information associated with the specified noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ADMIN_SUMMARY_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_ADMIN_SUMMARY_INFORMATION
        This constants represents an access profile that returns summary information about the noun being returned. This includes enough information to display a list of nouns and does not include much detail about that noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ADMIN_ALL_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_ADMIN_ALL_INFORMATION
        This constant represents an access profile that returns all information about the noun being returned.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_TASK_COMMENTS

        public static final java.lang.String ACCESS_PROFILE_TASK_COMMENTS
        Access profile for resolving a noun's TaskComments
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_TASK_HISTORIES

        public static final java.lang.String ACCESS_PROFILE_TASK_HISTORIES
        Access profile for resolving a noun's Task History
        See Also:
        Constant Field Values
      • SINGLE_QUOTE

        public static final java.lang.String SINGLE_QUOTE
        The constant for a single quote '''.
        See Also:
        Constant Field Values
      • EQUAL

        public static final java.lang.String EQUAL
        The constanst for an equal sign '='.
        See Also:
        Constant Field Values
      • OPENING_BRACKET

        public static final java.lang.String OPENING_BRACKET
        The constant for an open bracket '{'.
        See Also:
        Constant Field Values
      • CLOSING_BRACKET

        public static final java.lang.String CLOSING_BRACKET
        The constant for a closing bracket '}'.
        See Also:
        Constant Field Values
      • CLOSE_XPATH

        public static final java.lang.String CLOSE_XPATH
        The constant for closing the Xpath with a bracket.
        See Also:
        Constant Field Values
      • DOUBLE_CLOSE_XPATH

        public static final java.lang.String DOUBLE_CLOSE_XPATH
        The constant for closing the Xpath with two brackets.
        See Also:
        Constant Field Values
      • TRIPLE_CLOSE_XPATH

        public static final java.lang.String TRIPLE_CLOSE_XPATH
        The constant for closing the Xpath with three brackets.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_TASK_UID

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_TASK_UID
        The attribute name of the UID in noun Task.
        See Also:
        Constant Field Values
      • XPATH_TASK_UID

        public static final java.lang.String XPATH_TASK_UID
        The Xpath of Task with UID.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_TASK_NAME

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_TASK_NAME
        The attribute name of Name in noun Task.
        See Also:
        Constant Field Values
      • XPATH_TASK_NAME

        public static final java.lang.String XPATH_TASK_NAME
        The Xpath of Task with Name.
        See Also:
        Constant Field Values
      • XPATH_TASK

        public static final java.lang.String XPATH_TASK
        The Xpath of Task with Name.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_TASK_STATUS

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_TASK_STATUS
        The attribute name of Status in noun Task.
        See Also:
        Constant Field Values
      • XPATH_TASK_STATUS

        public static final java.lang.String XPATH_TASK_STATUS
        The Xpath of Task with Status.
        See Also:
        Constant Field Values
      • XPATH_TASK_BY_SINGLE_ID

        public static final java.lang.String XPATH_TASK_BY_SINGLE_ID
        The Xpath of Task with single UniqueID.
        See Also:
        Constant Field Values
      • XPATH_TASK_BY_MULTIPLE_ID

        public static final java.lang.String XPATH_TASK_BY_MULTIPLE_ID
        The Xpath of Task with multiple UniqueIDs.
        See Also:
        Constant Field Values
      • CMC_TASK_STATUS_TODO

        public static final java.lang.String CMC_TASK_STATUS_TODO
        String constant for task status. Tasks which are displayed under the 'TODO' view.
        See Also:
        Constant Field Values
      • CMC_TASK_STATUS_REDO

        public static final java.lang.String CMC_TASK_STATUS_REDO
        String constant for the task status. Tasks which are displayed under the 'TODO' view. which were rejected earlier.
        See Also:
        Constant Field Values
      • CMC_TASK_STATUS_COMPLETED

        public static final java.lang.String CMC_TASK_STATUS_COMPLETED
        String constant for the task status. Tasks which are displayed under the 'Completed' view.
        See Also:
        Constant Field Values
      • CMC_TASK_STATUS_APPROVED

        public static final java.lang.String CMC_TASK_STATUS_APPROVED
        String constant for the task status. Tasks which are displayed under the 'APPROVED' view.
        See Also:
        Constant Field Values
      • CMC_TASK_STATUS_CANCELLED

        public static final java.lang.String CMC_TASK_STATUS_CANCELLED
        String constant for the task status. Tasks which are displayed under the 'CANCELED' view.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_TASKGROUP_UID

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_TASKGROUP_UID
        The attribute name of UID in noun TaskGroup.
        See Also:
        Constant Field Values
      • XPATH_TASKGROUP_UID

        public static final java.lang.String XPATH_TASKGROUP_UID
        The Xpath of TaskGroup with UID.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_TASKGROUP_NAME

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_TASKGROUP_NAME
        The attribute name of Name in noun TaskGroup.
        See Also:
        Constant Field Values
      • XPATH_TASKGROUP_NAME

        public static final java.lang.String XPATH_TASKGROUP_NAME
        The Xpath of TaskGroup with Name.
        See Also:
        Constant Field Values
      • XPATH_TASKGROUP

        public static final java.lang.String XPATH_TASKGROUP
        The Xpath of TaskGroup with Name.
        See Also:
        Constant Field Values
      • XPATH_TASKGROUP_COMMENT

        public static final java.lang.String XPATH_TASKGROUP_COMMENT
        The Xpath of TaskGroup Comment.
        See Also:
        Constant Field Values
      • ACTION_CODE_ADD

        public static final java.lang.String ACTION_CODE_ADD
        String constant for action code 'Add'
        See Also:
        Constant Field Values
      • JSON_KEY_DESCRIPTION

        public static final java.lang.String JSON_KEY_DESCRIPTION
        See Also:
        Constant Field Values
      • JSON_KEY_DOCUMENTS

        public static final java.lang.String JSON_KEY_DOCUMENTS
        See Also:
        Constant Field Values
      • JSON_KEY_DOCUMENT

        public static final java.lang.String JSON_KEY_DOCUMENT
        See Also:
        Constant Field Values
      • JSON_KEY_NUMFOUND

        public static final java.lang.String JSON_KEY_NUMFOUND
        See Also:
        Constant Field Values
      • JSON_KEY_ELEMENTS

        public static final java.lang.String JSON_KEY_ELEMENTS
        See Also:
        Constant Field Values
      • JSON_KEY_ELEMENT_TYPE

        public static final java.lang.String JSON_KEY_ELEMENT_TYPE
        See Also:
        Constant Field Values
      • JSON_KEY_LAST_MODIFIED

        public static final java.lang.String JSON_KEY_LAST_MODIFIED
        See Also:
        Constant Field Values
      • JSON_KEY_ASSETS_ARRAY

        public static final java.lang.String JSON_KEY_ASSETS_ARRAY
        See Also:
        Constant Field Values
      • JSON_KEY_RESOURCEURI

        public static final java.lang.String JSON_KEY_RESOURCEURI
        See Also:
        Constant Field Values
      • JSON_KEY_CONTENTTYPE

        public static final java.lang.String JSON_KEY_CONTENTTYPE
        See Also:
        Constant Field Values
      • JSON_KEY_EXTERNAL_CONTENT_ID

        public static final java.lang.String JSON_KEY_EXTERNAL_CONTENT_ID
        See Also:
        Constant Field Values
      • JSON_KEY_INTERNAL_CONTENT_ID

        public static final java.lang.String JSON_KEY_INTERNAL_CONTENT_ID
        See Also:
        Constant Field Values
      • JSON_KEY_MEDIATYPE

        public static final java.lang.String JSON_KEY_MEDIATYPE
        See Also:
        Constant Field Values
      • JSON_KEY_PAGING_START

        public static final java.lang.String JSON_KEY_PAGING_START
        See Also:
        Constant Field Values
      • JSON_KEY_PAGING_ROWS

        public static final java.lang.String JSON_KEY_PAGING_ROWS
        See Also:
        Constant Field Values
      • JSON_KEY_RENDITIONS

        public static final java.lang.String JSON_KEY_RENDITIONS
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContentFacadeConstants

        public ContentFacadeConstants()