Plumtree Portal UI  
 

com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace

Namespace hierarchy

Classes

Class 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.
ClassTypeComparator  
ClassTypeDescManager This class manages the class type descriptor objects.
LockManagerObjectComparator This is class is used to print out together the Views for the object lock manager.

Interfaces

Interface Description
IFriendlyURLManager  
IPTClassTypeDesc Interface for PTClassTypeDesc.