com.plumtree.server
Class PT_CLASSIDS

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

public final class PT_CLASSIDS
extends java.lang.Object

Lists all classes, or types, of objects supported by Plumtree


Field Summary
static int PT_ACLSYNCMAP_ID
          Access Control List Synchronization Maps are used to map items in the ACLs of external documents to users and groups in Plumtree
static int PT_ACTIVITY_ID
          Activities define actions that might be performed by users.
static int PT_ADMIN_CATALOG_ID
          The Admin Catalog is the root of the foldering system for administrative objects
static int PT_ADMIN_FOLDER_ID
          AdminFolders are the containers for administrative objects, and the hierarchy of AdminFolders defines the navigational scheme for administrators.
static int PT_AUDITMSGS_ID
          Deprecated.  
static int PT_AUTHSOURCE_ID
          Authentication Sources are used to authenticate users when they log in, and for related purposes.
static int PT_CARDREFRESHGROUP_ID
          Card Refresh Groups are used by the Card Refresh Agent
static int PT_CATALOG_ID
          The Catalog is the root of the Card foldering system
static int PT_CATALOGCARD_ID
          Cards are the objects in Plumtree that store data and metadata about external Documents,
static int PT_CATALOGFOLDER_ID
          Folders are the containers for Cards, and the hierarchy of Folders defines the navigational scheme for the Catalog
static int PT_COMMUNITY_ID
          Communities are shared areas in Plumtree that display content of interest to a particular group of users.
static int PT_COMMUNITYPAGES_ID
          Community Pages represent a collection of MyPortal objects in a community.
static int PT_COMMUNITYTEMPLATE_ID
          A Community Template defines many of the characteristics of a Community (such as branding, layout, etc.) and can be used to create multiple Communities with similar characteristics.
static int PT_CRAWLER_ID
          Crawlers are the items in Plumtree that have the ability to navigate external document repositories, and import metadata for documents that are found.
static int PT_DATASOURCE_ID
          Data Sources represent connections to external systems (such as the file system or a Documentum server) to be used for Card import
