Aqualogic Interaction API  
 

PT_ACCESS_LEVELS Members

PT_ACCESS_LEVELS overview

Public Static Fields

PT_ACCESS_LEVEL_ADMIN Administrative access is granted. This generally means that all operations are permitted, including moving the object, deleting it, etc.
PT_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)
PT_ACCESS_LEVEL_NONE No access to the item is granted
PT_ACCESS_LEVEL_READ Read access is granted. This generally means that the user can see the object, but not use it
PT_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

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