com.plumtree.server.search.ptapps
Class PTSConstants

java.lang.Object
  extended by com.plumtree.server.search.ptapps.PTSConstants

public class PTSConstants
extends java.lang.Object

Assorted constants needed by users of the com.plumtree.server.search package.


Field Summary
static java.lang.String COLLAB_PREFIX
          Prefix on any collab object type, and value of the Application() field for collab items
static java.lang.String CONTENT_PREFIX
          Prefix on any content object type, and value of the Application() field for content items
static int MIN_PROPERTY_ID_FOR_NONINTRINSIC_PROPERTIES
          Non-intrinsic properties have IDs greater than or equal to 100.
static java.lang.String PLUMTREE_PREFIX
          An internal prefix used to distinguish Plumtree items
static java.lang.String PORTAL_AD_PREFIX
          Prefix on any portal Admin Directory object type
static java.lang.String PORTAL_KD_PREFIX
          Prefix on any portal Knowledge Directory object type (documents or folders)
static java.lang.String PORTAL_PREFIX
          Prefix on any portal object type, and value of the Application() field for portal items
static java.lang.String PORTAL_PROPERTY_PREFIX
          Prefix on the field name for fields corresponding to nonintrinsic portal properties.
static java.lang.String TYPE_ADMIN_FOLDERS
          Value of ObjectType field for folders in the Admin Directory
static java.lang.String TYPE_AUTHSOURCES
          Value of ObjectType field for auth sources
static java.lang.String TYPE_COLLAB_ANNOUNCEMENTS
          Value of ObjectType for announcements in Collab
static java.lang.String TYPE_COLLAB_DISCUSSION_MESSAGES
          Value of ObjectType for discussion messages in Collab
static java.lang.String TYPE_COLLAB_DISCUSSIONS
          Value of ObjectType for Collab discussions
static java.lang.String TYPE_COLLAB_DOCUMENTS
          Value of ObjectType for documents in Collab
static java.lang.String TYPE_COLLAB_EVENTS
          Value of ObjectType for events in Collab
static java.lang.String TYPE_COLLAB_FOLDERS
          Value of ObjectType for folders (within projects, not project folders) in Collab
static java.lang.String TYPE_COLLAB_MILESTONES
          Value of ObjectType for milestones in Collab
static java.lang.String TYPE_COLLAB_PROJECTS
          Value of ObjectType for Collab projects
static java.lang.String TYPE_COLLAB_TASK_LISTS
          Value of ObjectType for task lists in Collab
static java.lang.String TYPE_COLLAB_TASKS
          Value of ObjectType for tasks in Collab
static java.lang.String TYPE_COMMUNITIES
          Value of ObjectType field for portal communities
static java.lang.String TYPE_COMMUNITY_TEMPLATES
          Value of ObjectType field for community template objects
static java.lang.String TYPE_CONTENT_ITEMS
          Value of ObjectType for content items
static java.lang.String TYPE_CRAWLERS
          Value of ObjectType field for crawlers
static java.lang.String TYPE_DATASOURCES
          Value of ObjectType field for Data Source objects
static java.lang.String TYPE_DOCUMENT_TYPES
          Value of ObjectType field for Document Type objects
static java.lang.String TYPE_EXTERNAL_OPERATIONS
          Value of ObjectType field for External Operation objects
static java.lang.String TYPE_FEDERATED_PORTALS
          Value of ObjectType field for federated portals
static java.lang.String TYPE_FILTERS
          Value of ObjectType field for filters
static java.lang.String TYPE_GROUPS
          Value of ObjectType field for user groups
static java.lang.String TYPE_INVITATIONS
          Value of ObjectType field for invitations
static java.lang.String TYPE_JOBS
          Value of ObjectType field for Job objects
static java.lang.String TYPE_KD_DOCUMENTS
          Value of ObjectType field for documents in the Knowledge Directory
static java.lang.String TYPE_KD_FOLDERS
          Value of ObjectType field for folders in the Knowledge Directory
static java.lang.String TYPE_PAGE_TEMPLATES
          Value of ObjectType field for page template objects
static java.lang.String TYPE_PAGES
          Value of ObjectType field for portal community pages
static java.lang.String TYPE_PORTLET_BUNDLES
          Value of ObjectType field for portlet bundle objects
static java.lang.String TYPE_PORTLET_TEMPLATES
          Value of ObjectType field for portlet template objects
static java.lang.String TYPE_PORTLETS
          Value of ObjectType field for any kind of portlet
static java.lang.String TYPE_PROFILESOURCES
          Value of ObjectType field for profile sources
