WebCenter Interaction API  
 

PT_SERVERCONSTANTS Members

PT_SERVERCONSTANTS overview

Public Static Fields

public fieldstaticPT_MAX_ADMIN_FOLDER_DEPTH The maximum depth of the Admin Folder hierarchy- an admin folder path cannot be longer than this number of folders
public fieldstaticPT_MAX_ADMIN_FOLDERNAMELENGTH_SERVER The maximum number of characters in the name of an Admin Folder in the Server. Community folders which are created by the Server may be longer than the maximum length allowed by the UI since their names should match the name of the Community (which may be 255 characters.)
public fieldstaticPT_MAX_ADMIN_FOLDERNAMELENGTH_UI The maximum number of characters in the name of an Admin Folder in the User Interface
public fieldstaticPT_MAX_CARDNAMELENGTH The maximum number of characters in the name of a Card
public fieldstaticPT_MAX_COMMUNITY_PAGES The maximum number of pages in a Community
public fieldstaticPT_MAX_DESCRIPTIONLENGTH The maximum number of characters in the description of a normal Administrative object (e.g. a Filter)
public fieldstaticPT_MAX_FOLDERDEPTH The maximum depth of the Folder hierarchy- a folder path cannot be longer than this number of folders
public fieldstaticPT_MAX_FOLDERNAMELENGTH The maximum number of characters in the name of a Folder
public fieldstaticPT_MAX_INTRINSIC_OBJECTID The maximum ObjectID for an object to be considered "intrinsic"
public fieldstaticPT_MAX_MYPORTAL_CARDSTOSHOW 
public fieldstaticPT_MAX_MYPORTAL_FOLDERTOPICS 
public fieldstaticPT_MAX_MYPORTAL_GADGETS The maximum number of Portlets to be displayed on a MyPortal or Community Page
public fieldstaticPT_MAX_MYPORTAL_PAGES The maximum number of pages in a MyPortal
public fieldstaticPT_MAX_MYPORTAL_PUBTOPICS 
public fieldstaticPT_MAX_MYPREFS_VALUECOLUMNSIZE The size of the column in the DB that stores a Gadget preference. When a preference is longer than this, it must be broken up over multiple rows.
public fieldstaticPT_MAX_NAMELENGTH The maximum number of characters in the name of a normal Administrative object (e.g. a Filter)
public fieldstaticPT_MAX_OBJECTID The maximum ObjectID for a normal object (one created by a user)
public fieldstaticPT_MAX_PAGENAMELENGTH The maximum number of characters in the name of a MyPage or Community Page
public fieldstaticPT_MAX_PASSWORDSIZE The maximum number of characters in a user password
public fieldstaticPT_MAX_READONLYINTRINSIC_OBJECTID The maximum ObjectID for an object to be considered "read-only"
public fieldstaticPT_MAX_URLLENGTH The maximum number of characters in the URL of a MyPage or Community Page
public fieldstaticPT_MIN_INTRINSIC_OBJECTID The minimum ObjectID for an object to be considered "intrinsic"
public fieldstaticPT_MIN_OBJECTID The minimum ObjectID for a normal object (one created by a user)
public fieldstaticPT_MIN_READONLYINTRINSIC_OBJECTID The minimum ObjectID for an object to be considered "read-only"

Public Instance Constructors

public method PT_SERVERCONSTANTS Constructor Initializes a new instance of the PT_SERVERCONSTANTS class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (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.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_SERVERCONSTANTS Class | com.plumtree.server Namespace