static int PT_DOCUMENTTYPE_ID
          Document Types are used to identify the type of external documents, and store information about how to treat those external documents when importing into Plumtree (e.g.
static int PT_DOCUMENTTYPEMAP_ID
          Document Type Maps are used to identify which Document Type should be used to import an external document
static int PT_EXTOPERATION_ID
          External Operations allow Plumtree administrators to use the Plumtree Scheduler to schedule operations that take place outside of Plumtree (such as scheduling the archiving of files, or a database backup)
static int PT_FEDERATEDPORTAL_ID
          Federated Portals enable Plumtree portals to perform searches in external systems (including other Plumtree Portals), and to enable external systems to search in Plumtree
static int PT_FILTER_ID
          Filters can be applied to Cards to test if the Card meets specified constraints on it's metadata.
static int PT_GADGET_ID
          Gadgets represent the boxes containing content that users can place on their MyPages
static int PT_GADGETBUNDLE_ID
          Gadget Bundles are collections of Gadgets that can be added as a group to MyPages or Communities
static int PT_GADGETCONTENTSERVER_ID
          Gadget Content Servers contain basic connectivity information about external services, such as Gadgets and Crawlers.
static int PT_GADGETTEMPLATE_ID
          A Gadget Template defines many of the characteristics of a Gadget (such as Gadget Type) and can be used to create multiple Gadgets with similar characteristics
static int PT_GLOBALOBJECT_ID
          Global objects, such as the Global Document Type Map
static int PT_INVITATION_ID
          Invitations can be sent from one Plumtree user to another, to inform the second user about an item of interest, and to give the second user access to the item
static int PT_JOB_ID
          Jobs are the items that can be scheduled in the Plumtree Automation Server.
static int PT_JOBLOGINSTANCE_ID
          Job log instances are used internally in Plumtree to manage Job Log persistence
static int PT_PAGETEMPLATE_ID
          A Page Template defines many of the characteristics of a MyPage or Community Page (such as Gadgets, etc.) and can be used to create multiple pages with similar characteristics.
static int PT_PERSONALPAGES_ID
          Personal Pages represent a collection of MyPage (aka MyPortal) objects.
static int PT_PROFILEPAGE_ID
          Profile Pages are pages within the User Profile viewer/editor
static int PT_PROFILESECTION_ID
          Profile Sections are sections within Profile Pages
static int PT_PROFILESOURCE_ID
          Profile Sources represent external pieces of software that can provide User Profile information about Plumtree users.
static int PT_PROPERTY_ID
          Properties are used by Cards to store and identify metadata about external documents
static int PT_PROPERTYMAP_ID
          Property Maps are used to identify which Plumtree Property should be associated with individual metadata items in external documents
static int PT_SAVEDSEARCH_ID
          Saved Searches represent prefetched search results that can be shared among users
static int PT_SCHEDULE_ID
          Schedule objects are used to set the runtime and periodicity for Jobs
static int PT_SEARCHLOGREPORT_ID
          Deprecated.  
static int PT_SEARCHUPDATE_CLASSID
          Search Update Agents are jobs that update the Plumtree Search collection, keeping it synchronized with the Plumtree database.
static int PT_SITEMAPFOLDER_ID
          Site Maps are used to provide navigation functionality in communities.
static int PT_SITEMAPLINK_ID
          Site Map Links represent the links that are available to users when navigating in Site Map Folders
static int PT_SITEMAPWEBLINK_ID
          Site Map Web Links are a special type os Site Map Link that links to external content
static int PT_SUBPORTAL_ID
          Subportals are sections of the Plumtree Portal targeted at specific user communities, and managed relatively autonomously.
static int PT_SYNCAGENT_ID
          Deprecated.  
static int PT_TAXONOMIST_ID
          Taxonomists are used to automatically categorize Cards into Folders.
static int PT_USER_ID
          Users
static int PT_USERGROUP_ID
          Groups of users
static int PT_USERINTERFACE_ID
          User Interface objects represent different modes of displaying data to users, or different devices on which Plumtree data can be viewed.
static int PT_WEBSERVICE_ID
          Web Services store configuration information about Gadgets- there is a one to many relationship between Web Services and Gadgets, and multiple Gadgets associated with the same Web Service share most settings
static int PT_WEEKLYHOUSEKEEPING_CLASSID
          The Weekly Housekeeping Agent is a job that performs various maintenance tasks in Plumtree.
 
Constructor Summary
PT_CLASSIDS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GLOBALOBJECT_ID

public static final int PT_GLOBALOBJECT_ID
Global objects, such as the Global Document Type Map

PT_USER_ID

public static final int PT_USER_ID
Users
See Also:
IPTUser

PT_USERGROUP_ID

public static final int PT_USERGROUP_ID
Groups of users
See Also:
IPTUserGroup

PT_AUTHSOURCE_ID

public static final int PT_AUTHSOURCE_ID
Authentication Sources are used to authenticate users when they log in, and for related purposes.
See Also:
IPTAuthSource

PT_SYNCAGENT_ID

public static final int PT_SYNCAGENT_ID
Deprecated.  


PT_ACTIVITY_ID

public static final int PT_ACTIVITY_ID
Activities define actions that might be performed by users. Users can be granted or denied the right to perform activities.
See Also:
IPTActivityGroups

PT_PROFILESOURCE_ID

public static final int PT_PROFILESOURCE_ID
Profile Sources represent external pieces of software that can provide User Profile information about Plumtree users.
See Also:
IPTProfileSource

PT_SUBPORTAL_ID

public static final int PT_SUBPORTAL_ID
Subportals are sections of the Plumtree Portal targeted at specific user communities, and managed relatively autonomously.
See Also:
IPTSubPortal

PT_CATALOG_ID

public static final int PT_CATALOG_ID
The Catalog is the root of the Card foldering system
See Also:
IPTCatalog, IPTFolder, IPTCard

PT_CATALOGFOLDER_ID

public static final int PT_CATALOGFOLDER_ID
Folders are the containers for Cards, and the hierarchy of Folders defines the navigational scheme for the Catalog
See Also:
IPTFolder, IPTCatalog, IPTCard

PT_CATALOGCARD_ID

public static final int PT_CATALOGCARD_ID
Cards are the objects in Plumtree that store data and metadata about external Documents,
See Also:
IPTCard, IPTFolder, IPTCatalog

PT_ADMIN_CATALOG_ID

public static final int PT_ADMIN_CATALOG_ID
The Admin Catalog is the root of the foldering system for administrative objects
See Also:
IPTAdminCatalog, IPTAdminFolder, IPTObject

PT_ADMIN_FOLDER_ID

public static final int PT_ADMIN_FOLDER_ID
AdminFolders are the containers for administrative objects, and the hierarchy of AdminFolders defines the navigational scheme for administrators.
See Also:
IPTAdminFolder, IPTAdminCatalog, IPTObject

PT_FILTER_ID

public static final int PT_FILTER_ID
Filters can be applied to Cards to test if the Card meets specified constraints on it's metadata. Filters are used in the Catalog to auto-categorize Cards, as well as during some searches.
See Also:
IPTFilter

PT_SAVEDSEARCH_ID

public static final int PT_SAVEDSEARCH_ID
Saved Searches represent prefetched search results that can be shared among users
See Also:
IPTSavedSearch

PT_DATASOURCE_ID

public static final int PT_DATASOURCE_ID
Data Sources represent connections to external systems (such as the file system or a Documentum server) to be used for Card import
See Also:
IPTDataSource

PT_PROPERTY_ID

public static final int PT_PROPERTY_ID
Properties are used by Cards to store and identify metadata about external documents
See Also:
IPTProperty, IPTCard

PT_DOCUMENTTYPE_ID

public static final int PT_DOCUMENTTYPE_ID
Document Types are used to identify the type of external documents, and store information about how to treat those external documents when importing into Plumtree (e.g. during a crawl.)
See Also:
IPTDocumentType

PT_CRAWLER_ID

public static final int PT_CRAWLER_ID
Crawlers are the items in Plumtree that have the ability to navigate external document repositories, and import metadata for documents that are found. In other words, to automate the creation of Cards.
See Also:
IPTCrawler, IPTCard

PT_DOCUMENTTYPEMAP_ID

public static final int PT_DOCUMENTTYPEMAP_ID
Document Type Maps are used to identify which Document Type should be used to import an external document
See Also:
IPTDocumentTypeMap, IPTDocumentType

PT_PROPERTYMAP_ID

public static final int PT_PROPERTYMAP_ID
Property Maps are used to identify which Plumtree Property should be associated with individual metadata items in external documents
See Also:
IPTPropertyMap

PT_TAXONOMIST_ID

public static final int PT_TAXONOMIST_ID
Taxonomists are used to automatically categorize Cards into Folders. This typically happens during a Crawl.
See Also:
IPTTaxonomist

PT_GADGET_ID

public static final int PT_GADGET_ID
Gadgets represent the boxes containing content that users can place on their MyPages
See Also:
IPTGadget

PT_INVITATION_ID

public static final int PT_INVITATION_ID
Invitations can be sent from one Plumtree user to another, to inform the second user about an item of interest, and to give the second user access to the item
See Also:
IPTInvitation

PT_ACLSYNCMAP_ID

public static final int PT_ACLSYNCMAP_ID
Access Control List Synchronization Maps are used to map items in the ACLs of external documents to users and groups in Plumtree
See Also:
IPTACLSyncMap

PT_FEDERATEDPORTAL_ID

public static final int PT_FEDERATEDPORTAL_ID
Federated Portals enable Plumtree portals to perform searches in external systems (including other Plumtree Portals), and to enable external systems to search in Plumtree
See Also:
IPTFederatedPortal

PT_WEBSERVICE_ID

public static final int PT_WEBSERVICE_ID
Web Services store configuration information about Gadgets- there is a one to many relationship between Web Services and Gadgets, and multiple Gadgets associated with the same Web Service share most settings
See Also:
IPTWebService, IPTGadget

PT_GADGETCONTENTSERVER_ID

public static final int PT_GADGETCONTENTSERVER_ID
Gadget Content Servers contain basic connectivity information about external services, such as Gadgets and Crawlers. In the User Interface, Gadget Content Servers are called "Remote Servers."
See Also:
IPTGadgetContentServer

PT_AUDITMSGS_ID

public static final int PT_AUDITMSGS_ID
Deprecated.  


PT_USERINTERFACE_ID

public static final int PT_USERINTERFACE_ID
User Interface objects represent different modes of displaying data to users, or different devices on which Plumtree data can be viewed. Examples of User Interfaces include "508" compliant displays for the visually imparied, and devices such as mobile telephones.
See Also:
IPTUserInterface

PT_COMMUNITYTEMPLATE_ID

public static final int PT_COMMUNITYTEMPLATE_ID
A Community Template defines many of the characteristics of a Community (such as branding, layout, etc.) and can be used to create multiple Communities with similar characteristics.
See Also:
IPTCommunityTemplate, IPTCommunity

PT_GADGETBUNDLE_ID

public static final int PT_GADGETBUNDLE_ID
Gadget Bundles are collections of Gadgets that can be added as a group to MyPages or Communities
See Also:
IPTGadgetBundle, IPTGadget

PT_PAGETEMPLATE_ID

public static final int PT_PAGETEMPLATE_ID
A Page Template defines many of the characteristics of a MyPage or Community Page (such as Gadgets, etc.) and can be used to create multiple pages with similar characteristics.
See Also:
IPTPageTemplate

PT_EXTOPERATION_ID

public static final int PT_EXTOPERATION_ID
External Operations allow Plumtree administrators to use the Plumtree Scheduler to schedule operations that take place outside of Plumtree (such as scheduling the archiving of files, or a database backup)
See Also:
IPTExternalOperation

PT_PROFILEPAGE_ID

public static final int PT_PROFILEPAGE_ID
Profile Pages are pages within the User Profile viewer/editor
See Also:
IPTProfilePage

PT_PROFILESECTION_ID

public static final int PT_PROFILESECTION_ID
Profile Sections are sections within Profile Pages
See Also:
IPTProfileSection, IPTProfilePage

PT_GADGETTEMPLATE_ID

public static final int PT_GADGETTEMPLATE_ID
A Gadget Template defines many of the characteristics of a Gadget (such as Gadget Type) and can be used to create multiple Gadgets with similar characteristics
See Also:
IPTGadgetTemplate

PT_JOB_ID

public static final int PT_JOB_ID
Jobs are the items that can be scheduled in the Plumtree Automation Server. Jobs may contain multiple Operations, each of which represents a unit of work (such as a Crawl or a recursive ACL adjustment)
See Also:
IPTJob, IPTScheduledOperation

PT_SCHEDULE_ID

public static final int PT_SCHEDULE_ID
Schedule objects are used to set the runtime and periodicity for Jobs
See Also:
IPTSchedule, IPTJob

PT_COMMUNITY_ID

public static final int PT_COMMUNITY_ID
Communities are shared areas in Plumtree that display content of interest to a particular group of users. Content in Communities is presented through Gadgets. Communities are similar to shared MyPages.
See Also:
IPTCommunity, IPTMyPortal

PT_PERSONALPAGES_ID

public static final int PT_PERSONALPAGES_ID
Personal Pages represent a collection of MyPage (aka MyPortal) objects.
See Also:
IPTMyPortal

PT_COMMUNITYPAGES_ID

public static final int PT_COMMUNITYPAGES_ID
Community Pages represent a collection of MyPortal objects in a community.
See Also:
IPTCommunity, IPTMyPortal

PT_SITEMAPFOLDER_ID

public static final int PT_SITEMAPFOLDER_ID
Site Maps are used to provide navigation functionality in communities. This navigation scheme can include a hierarchy of elements, as defined by SiteMapFolders.
See Also:
IPTSiteMapFolder

PT_SITEMAPLINK_ID

public static final int PT_SITEMAPLINK_ID
Site Map Links represent the links that are available to users when navigating in Site Map Folders
See Also:
IPTSiteMapLink, IPTSiteMapFolder

PT_SITEMAPWEBLINK_ID

public static final int PT_SITEMAPWEBLINK_ID
Site Map Web Links are a special type os Site Map Link that links to external content
See Also:
IPTSiteMapLink, IPTSiteMapFolder

PT_SEARCHLOGREPORT_ID

public static final int PT_SEARCHLOGREPORT_ID
Deprecated.  


PT_JOBLOGINSTANCE_ID

public static final int PT_JOBLOGINSTANCE_ID
Job log instances are used internally in Plumtree to manage Job Log persistence

PT_SEARCHUPDATE_CLASSID

public static final int PT_SEARCHUPDATE_CLASSID
Search Update Agents are jobs that update the Plumtree Search collection, keeping it synchronized with the Plumtree database. They can run in the Plumtree Automation Server.

PT_WEEKLYHOUSEKEEPING_CLASSID

public static final int PT_WEEKLYHOUSEKEEPING_CLASSID
The Weekly Housekeeping Agent is a job that performs various maintenance tasks in Plumtree. It can run in the Plumtree Automation Server.

PT_CARDREFRESHGROUP_ID

public static final int PT_CARDREFRESHGROUP_ID
Card Refresh Groups are used by the Card Refresh Agent
Constructor Detail

PT_CLASSIDS

public PT_CLASSIDS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.