static java.lang.String TYPE_PROPERTIES
          Value of ObjectType field for Property objects
static java.lang.String TYPE_REMOTE_SERVERS
          Value of ObjectType field for Remote Server objects
static java.lang.String TYPE_SNAPSHOT_QUERIES
          Value of ObjectType field for snapshot query objects
static java.lang.String TYPE_SUBPORTALS
          Value of ObjectType field for Subportal objects
static java.lang.String TYPE_USERS
          Value of ObjectType field for portal users
static java.lang.String TYPE_WEB_SERVICES
          Value of ObjectType field for Web Service objects
 
Constructor Summary
PTSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUMTREE_PREFIX

public static final java.lang.String PLUMTREE_PREFIX
An internal prefix used to distinguish Plumtree items

See Also:
Constant Field Values

PORTAL_PREFIX

public static final java.lang.String PORTAL_PREFIX
Prefix on any portal object type, and value of the Application() field for portal items

See Also:
Constant Field Values

PORTAL_KD_PREFIX

public static final java.lang.String PORTAL_KD_PREFIX
Prefix on any portal Knowledge Directory object type (documents or folders)

See Also:
Constant Field Values

PORTAL_AD_PREFIX

public static final java.lang.String PORTAL_AD_PREFIX
Prefix on any portal Admin Directory object type

See Also:
Constant Field Values

TYPE_KD_DOCUMENTS

public static final java.lang.String TYPE_KD_DOCUMENTS
Value of ObjectType field for documents in the Knowledge Directory

See Also:
Constant Field Values

TYPE_KD_FOLDERS

public static final java.lang.String TYPE_KD_FOLDERS
Value of ObjectType field for folders in the Knowledge Directory

See Also:
Constant Field Values

TYPE_ADMIN_FOLDERS

public static final java.lang.String TYPE_ADMIN_FOLDERS
Value of ObjectType field for folders in the Admin Directory

See Also:
Constant Field Values

TYPE_COMMUNITIES

public static final java.lang.String TYPE_COMMUNITIES
Value of ObjectType field for portal communities

See Also:
Constant Field Values

TYPE_PAGES

public static final java.lang.String TYPE_PAGES
Value of ObjectType field for portal community pages

See Also:
Constant Field Values

TYPE_USERS

public static final java.lang.String TYPE_USERS
Value of ObjectType field for portal users

See Also:
Constant Field Values

TYPE_PORTLETS

public static final java.lang.String TYPE_PORTLETS
Value of ObjectType field for any kind of portlet

See Also:
Constant Field Values

TYPE_GROUPS

public static final java.lang.String TYPE_GROUPS
Value of ObjectType field for user groups

See Also:
Constant Field Values

TYPE_AUTHSOURCES

public static final java.lang.String TYPE_AUTHSOURCES
Value of ObjectType field for auth sources

See Also:
Constant Field Values

TYPE_PROFILESOURCES

public static final java.lang.String TYPE_PROFILESOURCES
Value of ObjectType field for profile sources

See Also:
Constant Field Values

TYPE_FILTERS

public static final java.lang.String TYPE_FILTERS
Value of ObjectType field for filters

See Also:
Constant Field Values

TYPE_SNAPSHOT_QUERIES

public static final java.lang.String TYPE_SNAPSHOT_QUERIES
Value of ObjectType field for snapshot query objects

See Also:
Constant Field Values

TYPE_DATASOURCES

public static final java.lang.String TYPE_DATASOURCES
Value of ObjectType field for Data Source objects

See Also:
Constant Field Values

TYPE_PROPERTIES

public static final java.lang.String TYPE_PROPERTIES
Value of ObjectType field for Property objects

See Also:
Constant Field Values

TYPE_DOCUMENT_TYPES

public static final java.lang.String TYPE_DOCUMENT_TYPES
Value of ObjectType field for Document Type objects

See Also:
Constant Field Values

TYPE_CRAWLERS

public static final java.lang.String TYPE_CRAWLERS
Value of ObjectType field for crawlers

See Also:
Constant Field Values

TYPE_INVITATIONS

public static final java.lang.String TYPE_INVITATIONS
Value of ObjectType field for invitations

See Also:
Constant Field Values

TYPE_FEDERATED_PORTALS

public static final java.lang.String TYPE_FEDERATED_PORTALS
Value of ObjectType field for federated portals

See Also:
Constant Field Values

TYPE_REMOTE_SERVERS

public static final java.lang.String TYPE_REMOTE_SERVERS
Value of ObjectType field for Remote Server objects

