WebCenter Interaction API  
 

IPTServerContext Members

IPTServerContext overview

Public Instance Methods

public methodGetAccessLevel Retrieves the access level of the Session used to instantiate this object.
public methodGetACL Retrieves the ACL of this object.
public methodGetLastModifiedBy Retrieves the user id of the user that last modified this object.
public methodGetLockState Returns the current lock state of the object.
public methodGetObjectID Returns the object ID of this object, which is unique for each object of a particular class (unique by class ID).
public methodGetOwnerID Retrieves owner of this object, which is generally the user that created it.
public methodGetServerContextSettings Retrieves the value associated with a setting for this object
public methodGetSession Returns the IPTSession that was used to instantiate the underlying object.
public methodGetSettings Retrieves the value associated with a setting for this object.
public methodLockObject 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.
public methodSetLastModifiedBy Sets the user that last modified the object to be the passed-in user id.
public methodSetObjectID Sets this object's ID.
public methodSetOwnerID Sets a user as the owner of this object.
public methodSetServerContextSettings Associates a value with the passed-in setting id.
public methodSetSettings Associates a value with the passed-in setting id.
public methodUnlockObject 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.

See Also

IPTServerContext Interface | com.plumtree.server Namespace | PT_SERVERCONTEXT_SETTINGS