Aqualogic Interaction API  
 

IPTSessionInfo.QueryActivityRights Method 

Retrieves the activity rights held by the current user. This information is not cached, and incurs a database roundtrip every time it is called.

IPTQueryResult QueryActivityRights();

Return Value

IPTQueryResult containing the activity rights held by the current user. The IPTQueryResult contains name, description, objectid, and URI information that can be extracted using PT_PROPIDS.PT_PROPID_NAME, PT_PROPIDS.PT_PROPID_DESCRIPTION, PT_PROPIDS.PT_PROPID_OBJECTID, and PT_PROPIDS.PT_PROPID_URI, respectively.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace