com.plumtree.server
Class PT_CLASSIDS

java.lang.Object
  extended by com.plumtree.server.PT_CLASSIDS

public final class PT_CLASSIDS
extends java.lang.Object

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

Author:
michaels

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
          Deprecated. PT_COMMUNITYPAGES_ID is deprecated. Use PT_PAGE_ID instead.
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_CRAWLENGINEINSTANCE_ID
          Crawl engine instances are used internally to prevent the multiple instances of the same crawl from running at the same time in two different jobs
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_DEFAULTPAGE_ID
          A Default Page is not a real object.
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_EXPRESSION_ID
          Expressions contain one or more conditions and specifies an action to change a user's experience
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_GUESTLOGIN_ID
          Guest Logins define the guest-user experience during an unauthenticated session, up to the point where the user is successfully authenticated.
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_MYPAGESCONTAINER_ID
          The object that contains a users pages.
static int PT_PAGE_ID
          Pages are used to display and layout portlets.
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
          Deprecated. PT_PERSONALPAGES_ID is deprecated. Use PT_PAGE_ID instead.
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()
           
 
Method Summary
 
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

See Also:
Constant Field Values

PT_USER_ID

public static final int PT_USER_ID
Users

See Also:
IPTUser, Constant Field Values

PT_USERGROUP_ID

public static final int PT_USERGROUP_ID
Groups of users

See Also:
IPTUserGroup, Constant Field Values

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, Constant Field Values

PT_SYNCAGENT_ID

public static final int PT_SYNCAGENT_ID
Deprecated. 
See Also:
Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

PT_AUDITMSGS_ID

public static final int PT_AUDITMSGS_ID
Deprecated. 
See Also:
Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

PT_DEFAULTPAGE_ID

public static final int PT_DEFAULTPAGE_ID
A Default Page is not a real object. It is a part of the Page Template that is a default for the Pages created from the Page Template. This class ID is only used internally by Page Templates to store and retrieve localized default page names.

See Also:
IPTPageTemplate, Constant Field Values

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, Constant Field Values

PT_PROFILEPAGE_ID

public static final int PT_PROFILEPAGE_ID
Profile Pages are pages within the User Profile viewer/editor

See Also:
IPTProfilePage, Constant Field Values

PT_PROFILESECTION_ID

public static final int PT_PROFILESECTION_ID
Profile Sections are sections within Profile Pages

See Also:
IPTProfileSection, IPTProfilePage, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

PT_PERSONALPAGES_ID

public static final int PT_PERSONALPAGES_ID
Deprecated. PT_PERSONALPAGES_ID is deprecated. Use PT_PAGE_ID instead.
Personal Pages represent a collection of MyPage (aka MyPortal) objects.

See Also:
IPTMyPortal, Constant Field Values

PT_COMMUNITYPAGES_ID

public static final int PT_COMMUNITYPAGES_ID
Deprecated. PT_COMMUNITYPAGES_ID is deprecated. Use PT_PAGE_ID instead.
Community Pages represent a collection of MyPortal objects in a community.

See Also:
IPTCommunity, IPTMyPortal, Constant Field Values

PT_PAGE_ID

public static final int PT_PAGE_ID
Pages are used to display and layout portlets.

See Also:
IPTPage, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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, Constant Field Values

PT_MYPAGESCONTAINER_ID

public static final int PT_MYPAGESCONTAINER_ID
The object that contains a users pages.

See Also:
IPTMyPages, Constant Field Values

PT_EXPRESSION_ID

public static final int PT_EXPRESSION_ID
Expressions contain one or more conditions and specifies an action to change a user's experience

See Also:
IPTExpression, Constant Field Values

PT_GUESTLOGIN_ID

public static final int PT_GUESTLOGIN_ID
Guest Logins define the guest-user experience during an unauthenticated session, up to the point where the user is successfully authenticated.

See Also:
IPTGuestLogin, Constant Field Values

PT_SEARCHLOGREPORT_ID

public static final int PT_SEARCHLOGREPORT_ID
Deprecated. 
See Also:
Constant Field Values

PT_JOBLOGINSTANCE_ID

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

See Also:
Constant Field Values

PT_CRAWLENGINEINSTANCE_ID

public static final int PT_CRAWLENGINEINSTANCE_ID
Crawl engine instances are used internally to prevent the multiple instances of the same crawl from running at the same time in two different jobs

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

PT_CARDREFRESHGROUP_ID

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

See Also:
Constant Field Values
Constructor Detail

PT_CLASSIDS

public PT_CLASSIDS()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.