Aqualogic Interaction API  
 

IPTServerContext Interface

The IPTServerContext interface is used to set and retrieve object metadata that is common to Plumtree objects.

The following metadata can be set/retrieved via the IPTServerContext interface: - The object's ID - The object's owner - The ACL of the object - The user that last modified the object - The lock state of the object

In addition, the Session used to instantiate the object can be retrieved, as well as that Session's access level to the underlying object.

Finally, the SetServerContextSettings() and GetServerContextSettings() methods set and retrieve flags that control the behavior of the Store() method of the IPTStorable interface, which IPTServerContext extends. These flags are specified in the PT_SERVERCONTEXT_SETTINGS enumeration.

For a list of all members of this type, see IPTServerContext Members.

com.plumtree.server.IPTServerContext
   Derived interfaces

public interface IPTServerContext : IPTStorable

Types that implement IPTServerContext

TypeDescription

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

IPTServerContext Members | com.plumtree.server Namespace | PT_SERVERCONTEXT_SETTINGS