Aqualogic Interaction API  
 

PT_SERVERCONSTANTS Members

PT_SERVERCONSTANTS overview

Public Static Fields

PT_MAX_ADMIN_FOLDER_DEPTH The maximum depth of the Admin Folder hierarchy- an admin folder path cannot be longer than this number of folders
PT_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.)
PT_MAX_ADMIN_FOLDERNAMELENGTH_UI The maximum number of characters in the name of an Admin Folder in the User Interface
PT_MAX_CARDNAMELENGTH The maximum number of characters in the name of a Card
PT_MAX_COMMUNITY_PAGES The maximum number of pages in a Community
PT_MAX_DESCRIPTIONLENGTH The maximum number of characters in the description of a normal Administrative object (e.g. a Filter)
PT_MAX_FOLDERDEPTH The maximum depth of the Folder hierarchy- a folder path cannot be longer than this number of folders
PT_MAX_FOLDERNAMELENGTH The maximum number of characters in the name of a Folder
PT_MAX_INTRINSIC_OBJECTID The maximum ObjectID for an object to be considered "intrinsic"
PT_MAX_MYPORTAL_CARDSTOSHOW 
PT_MAX_MYPORTAL_FOLDERTOPICS 
PT_MAX_MYPORTAL_GADGETS The maximum number of Portlets to be displayed on a MyPortal or Community Page
PT_MAX_MYPORTAL_PAGES The maximum number of pages in a MyPortal
PT_MAX_MYPORTAL_PUBTOPICS 
PT_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.
PT_MAX_NAMELENGTH The maximum number of characters in the name of a normal Administrative object (e.g. a Filter)
PT_MAX_OBJECTID The maximum ObjectID for a normal object (one created by a user)
PT_MAX_PAGENAMELENGTH The maximum number of characters in the name of a MyPage or Community Page
PT_MAX_PASSWORDSIZE The maximum number of characters in a user password
PT_MAX_READONLYINTRINSIC_OBJECTID The maximum ObjectID for an object to be considered "read-only"
PT_MAX_URLLENGTH The maximum number of characters in the URL of a MyPage or Community Page
PT_MIN_INTRINSIC_OBJECTID The minimum ObjectID for an object to be considered "intrinsic"
PT_MIN_OBJECTID The minimum ObjectID for a normal object (one created by a user)
PT_MIN_READONLYINTRINSIC_OBJECTID The minimum ObjectID for an object to be considered "read-only"

Public Instance Constructors

PT_SERVERCONSTANTS Constructor Initializes a new instance of the PT_SERVERCONSTANTS 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_SERVERCONSTANTS Class | com.plumtree.server Namespace