WebCenter Interaction API  
 

PT_ACCESS_LEVELS Members

PT_ACCESS_LEVELS overview

Public Static Fields

public fieldstaticPT_ACCESS_LEVEL_ADMIN Administrative access is granted. This generally means that all operations are permitted, including moving the object, deleting it, etc.
public fieldstaticPT_ACCESS_LEVEL_EDIT Edit access is granted. This generally means that the user can edit the data in the object (e.g. change the name of a Community)
public fieldstaticPT_ACCESS_LEVEL_NONE No access to the item is granted
public fieldstaticPT_ACCESS_LEVEL_READ Read access is granted. This generally means that the user can see the object, but not use it
public fieldstaticPT_ACCESS_LEVEL_SELECT Select access is granted. This generally means that the user can choose the object, and use it (e.g. select a Gadget object to view on a MyPage)

Public Instance Constructors

public method PT_ACCESS_LEVELS Constructor Initializes a new instance of the PT_ACCESS_LEVELS 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_ACCESS_LEVELS Class | com.plumtree.server Namespace | IPTAccessList | IPTAccessListEntry