com.plumtree.server
Class PT_INTRINSICS

java.lang.Object
  |
  +--com.plumtree.server.PT_INTRINSICS

public final class PT_INTRINSICS
extends java.lang.Object

These constants represent the ObjectIDs for intrinsic Plumtree objects- objects that should be in every system, and cannot be deleted


Field Summary
static int PT_ADMIN_FOLDER_DEFAULTPROFILES
          The Admin Folder that holds Default Profiles
static int PT_ADMIN_FOLDER_DEFAULTSUBPORTAL
          The Admin Folder that holds Subportals, by default
static int PT_ADMIN_FOLDER_INTRINSICOPS
          The Admin Folder that holds jobs to be run immediately and discarded
static int PT_ADMIN_FOLDER_PROFILECOMMUNITY
          The Admin Folder that holds the User Profile community
static int PT_ADMIN_FOLDER_PROFILELAYOUT
          The Admin Folder that holds Profile Sections
static int PT_ADMIN_FOLDER_ROOTFOLDER
          The administrative folder returned by IPTAdminCatalog.GetRootAdminFolder
static int PT_ADMIN_FOLDER_SUBPORTALOBJECTS
          The Admin Folder that holds Subportals
static int PT_ADMIN_FOLDER_UNCLASSIFIEDOBJECTS
          The administrative folder returned by IPTAdminCatalog.GetUnclassifiedObjectsAdminFolder
static int PT_AUDITLOGMANAGEMENT_JOBID
          The ObjectID of the Audit Log Management job
static int PT_AUTHSOURCE_LEGACYNT
          Deprecated.  
static int PT_AUTHSOURCE_PLUMTREE
          The Plumtree Authentication Source- used to authenticate Users that are defined in Plumtree (as opposed to Users that are imported from external systems)
static int PT_BLANK_COMMUNITYTEMPLATEID
          The ObjectID of the blank Community Template
static int PT_BLANK_PAGETEMPLATEID
          The ObjectID of the blank Page Template
static int PT_FOLDER_ROOTFOLDER
          The folder returned by IPTCatalog.GetRootFolder
static int PT_FOLDER_UNCLASSIFIEDCARDS
          The folder returned by IPTCatalog.GetUnclassifiedCardsFolder
static int PT_GADGET_COMMUNITYLINKS
          The "Community Links Portlet" Gadget
static int PT_GADGET_FOLDERS
          Deprecated.  
static int PT_GADGET_LOGIN
          The "Portal Login" Gadget
static int PT_GADGET_SAVEDSEARCHES
          The "Saved Searches" Gadget
static int PT_GADGET_SEARCH
          The "Portal Search" Gadget
static int PT_NULL_OBJECTID
          An invalid ObjectID, used as a dummy placeholder
static int PT_PROFILE_COMMUNITY
          The intrinsic User Profile Community object, which is used to display User Profiles
static int PT_PROPERTY_CLASSID
          Used internally by the search engine
static int PT_PROPERTY_CONTENTLANGUAGE
          The "Content Language" Property
static int PT_PROPERTY_CRAWLERTAG
          The "Crawler Tag" Property
static int PT_PROPERTY_DEFAULTDATASOURCE
          The "Card Submit Data Source" Property
static int PT_PROPERTY_DOCUMENTTYPEID
          The "Document Type ID" Property
static int PT_PROPERTY_DOCUMENTURL
          The "Open Document URL" Property
static int PT_PROPERTY_EMAIL
          The "Email Address" Property
static int PT_PROPERTY_FOLDERPATH
          Used internally by the search engine
static int PT_PROPERTY_INDEXEDFIELDS
          Used internally by the search engine
static int PT_PROPERTY_NAMEINDEX
          Used internally to provide Search functionality
static int PT_PROPERTY_OBJECTCREATED
          The "Object Created" Property
static int PT_PROPERTY_OBJECTID
          Used internally by the search engine
static int PT_PROPERTY_OBJECTIMAGEURL
          Used internally by the search engine
static int PT_PROPERTY_OBJECTIMAGEUUID
          The "Plumtree Card Image UUID" Property
static int PT_PROPERTY_OBJECTLASTMODIFIED
          The "Object Last Modified" Property
static int PT_PROPERTY_OBJECTNAME
          The "Name" Property
static int PT_PROPERTY_OBJECTRESULTTYPE
          Used internally by the search engine
static int PT_PROPERTY_OBJECTSUMMARY
          The "Description" Property
static int PT_PROPERTY_PROVIDERCLSID
          Used internally by the search engine
static int PT_PROPERTY_SEARCHSCORE
          Used internally by the search engine
static int PT_PROPERTY_TEXTCONTENT
          The "Full Text Content" Property
static int PT_PROPERTY_UPLOAD_DUID
          The "Card Upload ID" Property
static int PT_PROPERTY_UPLOAD_DUSERVER
          The "Card Upload Repository Server" Property
static int PT_RELATED_RESOURCE_COMMUNITIES
          The "Related Communities" Property
static int PT_RELATED_RESOURCE_CONTENT_MANAGERS
          The "Related Content Managers" Property
