![]() | Retrieves the access level of the Session used to instantiate this object. |
![]() | Retrieves the ACL of this object. |
![]() | Retrieves the user id of the user that last modified this object. |
![]() | Returns the current lock state of the object. |
![]() | Returns the object ID of this object, which is unique for each object of a particular class (unique by class ID). |
![]() | Retrieves owner of this object, which is generally the user that created it. |
![]() | Retrieves the value associated with a setting for this object |
![]() | Returns the IPTSession that was used to instantiate the underlying object. |
![]() | Retrieves the value associated with a setting for this object. |
![]() | 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. |
![]() | Sets the user that last modified the object to be the passed-in user id. |
![]() | Sets this object's ID. |
![]() | Sets a user as the owner of this object. |
![]() | Associates a value with the passed-in setting id. |
![]() | Associates a value with the passed-in setting id. |
![]() | 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