See Also:
Constant Field Values

TYPE_COMMUNITY_TEMPLATES

public static final java.lang.String TYPE_COMMUNITY_TEMPLATES
Value of ObjectType field for community template objects

See Also:
Constant Field Values

TYPE_PORTLET_BUNDLES

public static final java.lang.String TYPE_PORTLET_BUNDLES
Value of ObjectType field for portlet bundle objects

See Also:
Constant Field Values

TYPE_PAGE_TEMPLATES

public static final java.lang.String TYPE_PAGE_TEMPLATES
Value of ObjectType field for page template objects

See Also:
Constant Field Values

TYPE_WEB_SERVICES

public static final java.lang.String TYPE_WEB_SERVICES
Value of ObjectType field for Web Service objects

See Also:
Constant Field Values

TYPE_EXTERNAL_OPERATIONS

public static final java.lang.String TYPE_EXTERNAL_OPERATIONS
Value of ObjectType field for External Operation objects

See Also:
Constant Field Values

TYPE_PORTLET_TEMPLATES

public static final java.lang.String TYPE_PORTLET_TEMPLATES
Value of ObjectType field for portlet template objects

See Also:
Constant Field Values

TYPE_JOBS

public static final java.lang.String TYPE_JOBS
Value of ObjectType field for Job objects

See Also:
Constant Field Values

TYPE_SUBPORTALS

public static final java.lang.String TYPE_SUBPORTALS
Value of ObjectType field for Subportal objects

See Also:
Constant Field Values

MIN_PROPERTY_ID_FOR_NONINTRINSIC_PROPERTIES

public static final int MIN_PROPERTY_ID_FOR_NONINTRINSIC_PROPERTIES
Non-intrinsic properties have IDs greater than or equal to 100.

See Also:
Constant Field Values

PORTAL_PROPERTY_PREFIX

public static final java.lang.String PORTAL_PROPERTY_PREFIX
Prefix on the field name for fields corresponding to nonintrinsic portal properties.

See Also:
Constant Field Values

COLLAB_PREFIX

public static final java.lang.String COLLAB_PREFIX
Prefix on any collab object type, and value of the Application() field for collab items

See Also:
Constant Field Values

TYPE_COLLAB_PROJECTS

public static final java.lang.String TYPE_COLLAB_PROJECTS
Value of ObjectType for Collab projects

See Also:
Constant Field Values

TYPE_COLLAB_DOCUMENTS

public static final java.lang.String TYPE_COLLAB_DOCUMENTS
Value of ObjectType for documents in Collab

See Also:
Constant Field Values

TYPE_COLLAB_FOLDERS

public static final java.lang.String TYPE_COLLAB_FOLDERS
Value of ObjectType for folders (within projects, not project folders) in Collab

See Also:
Constant Field Values

TYPE_COLLAB_ANNOUNCEMENTS

public static final java.lang.String TYPE_COLLAB_ANNOUNCEMENTS
Value of ObjectType for announcements in Collab

See Also:
Constant Field Values

TYPE_COLLAB_DISCUSSIONS

public static final java.lang.String TYPE_COLLAB_DISCUSSIONS
Value of ObjectType for Collab discussions

See Also:
Constant Field Values

TYPE_COLLAB_DISCUSSION_MESSAGES

public static final java.lang.String TYPE_COLLAB_DISCUSSION_MESSAGES
Value of ObjectType for discussion messages in Collab

See Also:
Constant Field Values

TYPE_COLLAB_TASK_LISTS

public static final java.lang.String TYPE_COLLAB_TASK_LISTS
Value of ObjectType for task lists in Collab

See Also:
Constant Field Values

TYPE_COLLAB_TASKS

public static final java.lang.String TYPE_COLLAB_TASKS
Value of ObjectType for tasks in Collab

See Also:
Constant Field Values

TYPE_COLLAB_EVENTS

public static final java.lang.String TYPE_COLLAB_EVENTS
Value of ObjectType for events in Collab

See Also:
Constant Field Values

TYPE_COLLAB_MILESTONES

public static final java.lang.String TYPE_COLLAB_MILESTONES
Value of ObjectType for milestones in Collab

See Also:
Constant Field Values

CONTENT_PREFIX

public static final java.lang.String CONTENT_PREFIX
Prefix on any content object type, and value of the Application() field for content items

See Also:
Constant Field Values

TYPE_CONTENT_ITEMS

public static final java.lang.String TYPE_CONTENT_ITEMS
Value of ObjectType for content items

See Also:
Constant Field Values
Constructor Detail

PTSConstants

public PTSConstants()