static int PT_RELATED_RESOURCE_EXPERTS
          The "Related Experts" Property
static int PT_RELATED_RESOURCE_FOLDERS
          The "Related Folders" Property
static int PT_RELATED_RESOURCE_GADGETS
          The "Related Portlets" Property
static int PT_SYSTEMMAINTENANCE_JOBID
          The ObjectID of the System Maintenance job
static int PT_USER_DEFAULTPROFILE
          The default User Profile- used for Users without explicitly set User Profiles
static int PT_USER_GUEST
          The "Guest" User
static int PT_USER_SYSADMIN
          The "Administrator" User
static int PT_USERGROUP_EVERYONE
          The "Everyone" User Group.
static int PT_USERGROUP_SYSADMINS
          The "Administrators Group" User Group
static int PT_WEEKLYHOUSEKEEPING_JOBID
          The ObjectID of the Weekly Housekeeping job
 
Constructor Summary
PT_INTRINSICS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_NULL_OBJECTID

public static final int PT_NULL_OBJECTID
An invalid ObjectID, used as a dummy placeholder

PT_USERGROUP_SYSADMINS

public static final int PT_USERGROUP_SYSADMINS
The "Administrators Group" User Group

PT_USERGROUP_EVERYONE

public static final int PT_USERGROUP_EVERYONE
The "Everyone" User Group. By definition, every User is in this group.

PT_USER_SYSADMIN

public static final int PT_USER_SYSADMIN
The "Administrator" User

PT_USER_GUEST

public static final int PT_USER_GUEST
The "Guest" User

PT_USER_DEFAULTPROFILE

public static final int PT_USER_DEFAULTPROFILE
The default User Profile- used for Users without explicitly set User Profiles

PT_AUTHSOURCE_PLUMTREE

public static final int PT_AUTHSOURCE_PLUMTREE
The Plumtree Authentication Source- used to authenticate Users that are defined in Plumtree (as opposed to Users that are imported from external systems)

PT_AUTHSOURCE_LEGACYNT

public static final int PT_AUTHSOURCE_LEGACYNT
Deprecated.  


PT_PROPERTY_OBJECTNAME

public static final int PT_PROPERTY_OBJECTNAME
The "Name" Property

PT_PROPERTY_OBJECTSUMMARY

public static final int PT_PROPERTY_OBJECTSUMMARY
The "Description" Property

PT_PROPERTY_OBJECTCREATED

public static final int PT_PROPERTY_OBJECTCREATED
The "Object Created" Property

PT_PROPERTY_OBJECTLASTMODIFIED

public static final int PT_PROPERTY_OBJECTLASTMODIFIED
The "Object Last Modified" Property

PT_PROPERTY_DOCUMENTURL

public static final int PT_PROPERTY_DOCUMENTURL
The "Open Document URL" Property

PT_PROPERTY_DOCUMENTTYPEID

public static final int PT_PROPERTY_DOCUMENTTYPEID
The "Document Type ID" Property

PT_PROPERTY_OBJECTIMAGEUUID

public static final int PT_PROPERTY_OBJECTIMAGEUUID
The "Plumtree Card Image UUID" Property

PT_PROPERTY_CONTENTLANGUAGE

public static final int PT_PROPERTY_CONTENTLANGUAGE
The "Content Language" Property

PT_PROPERTY_CRAWLERTAG

public static final int PT_PROPERTY_CRAWLERTAG
The "Crawler Tag" Property

PT_PROPERTY_NAMEINDEX

public static final int PT_PROPERTY_NAMEINDEX
Used internally to provide Search functionality

PT_PROPERTY_EMAIL

public static final int PT_PROPERTY_EMAIL
The "Email Address" Property

PT_PROPERTY_TEXTCONTENT

public static final int PT_PROPERTY_TEXTCONTENT
The "Full Text Content" Property

PT_PROPERTY_OBJECTID

public static final int PT_PROPERTY_OBJECTID
Used internally by the search engine

PT_PROPERTY_SEARCHSCORE

public static final int PT_PROPERTY_SEARCHSCORE
Used internally by the search engine

PT_PROPERTY_OBJECTIMAGEURL

public static final int PT_PROPERTY_OBJECTIMAGEURL
Used internally by the search engine

PT_PROPERTY_OBJECTRESULTTYPE

public static final int PT_PROPERTY_OBJECTRESULTTYPE
Used internally by the search engine

PT_PROPERTY_INDEXEDFIELDS

public static final int PT_PROPERTY_INDEXEDFIELDS
Used internally by the search engine

PT_PROPERTY_CLASSID

public static final int PT_PROPERTY_CLASSID
Used internally by the search engine

PT_PROPERTY_PROVIDERCLSID

public static final int PT_PROPERTY_PROVIDERCLSID
Used internally by the search engine

PT_PROPERTY_FOLDERPATH

public static final int PT_PROPERTY_FOLDERPATH
Used internally by the search engine

PT_PROPERTY_DEFAULTDATASOURCE

