Plumtree Portal UI  
 

APTClassTypeDesc Class

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

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

System.Object
   com.plumtree.portaluiinfrastructure.classtypedescriptors.APTClassTypeDesc
      com.plumtree.portaluiinfrastructure.classtypedescriptors.APTExtClassTypeDesc
      com.plumtree.portaluiinfrastructure.classtypedescriptors.APTNonExtClassTypeDesc
      com.plumtree.portaluiinfrastructure.classtypedescriptors.classframework.APTClassTypeDesc

public abstract class APTClassTypeDesc : IPTClassTypeDesc, IClassTypeDesc

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.classtypedescriptors

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

APTClassTypeDesc Members | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace