Aqualogic Interaction API  
 

IPTActivityGroups.QueryGroups Method 

Returns all of the groups that have the right to the specified activity.

IPTQueryResult QueryGroups(
   int activityID,
   int propIDMask,
   int skipRows,
   int maxRows
);

Parameters

activityID
Activity ID
propIDMask
PT_PROPIDS mask
skipRows
Number of rows to skip
maxRows
Maximum number of rows to return

Return Value

Results of the query

See Also

IPTActivityGroups Interface | com.plumtree.server Namespace