Aqualogic Interaction API  
 

PT_CLASSIDS Members

PT_CLASSIDS overview

Public Static Fields

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
PT_ACTIVITY_ID Activities define actions that might be performed by users. Users can be granted or denied the right to perform activities.
PT_ADMIN_CATALOG_ID The Admin Catalog is the root of the foldering system for administrative objects
PT_ADMIN_FOLDER_ID AdminFolders are the containers for administrative objects, and the hierarchy of AdminFolders defines the navigational scheme for administrators.
PT_AUDITMSGS_ID 
PT_AUTHSOURCE_ID Authentication Sources are used to authenticate users when they log in, and for related purposes.
PT_CARDREFRESHGROUP_ID Card Refresh Groups are used by the Card Refresh Agent
PT_CATALOG_ID The Catalog is the root of the Card foldering system
PT_CATALOGCARD_ID Cards are the objects in Plumtree that store data and metadata about external Documents,
PT_CATALOGFOLDER_ID Folders are the containers for Cards, and the hierarchy of Folders defines the navigational scheme for the Catalog
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.
PT_COMMUNITYPAGES_ID Community Pages represent a collection of MyPortal objects in a community.
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.
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
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.
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
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.
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.)
PT_DOCUMENTTYPEMAP_ID Document Type Maps are used to identify which Document Type should be used to import an external document
PT_EXPRESSION_ID Expressions contain one or more conditions and specifies an action to change a user's experience
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)
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
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.
PT_GADGET_ID Gadgets represent the boxes containing content that users can place on their MyPages
PT_GADGETBUNDLE_ID Gadget Bundles are collections of Gadgets that can be added as a group to MyPages or Communities
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."
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
PT_GLOBALOBJECT_ID Global objects, such as the Global Document Type Map
PT_GUESTLOGIN_ID Guest Logins define the guest-user experience during an unauthenticated session, up to the point where the user is successfully authenticated.
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
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)
PT_JOBLOGINSTANCE_ID Job log instances are used internally in Plumtree to manage Job Log persistence
PT_MYPAGESCONTAINER_ID The object that contains a users pages.
PT_PAGE_ID Pages are used to display and layout portlets.
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.
PT_PERSONALPAGES_ID Personal Pages represent a collection of MyPage (aka MyPortal) objects.
PT_PROFILEPAGE_ID Profile Pages are pages within the User Profile viewer/editor
PT_PROFILESECTION_ID Profile Sections are sections within Profile Pages
PT_PROFILESOURCE_ID Profile Sources represent external pieces of software that can provide User Profile information about Plumtree users.
PT_PROPERTY_ID Properties are used by Cards to store and identify metadata about external documents
PT_PROPERTYMAP_ID Property Maps are used to identify which Plumtree Property should be associated with individual metadata items in external documents
PT_SAVEDSEARCH_ID Saved Searches represent prefetched search results that can be shared among users
PT_SCHEDULE_ID Schedule objects are used to set the runtime and periodicity for Jobs
PT_SEARCHLOGREPORT_ID 
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_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.
PT_SITEMAPLINK_ID Site Map Links represent the links that are available to users when navigating in Site Map Folders
PT_SITEMAPWEBLINK_ID Site Map Web Links are a special type os Site Map Link that links to external content
PT_SUBPORTAL_ID Subportals are sections of the Plumtree Portal targeted at specific user communities, and managed relatively autonomously.
PT_SYNCAGENT_ID 
PT_TAXONOMIST_ID Taxonomists are used to automatically categorize Cards into Folders. This typically happens during a Crawl.
PT_USER_ID Users
PT_USERGROUP_ID Groups of users
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.
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
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.

Public Instance Constructors

PT_CLASSIDS Constructor Initializes a new instance of the PT_CLASSIDS class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_CLASSIDS Class | com.plumtree.server Namespace