public static final int PT_PROPERTY_DEFAULTDATASOURCE
The "Card Submit Data Source" Property

PT_PROPERTY_UPLOAD_DUSERVER

public static final int PT_PROPERTY_UPLOAD_DUSERVER
The "Card Upload Repository Server" Property

PT_PROPERTY_UPLOAD_DUID

public static final int PT_PROPERTY_UPLOAD_DUID
The "Card Upload ID" Property

PT_RELATED_RESOURCE_COMMUNITIES

public static final int PT_RELATED_RESOURCE_COMMUNITIES
The "Related Communities" Property

PT_RELATED_RESOURCE_FOLDERS

public static final int PT_RELATED_RESOURCE_FOLDERS
The "Related Folders" Property

PT_RELATED_RESOURCE_GADGETS

public static final int PT_RELATED_RESOURCE_GADGETS
The "Related Portlets" Property

PT_RELATED_RESOURCE_EXPERTS

public static final int PT_RELATED_RESOURCE_EXPERTS
The "Related Experts" Property

PT_RELATED_RESOURCE_CONTENT_MANAGERS

public static final int PT_RELATED_RESOURCE_CONTENT_MANAGERS
The "Related Content Managers" Property

PT_GADGET_SAVEDSEARCHES

public static final int PT_GADGET_SAVEDSEARCHES
The "Saved Searches" Gadget

PT_GADGET_FOLDERS

public static final int PT_GADGET_FOLDERS
Deprecated.  


PT_GADGET_LOGIN

public static final int PT_GADGET_LOGIN
The "Portal Login" Gadget

PT_GADGET_SEARCH

public static final int PT_GADGET_SEARCH
The "Portal Search" Gadget

PT_GADGET_COMMUNITYLINKS

public static final int PT_GADGET_COMMUNITYLINKS
The "Community Links Portlet" Gadget

PT_FOLDER_ROOTFOLDER

public static final int PT_FOLDER_ROOTFOLDER
The folder returned by IPTCatalog.GetRootFolder
See Also:
IPTCatalog

PT_FOLDER_UNCLASSIFIEDCARDS

public static final int PT_FOLDER_UNCLASSIFIEDCARDS
The folder returned by IPTCatalog.GetUnclassifiedCardsFolder
See Also:
IPTCatalog

PT_ADMIN_FOLDER_ROOTFOLDER

public static final int PT_ADMIN_FOLDER_ROOTFOLDER
The administrative folder returned by IPTAdminCatalog.GetRootAdminFolder
See Also:
IPTAdminCatalog

PT_ADMIN_FOLDER_UNCLASSIFIEDOBJECTS

public static final int PT_ADMIN_FOLDER_UNCLASSIFIEDOBJECTS
The administrative folder returned by IPTAdminCatalog.GetUnclassifiedObjectsAdminFolder
See Also:
IPTAdminCatalog

PT_ADMIN_FOLDER_DEFAULTPROFILES

public static final int PT_ADMIN_FOLDER_DEFAULTPROFILES
The Admin Folder that holds Default Profiles

PT_ADMIN_FOLDER_PROFILELAYOUT

public static final int PT_ADMIN_FOLDER_PROFILELAYOUT
The Admin Folder that holds Profile Sections

PT_ADMIN_FOLDER_SUBPORTALOBJECTS

public static final int PT_ADMIN_FOLDER_SUBPORTALOBJECTS
The Admin Folder that holds Subportals

PT_ADMIN_FOLDER_INTRINSICOPS

public static final int PT_ADMIN_FOLDER_INTRINSICOPS
The Admin Folder that holds jobs to be run immediately and discarded

PT_ADMIN_FOLDER_PROFILECOMMUNITY

public static final int PT_ADMIN_FOLDER_PROFILECOMMUNITY
The Admin Folder that holds the User Profile community

PT_ADMIN_FOLDER_DEFAULTSUBPORTAL

public static final int PT_ADMIN_FOLDER_DEFAULTSUBPORTAL
The Admin Folder that holds Subportals, by default

PT_SYSTEMMAINTENANCE_JOBID

public static final int PT_SYSTEMMAINTENANCE_JOBID
The ObjectID of the System Maintenance job

PT_WEEKLYHOUSEKEEPING_JOBID

public static final int PT_WEEKLYHOUSEKEEPING_JOBID
The ObjectID of the Weekly Housekeeping job

PT_AUDITLOGMANAGEMENT_JOBID

public static final int PT_AUDITLOGMANAGEMENT_JOBID
The ObjectID of the Audit Log Management job

PT_BLANK_COMMUNITYTEMPLATEID

public static final int PT_BLANK_COMMUNITYTEMPLATEID
The ObjectID of the blank Community Template

PT_PROFILE_COMMUNITY

public static final int PT_PROFILE_COMMUNITY
The intrinsic User Profile Community object, which is used to display User Profiles

PT_BLANK_PAGETEMPLATEID

public static final int PT_BLANK_PAGETEMPLATEID
The ObjectID of the blank Page Template
Constructor Detail

PT_INTRINSICS

public PT_INTRINSICS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.