com.plumtree.server
Class PT_SERVERCONSTANTS

java.lang.Object
  extended by com.plumtree.server.PT_SERVERCONSTANTS

public final class PT_SERVERCONSTANTS
extends java.lang.Object

A grab bag of lower and upper limits on values used by the Server

Author:
michaels

Field Summary
static int 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
static int PT_MAX_ADMIN_FOLDERNAMELENGTH_SERVER
          The maximum number of characters in the name of an Admin Folder in the Server.
static int PT_MAX_ADMIN_FOLDERNAMELENGTH_UI
          The maximum number of characters in the name of an Admin Folder in the User Interface
static int PT_MAX_CARDNAMELENGTH
          The maximum number of characters in the name of a Card
static int PT_MAX_COMMUNITY_PAGES
          Deprecated. No longer a maximum on the number of Community Pages.
static int PT_MAX_DESCRIPTIONLENGTH
          The maximum number of characters in the description of a normal Administrative object (e.g.
static int PT_MAX_FOLDERDEPTH
          The maximum depth of the Folder hierarchy- a folder path cannot be longer than this number of folders
static int PT_MAX_FOLDERNAMELENGTH
          The maximum number of characters in the name of a Folder
static int PT_MAX_INTRINSIC_OBJECTID
          The maximum ObjectID for an object to be considered "intrinsic"
static int PT_MAX_MYPORTAL_CARDSTOSHOW
          Deprecated.  
static int PT_MAX_MYPORTAL_FOLDERTOPICS
          Deprecated.  
static int PT_MAX_MYPORTAL_GADGETS
          The maximum number of Portlets to be displayed on a MyPortal or Community Page
static int PT_MAX_MYPORTAL_PAGES
          The maximum number of pages in a MyPortal
static int PT_MAX_MYPORTAL_PUBTOPICS
          Deprecated.  
static int PT_MAX_MYPREFS_VALUECOLUMNSIZE
          The size of the column in the DB that stores a Gadget preference.
static int PT_MAX_NAMELENGTH
          The maximum number of characters in the name of a normal Administrative object (e.g.
static int PT_MAX_OBJECTID
          The maximum ObjectID for a normal object (one created by a user)
static int PT_MAX_PAGENAMELENGTH
          Deprecated. PT_MAX_PAGENAMELENGTH is deprecated. Use PT_MAX_NAMELENGTH instead.
static int PT_MAX_PASSWORDSIZE
          The maximum number of characters in a user password
static int PT_MAX_READONLYINTRINSIC_OBJECTID
          The maximum ObjectID for an object to be considered "read-only"
static int PT_MAX_URLLENGTH
          The maximum number of characters in the URL of a MyPage or Community Page
static int PT_MIN_INTRINSIC_OBJECTID
          The minimum ObjectID for an object to be considered "intrinsic"
static int PT_MIN_OBJECTID
          The minimum ObjectID for a normal object (one created by a user)
static int PT_MIN_READONLYINTRINSIC_OBJECTID
          The minimum ObjectID for an object to be considered "read-only"
 
Constructor Summary
PT_SERVERCONSTANTS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_MIN_INTRINSIC_OBJECTID

public static final int PT_MIN_INTRINSIC_OBJECTID
The minimum ObjectID for an object to be considered "intrinsic"

See Also:
Constant Field Values

PT_MAX_INTRINSIC_OBJECTID

public static final int PT_MAX_INTRINSIC_OBJECTID
The maximum ObjectID for an object to be considered "intrinsic"

See Also:
Constant Field Values

PT_MIN_READONLYINTRINSIC_OBJECTID

public static final int PT_MIN_READONLYINTRINSIC_OBJECTID
The minimum ObjectID for an object to be considered "read-only"

See Also:
Constant Field Values

PT_MAX_READONLYINTRINSIC_OBJECTID

public static final int PT_MAX_READONLYINTRINSIC_OBJECTID
The maximum ObjectID for an object to be considered "read-only"

See Also:
Constant Field Values

PT_MIN_OBJECTID

public static final int PT_MIN_OBJECTID
The minimum ObjectID for a normal object (one created by a user)

See Also:
Constant Field Values

PT_MAX_OBJECTID

public static final int PT_MAX_OBJECTID
The maximum ObjectID for a normal object (one created by a user)

See Also:
Constant Field Values

PT_MAX_ADMIN_FOLDER_DEPTH

public static final int 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

See Also:
Constant Field Values

PT_MAX_ADMIN_FOLDERNAMELENGTH_UI

public static final int PT_MAX_ADMIN_FOLDERNAMELENGTH_UI
The maximum number of characters in the name of an Admin Folder in the User Interface

See Also:
Constant Field Values

PT_MAX_ADMIN_FOLDERNAMELENGTH_SERVER

public static final int 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.)

See Also:
Constant Field Values

PT_MAX_FOLDERDEPTH

public static final int PT_MAX_FOLDERDEPTH
The maximum depth of the Folder hierarchy- a folder path cannot be longer than this number of folders

See Also:
Constant Field Values

PT_MAX_FOLDERNAMELENGTH

public static final int PT_MAX_FOLDERNAMELENGTH
The maximum number of characters in the name of a Folder

See Also:
Constant Field Values

PT_MAX_CARDNAMELENGTH

public static final int PT_MAX_CARDNAMELENGTH
The maximum number of characters in the name of a Card

See Also:
Constant Field Values

PT_MAX_NAMELENGTH

public static final int PT_MAX_NAMELENGTH
The maximum number of characters in the name of a normal Administrative object (e.g. a Filter)

See Also:
Constant Field Values

PT_MAX_DESCRIPTIONLENGTH

public static final int PT_MAX_DESCRIPTIONLENGTH
The maximum number of characters in the description of a normal Administrative object (e.g. a Filter)

See Also:
Constant Field Values

PT_MAX_PASSWORDSIZE

public static final int PT_MAX_PASSWORDSIZE
The maximum number of characters in a user password

See Also:
Constant Field Values

PT_MAX_PAGENAMELENGTH

public static final int PT_MAX_PAGENAMELENGTH
Deprecated. PT_MAX_PAGENAMELENGTH is deprecated. Use PT_MAX_NAMELENGTH instead.
The maximum number of characters in the name of a MyPage or Community Page

See Also:
Constant Field Values

PT_MAX_URLLENGTH

public static final int PT_MAX_URLLENGTH
The maximum number of characters in the URL of a MyPage or Community Page

See Also:
Constant Field Values

PT_MAX_MYPORTAL_GADGETS

public static final int PT_MAX_MYPORTAL_GADGETS
The maximum number of Portlets to be displayed on a MyPortal or Community Page

See Also:
Constant Field Values

PT_MAX_MYPORTAL_FOLDERTOPICS

public static final int PT_MAX_MYPORTAL_FOLDERTOPICS
Deprecated. 
See Also:
Constant Field Values

PT_MAX_MYPORTAL_PUBTOPICS

public static final int PT_MAX_MYPORTAL_PUBTOPICS
Deprecated. 
See Also:
Constant Field Values

PT_MAX_MYPORTAL_PAGES

public static final int PT_MAX_MYPORTAL_PAGES
The maximum number of pages in a MyPortal

See Also:
Constant Field Values

PT_MAX_COMMUNITY_PAGES

public static final int PT_MAX_COMMUNITY_PAGES
Deprecated. No longer a maximum on the number of Community Pages.
The maximum number of pages in a Community

See Also:
Constant Field Values

PT_MAX_MYPORTAL_CARDSTOSHOW

public static final int PT_MAX_MYPORTAL_CARDSTOSHOW
Deprecated. 
See Also:
Constant Field Values

PT_MAX_MYPREFS_VALUECOLUMNSIZE

public static final int 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.

See Also:
Constant Field Values
Constructor Detail

PT_SERVERCONSTANTS

public PT_SERVERCONSTANTS()