com.ibm.portal.cp.tagging
Interface Constants


public interface Constants

Defines constants for the TagModel and the TagModelURIs.

Since:
7.0.0

Field Summary
static char ADD
          The character +
static java.lang.String KEY_OPENSEARCH_DESC_BUNDLEKEY_DESCRIPTION
          Query parameter key to pass the key of the description entry of the resource bundle.
static java.lang.String KEY_OPENSEARCH_DESC_BUNDLEKEY_SHORTNAME
          Query parameter key to pass the key of the short name entry of the resource bundle.
static java.lang.String KEY_OPENSEARCH_DESC_BUNDLENAME
          Query parameter key to pass the name of a resource bundle that will be used for localized data within the generation of the open search description document.
This parameter is mandatory.
static java.lang.String KEY_OPENSEARCH_DESC_ICON_16X16
          Query parameter key to pass an absolute URL for a 16x16 size image to the data source that generates the open search description document.
This is an optional parameter.
static java.lang.String KEY_ST_ADD
          Parameter for the selected tag resolution service to incrementally add a selected tag.
static java.lang.String KEY_ST_ALL_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_ALL_REMOVE
          Deprecated. Use KEY_ST_REMOVE
static java.lang.String KEY_ST_ANALYTICS_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_ANALYTICS_REMOVE
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_COMMUNITY_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_COMMUNITY_REMOVE
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_FEDERATION_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_FEDERATION_REMOVE
          Deprecated. Use KEY_ST_REMOVE
static java.lang.String KEY_ST_LATEST_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_LATEST_REMOVE
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_PERSONALPRIVATE_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_PERSONALPRIVATE_REMOVE
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_PERSONALPUBLIC_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_PERSONALPUBLIC_REMOVE
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_REMOVE
          Parameter for the selected tag resolution service to incrementally remove a selected tag.
static java.lang.String KEY_ST_SUGGESTEDLINKS_ADD
          Deprecated. Use KEY_ST_ADD
static java.lang.String KEY_ST_SUGGESTEDLINKS_REMOVE
          Deprecated. Use KEY_ST_ADD
static java.lang.String PAGE_SEARCH_RESULTS
          Unique name of the page that is able to display search results for tags
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ALL_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ANALYTICS_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_CATEGORIES
          QName for the current selected categories, may be set as a public render parameter.
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_COMMUNITY_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_FEDERATION_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_LATEST_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPRIVATE_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPUBLIC_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SCHEMAS
          QName for the current selected (type) schemas, may be set as a public render parameter.
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SUGGESTEDLINKS_TAG
          Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAG
          QName for the current selected tag(s), set as a public render parameter.
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAG_MODE
          QName for the mode of the selected tag names, i.
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_REDIRECT_VIEW
          QName for the view of the tag cloud.
static javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_SETTINGS
          QName for the client side state of the tag cloud set as a public render parameter.
static char REMOVE
          The character -
static java.net.URI TAG_MODEL_BROWSE_TAGS
          URI for the browse tags resolution service.
static java.net.URI TAG_MODEL_SELECTED_TAG_PRP
          URI for the resolution service which exposes the current selected tags (aka st)as public render parameters (aka prp).
static java.net.URI TAG_MODEL_SELECTED_TAG_TAGCENTER
          URI for the resolution service which redirects to the Tag Center, displaying resources for the current selected tags.
static java.net.URI TAG_MODEL_TAG_SEARCH_RESULTS
          URI which can be used to search for tags.
static java.net.URI TAG_MODEL_TAG_SPACE_ALL
          URI for the entire tag space
static java.net.URI TAG_MODEL_TAG_SPACE_EMPTY
          URI for the empty tag space
static java.net.URI TAG_MODEL_TAG_SPACE_RELATED
          URI for the related tag space
static java.net.URI TAG_MODEL_TAGS_ALL
          URI for the all tags set
static java.net.URI TAG_MODEL_TAGS_EMPTY
          URI for the empty tag set
static java.lang.String UN_PAGE_TAG_CENTER
          String ibm.portal.Tag Center, the name of the Tag Center page.
static java.lang.String UN_PORTLET_TAG_CLOUD
          String com.ibm.wps.cp.portlet.tagcloud, the name of the default Tag Cloud portlet.
static java.lang.String UN_VR_TAGS
          String wps.Tagging, the name of the VirtualResource Tags.
static java.lang.String VALUE_SELECTED_CATEGORIES_EMPTY_MARKER
          If a user explicitly deselcts all categories (within the tag cloud portlet) the behaviour has to differ from the state that no category at all has ever been selected (the initial state of the tag cloud portlet where categories might be auto-selected).
static java.lang.String VALUE_SELECTED_SCHEMAS_EMPTY_MARKER
          If a user explicitly deselcts all schemas (within the tag cloud portlet) the behaviour has to differ from the state that no schema at all has ever been selected (the initial state of the tag cloud portlet where schemas might be auto-selected).
 

Field Detail

TAG_MODEL_TAGS_EMPTY

static final java.net.URI TAG_MODEL_TAGS_EMPTY
URI for the empty tag set


TAG_MODEL_TAGS_ALL

static final java.net.URI TAG_MODEL_TAGS_ALL
URI for the all tags set


TAG_MODEL_TAG_SPACE_EMPTY

static final java.net.URI TAG_MODEL_TAG_SPACE_EMPTY
URI for the empty tag space


TAG_MODEL_TAG_SPACE_ALL

static final java.net.URI TAG_MODEL_TAG_SPACE_ALL
URI for the entire tag space


TAG_MODEL_TAG_SPACE_RELATED

static final java.net.URI TAG_MODEL_TAG_SPACE_RELATED
URI for the related tag space


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAG
QName for the current selected tag(s), set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ALL_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ALL_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected all tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_FEDERATION_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_FEDERATION_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected federation tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_COMMUNITY_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_COMMUNITY_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected community tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPUBLIC_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPUBLIC_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected personal public tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_LATEST_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_LATEST_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected latest tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPRIVATE_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPRIVATE_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected personal private tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SUGGESTEDLINKS_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SUGGESTEDLINKS_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected suggested links tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ANALYTICS_TAG

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ANALYTICS_TAG
Deprecated. Use #PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAGS
QName for the current selected analytics tag(s), may be set as a public render parameter.


PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_CATEGORIES

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_CATEGORIES
QName for the current selected categories, may be set as a public render parameter.


VALUE_SELECTED_CATEGORIES_EMPTY_MARKER

static final java.lang.String VALUE_SELECTED_CATEGORIES_EMPTY_MARKER
If a user explicitly deselcts all categories (within the tag cloud portlet) the behaviour has to differ from the state that no category at all has ever been selected (the initial state of the tag cloud portlet where categories might be auto-selected). This value acts as a marker in the navigational state to determine that all categories have been deselected.

See Also:
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_CATEGORIES, Constant Field Values

PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SCHEMAS

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SCHEMAS
QName for the current selected (type) schemas, may be set as a public render parameter.


VALUE_SELECTED_SCHEMAS_EMPTY_MARKER

static final java.lang.String VALUE_SELECTED_SCHEMAS_EMPTY_MARKER
If a user explicitly deselcts all schemas (within the tag cloud portlet) the behaviour has to differ from the state that no schema at all has ever been selected (the initial state of the tag cloud portlet where schemas might be auto-selected). This value acts as a marker in the navigational state to determine that all schemas have been deselected.

See Also:
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SCHEMAS, Constant Field Values

PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAG_MODE

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAG_MODE
QName for the mode of the selected tag names, i. e. if the public or private selected tag names should be considered.


PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_REDIRECT_VIEW

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_REDIRECT_VIEW
QName for the view of the tag cloud.


PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_SETTINGS

static final javax.xml.namespace.QName PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_SETTINGS
QName for the client side state of the tag cloud set as a public render parameter.


TAG_MODEL_SELECTED_TAG_PRP

static final java.net.URI TAG_MODEL_SELECTED_TAG_PRP
URI for the resolution service which exposes the current selected tags (aka st)as public render parameters (aka prp).


TAG_MODEL_SELECTED_TAG_TAGCENTER

static final java.net.URI TAG_MODEL_SELECTED_TAG_TAGCENTER
URI for the resolution service which redirects to the Tag Center, displaying resources for the current selected tags.


TAG_MODEL_TAG_SEARCH_RESULTS

static final java.net.URI TAG_MODEL_TAG_SEARCH_RESULTS
URI which can be used to search for tags. Likely this URI will be resolved to display the Tag Center and display the resources with the search tags. In contrast to TAG_MODEL_SELECTED_TAG_TAGCENTER a resolution to this URI will manipulate the searched tags in terms of normailzation dependent on the configuration.


TAG_MODEL_BROWSE_TAGS

static final java.net.URI TAG_MODEL_BROWSE_TAGS
URI for the browse tags resolution service.


UN_VR_TAGS

static final java.lang.String UN_VR_TAGS
String wps.Tagging, the name of the VirtualResource Tags.

See Also:
Constant Field Values

UN_PAGE_TAG_CENTER

static final java.lang.String UN_PAGE_TAG_CENTER
String ibm.portal.Tag Center, the name of the Tag Center page.

See Also:
Constant Field Values

UN_PORTLET_TAG_CLOUD

static final java.lang.String UN_PORTLET_TAG_CLOUD
String com.ibm.wps.cp.portlet.tagcloud, the name of the default Tag Cloud portlet.

