Managing the Tagging Framework

This topic discusses methods to define tagging domains and tag namespaces and mapping namespaces to search index groups.

Page Name

Definition Name

Usage

Tagging Application Domain Page

EPPTG_APPDOMAIN

Define application tag domains.

Tagging Namespace Page

EPPTG_NAMESPACE

Define application tagging namespaces.

Search Index Page

EPPTG_NSSRCHIDX

Associate index groups with tagging namespaces.

Portal Administration > Tagging > Tagging Namespace > Search Index.

Use the Tagging Application Domain page (EPPTG_APPDOMAIN) to define application tag domains.

Navigation:

Portal Administration > Tagging > Tagging Domain

This example illustrates the fields and controls on the Tagging Application Domain page. You can find definitions for the fields and controls later on this page.

Tagging Application Domain page

Field or Control

Description

Description

The description text entered here appears as the Search Scope name in the Scope dropdown list on theTag Browser.

Tag Browser URL

Specify the URL for the tag browser page for this domain. This URL will be prepended to the tags.

If this is specified, it is assumed that the domain has its own tag browser page to display search results of the tags. If this field is left blank the domain will use the default PeopleSoft Interaction Hub tag browser.

Note: If the PeopleSoft Interaction Hub tag browser is used, there will only be limited support for the search results of remote tags because of the limited amount of information that is stored for the tags in the repository. The search will not be able to query the source database for additional title or description information.

Message Node Name

Identifies the node in the PeopleSoft Interaction Hub environment with which the tag domain is associated.

Tag namespaces prevent conflicts among unique identifiers in different features and enable categorizing tags at the namespace level. For instance, suppose both Discussion Forums and Managed Content have a content with an ID of 3421. To prevent these conflicts, each should reside in its own namespace.

A domain can contain many tag namespaces, but each namespace can only be associated with one domain.

Use the Tagging Namespace page ( EPPTG_NAMESPACE) to define application tagging namespaces.

Navigation:

Portal Administration > Tagging > Tagging Namespace

Local Interface

This example illustrates the fields and controls on the Tagging Namespace page.

Tagging Namespace page for local interface

Use a local interface to implement tagging within the PeopleSoft Interaction Hub application. Use the Package Name, Path, and Application ID fields to identify the application class that will be used with the namespace. The application class specifed here must implement the EPPTG_TAGS:TaggedContent application class.

Remote Interface

The following page shows the Tagging Namespace page with the Remote Interface option selected.

This example illustrates the fields and controls on the Tagging Namespace page.

Tagging Namespace page for remote interface