GetAccessLevel | Retrieves the access level of the Session used to instantiate this object. |
GetACL | Retrieves the ACL of this object. |
GetLastModifiedBy | Retrieves the user id of the user that last modified this object. |
GetLockState | Returns the current lock state of the object. |
GetObjectID | Returns the object ID of this object, which is unique for each object of a particular class (unique by class ID). |
GetOwnerID | Retrieves owner of this object, which is generally the user that created it. |
GetServerContextSettings | Retrieves the value associated with a setting for this object |
GetSession | Returns the IPTSession that was used to instantiate the underlying object. |
GetSettings | Retrieves the value associated with a setting for this object. |
LockObject | Locks the object. Typically the sequence of actions will be to call this method, perform some updates to the object, call IPTServerContext.Store(), and finally call IPTServerContext.UnlockObject() to unlock. |
SetLastModifiedBy | Sets the user that last modified the object to be the passed-in user id. |
SetObjectID | Sets this object's ID. |
SetOwnerID | Sets a user as the owner of this object. |
SetServerContextSettings | Associates a value with the passed-in setting id. |
SetSettings | Associates a value with the passed-in setting id. |
UnlockObject | Unlocks the object. Typically the sequence of actions will be to call IPTServerContext.LockObject(), perform some updates to the object, call IPTServerContext.Store(), and then call this method to unlock. |
IPTServerContext Interface | com.plumtree.server Namespace | PT_SERVERCONTEXT_SETTINGS