See Also:
Constant Field Values

KEY_OPENSEARCH_DESC_ICON_16X16

static final java.lang.String KEY_OPENSEARCH_DESC_ICON_16X16
Query parameter key to pass an absolute URL for a 16x16 size image to the data source that generates the open search description document.
This is an optional parameter.

See Also:
Constant Field Values

KEY_OPENSEARCH_DESC_BUNDLENAME

static final java.lang.String KEY_OPENSEARCH_DESC_BUNDLENAME
Query parameter key to pass the name of a resource bundle that will be used for localized data within the generation of the open search description document.
This parameter is mandatory.

See Also:
Constant Field Values

KEY_OPENSEARCH_DESC_BUNDLEKEY_SHORTNAME

static final java.lang.String KEY_OPENSEARCH_DESC_BUNDLEKEY_SHORTNAME
Query parameter key to pass the key of the short name entry of the resource bundle. The value obtained with this key from the resource bundle will be exposed as the value of the os:ShortName element within the open search description document.
This parameter is mandatory.

See Also:
Constant Field Values

KEY_OPENSEARCH_DESC_BUNDLEKEY_DESCRIPTION

static final java.lang.String KEY_OPENSEARCH_DESC_BUNDLEKEY_DESCRIPTION
Query parameter key to pass the key of the description entry of the resource bundle. The value obtained with this key from the resource bundle will be exposed as the value of the os:Description element within the open search description document.
This parameter is mandatory.

See Also:
Constant Field Values

PAGE_SEARCH_RESULTS

static final java.lang.String PAGE_SEARCH_RESULTS
Unique name of the page that is able to display search results for tags

See Also:
Constant Field Values

ADD

static final char ADD
The character +

See Also:
Constant Field Values

REMOVE

static final char REMOVE
The character -

See Also:
Constant Field Values

KEY_ST_ADD

static final java.lang.String KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected tag.


KEY_ST_ALL_ADD

static final java.lang.String KEY_ST_ALL_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected all tag


KEY_ST_FEDERATION_ADD

static final java.lang.String KEY_ST_FEDERATION_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected federation tag


KEY_ST_COMMUNITY_ADD

static final java.lang.String KEY_ST_COMMUNITY_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected community tag


KEY_ST_PERSONALPUBLIC_ADD

static final java.lang.String KEY_ST_PERSONALPUBLIC_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected personal public tag


KEY_ST_LATEST_ADD

static final java.lang.String KEY_ST_LATEST_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected latest tag


KEY_ST_PERSONALPRIVATE_ADD

static final java.lang.String KEY_ST_PERSONALPRIVATE_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected personal private tag


KEY_ST_SUGGESTEDLINKS_ADD

static final java.lang.String KEY_ST_SUGGESTEDLINKS_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected suggested links tag


KEY_ST_ANALYTICS_ADD

static final java.lang.String KEY_ST_ANALYTICS_ADD
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally add a selected analytics tag


KEY_ST_REMOVE

static final java.lang.String KEY_ST_REMOVE
Parameter for the selected tag resolution service to incrementally remove a selected tag.


KEY_ST_ALL_REMOVE

static final java.lang.String KEY_ST_ALL_REMOVE
Deprecated. Use KEY_ST_REMOVE
Parameter for the selected tag resolution service to incrementally remove a selected all tag


KEY_ST_FEDERATION_REMOVE

static final java.lang.String KEY_ST_FEDERATION_REMOVE
Deprecated. Use KEY_ST_REMOVE
Parameter for the selected tag resolution service to incrementally remove a selected federation tag


KEY_ST_COMMUNITY_REMOVE

static final java.lang.String KEY_ST_COMMUNITY_REMOVE
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally remove a selected community tag


KEY_ST_PERSONALPUBLIC_REMOVE

static final java.lang.String KEY_ST_PERSONALPUBLIC_REMOVE
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally remove a selected personal public tag


KEY_ST_LATEST_REMOVE

static final java.lang.String KEY_ST_LATEST_REMOVE
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally remove a selected latest tag


KEY_ST_PERSONALPRIVATE_REMOVE

static final java.lang.String KEY_ST_PERSONALPRIVATE_REMOVE
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally remove a selected personal private tag


KEY_ST_SUGGESTEDLINKS_REMOVE

static final java.lang.String KEY_ST_SUGGESTEDLINKS_REMOVE
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally remove a selected suggested links tag


KEY_ST_ANALYTICS_REMOVE

static final java.lang.String KEY_ST_ANALYTICS_REMOVE
Deprecated. Use KEY_ST_ADD
Parameter for the selected tag resolution service to incrementally remove a selected analytics tag