Plumtree Portal UI  
 

IPTClassTypeDesc Interface

Interface for PTClassTypeDesc.

For a list of all members of this type, see IPTClassTypeDesc Members.

com.plumtree.portaluiinfrastructure.classtypedescriptors.IPTClassTypeDesc
   com.plumtree.portaluiinfrastructure.classtypedescriptors.classframework.IPTClassTypeDesc

public interface IPTClassTypeDesc : IClassTypeDesc

Types that implement IPTClassTypeDesc

Type Description
APTClassTypeDesc Parent implementation for PTClassTypeDesc. This class will be extended by classes which define extensible and non-extensible PTClassTypeDescs. This class implements GetRedirectViewObjectMetaData (standard for most, to be overriden by some), GetRedirectViewObject (which defers to GetRedirectOpenObject), and provides some helper methods for retrieving arguments. If a specific class type needs to be supported by the Object Lock Manager / "Admin UI->Release Item Locks" page, extending class should simply implement a default constructor and set the values of hasObjectLockManager, objectLockManagerMsgID and objectLockManagerMsgFileName fields accordingly. By default, this abstract class will set these values to not support Object Lock Manager
APTExtClassTypeDesc This class provides the contract for extensible PTClassTypes. It provides basic implementations for GetRedirectCreateNew and GetRedirectOpenObject, two of the modes of the Common Opener.
APTNonExtClassTypeDesc This class provides the contract for non-extensible PTClassTypes. It provides basic implementations for GetRedirectCreateNew and GetRedirectOpenObject, two of the modes of the Common Opener.
APTClassTypeDesc This class is deprecated; it exists only for backward compatibility so that prior code referencing this class will compile. This class is replaced by com.plumtree.portaluiinfrastructure.classtypedescriptors.APTClassTypeDesc.
APTExtClassTypeDesc This class is deprecated; it exists only for backward compatibility so that prior code referencing this class will compile. This class is replaced by com.plumtree.portaluiinfrastructure.classtypedescriptors.APTExtClassTypeDesc.
APTNonExtClassTypeDesc This class is deprecated; it exists only for backward compatibility so that prior code referencing this class will compile. This class is replaced by com.plumtree.portaluiinfrastructure.classtypedescriptors.APTNonExtClassTypeDesc.
PTAdminFolders Common Opener Mode Description: 1) Create - Admin folder editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Admin folder editor in edit mode (APTNonExtClassTypeDesc). 3) View - Admin directory where folder exists (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTAuthSources Common Opener Mode Description: 1) Create - Auth source editor in create mode (PTAuthSources). 2) Edit - Auth source editor in edit mode (APTExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTCommunities Common Opener Mode Description: 1) Create - Community editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Community editor in edit mode (APTNonExtClassTypeDesc). 3) View - Goes to the community (PTCommunities). 4) Meta - View object properties page (APTClassTypeDesc).
PTCommunityTemplates Common Opener Mode Description: 1) Create - Community template in create mode (APTNonExtClassTypeDesc). 2) Edit - Community template in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTCrawlers Common Opener Mode Description: 1) Create - Crawler editor in create mode (PTCrawlers). 2) Edit - Crawler editor in edit mode (APTExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTDataSources Common Opener Mode Description: 1) Create - Data source editor in create mode (PTDataSources). 2) Edit - Data source editor in edit mode (APTExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTDocFolders Common Opener Mode Description: 1) Create - Folder editor in create mode. (PTDocFolders). 2) Edit - Folder editor in edit mode (APTExtClassTypeDesc). 3) View - Directory where folder exists (PTDocFolders). 4) Meta - View object properties page (APTClassTypeDesc).
PTDocTypes Common Opener Mode Description: 1) Create - Doc type editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Doc type editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTDocuments Common Opener Mode Description: 1) Create - Show error. (PTDocuments). 2) Edit - Document editor in edit mode (APTExtClassTypeDesc). 3) View - Clickthrough to document (PTDocuments). 4) Meta - View object properties page (PTDocuments).
PTExternalOperations Common Opener Mode Description: 1) Create - External ops editor in create mode (APTNonExtClassTypeDesc). 2) Edit - External ops editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTFilters Common Opener Mode Description: 1) Create - Filter editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Filter editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTGlobalObjects For now, this is a simple placeholder for object lock manager
PTGroups Common Opener Mode Description: 1) Create - Groups editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Groups editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTGuestLogins  
PTInvitations Common Opener Mode Description: 1) Create - Invitation editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Invitation editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTJobs Common Opener Mode Description: 1) Create - Job editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Job editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTMyPages  
PTNetworkedSearches 1) Create - Networked search editor in create mode (PTNetworkedSearch). 2) Edit - Networked search editor in edit mode (APTExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTPages Common Opener Mode Description: 1) Create - Show Error (PTCommunityPages). 2) Edit - Redirect to View (PTCommunityPages). 3) View - Goes to the community page (PTCommunityPages). 4) Meta - Redirect to View (PTCommunityPages).
PTPageTemplates Common Opener Mode Description: 1) Create - Page template editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Page template editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTPortletBundles Common Opener Mode Description: 1) Create - Portlet bundle editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Portlet bundle editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTPortlets Common Opener Mode Description: 1) Create - Portlet editor in create mode (PTPortlets). 2) Edit - Portlet editor in edit mode (APTNonExtClassTypeDesc). 3) View - Portlet preview page (PTPortlets). 4) Meta - View object properties page (APTClassTypeDesc). This ClassType supports implements several extensible methods so that it can bring up the required objects tree before opening the editor in the admin page. Since it doesn't need a provider, we treat it as non extensible.
PTPortletTemplates Common Opener Mode Description: 1) Create - Portlet template editor in create mode (PTPortletTemplates). 2) Edit - Portlet template editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTProfilePages For now, this is a simple placeholder for object lock manager
PTProfileSections For now, this is a simple placeholder for object lock manager
PTProfileSources Common Opener Mode Description: 1) Create - Profile sources editor in create mode (PTProfileSources). 2) Edit - Profile sources editor in edit mode (APTExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTProperties Common Opener Mode Description: 1) Create - Groups editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Groups editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - Redirect to Edit (PTProperties).
PTRemoteServers Common Opener Mode Description: 1) Create - Remote server editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Remote server editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTSavedSearches Common Opener Mode Description: 1) Create - Snapshot query editor in create mode (APTNonExtClassTypeDesc). 2) Edit - Snapshot query editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTSiteMapFolders For now, this is a simple placeholder for object lock manager
PTSubPortals Common Opener Mode Description: 1) Create - SubPortal editor in create mode (PTSubPortals). 2) Edit - SubPortal editor in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTTaxonomist Common Opener Mode Description: 1) Create - Taxonomist utility in create mode (PTTaxonomist). 2) Edit - Taxonomist utility in edit mode (APTNonExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).
PTUsers Common Opener Mode Description: 1) Create - User editor in create mode (APTNonExtClassTypeDesc). 2) Edit - User editor in edit mode (APTNonExtClassTypeDesc). 3) View - View user profile page (PTUsers). 4) Meta - View object properties page (APTClassTypeDesc).
PTWebServices Common Opener Mode Description: 1) Create - Web services editor in create mode (PTWebServices). 2) Edit - Web services editor in edit mode (APTExtClassTypeDesc). 3) View - Redirect to Edit (APTClassTypeDesc). 4) Meta - View object properties page (APTClassTypeDesc).

Requirements

Namespace: com.plumtree.portaluiinfrastructure.classtypedescriptors

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

IPTClassTypeDesc Members | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace