|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface used for granting rights to groups, revoking rights from groups, and querying for the rights of a group.
| Method Summary | |
IPTMigratable |
GetActivityRight(int activityID)
Retrieves an activity for migration. |
void |
GrantRightToGroups(int activityID,
java.lang.Object[] groupIDs)
Grant the right to an activity to a list of groups. |
IPTQueryResult |
QueryAllGroups(int activityID)
Returns all of the groups that have the right to the specified activity. |
IPTQueryResult |
QueryGroups(int activityID,
int propIDMask,
int skipRows,
int maxRows)
Returns all of the groups that have the right to the specified activity. |
void |
RevokeRightFromGroups(int activityID,
java.lang.Object[] groupIDs)
Revoke the right to an activity from a list of groups. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public IPTQueryResult QueryGroups(int activityID,
int propIDMask,
int skipRows,
int maxRows)
activityID - Activity IDpropIDMask - PT_PROPIDS maskskipRows - Number of rows to skipmaxRows - Maximum number of rows to returnpublic IPTQueryResult QueryAllGroups(int activityID)
activityID - Activity ID
public void GrantRightToGroups(int activityID,
java.lang.Object[] groupIDs)
activityID - Activity IDgroupIDs - Array of group IDs
public void RevokeRightFromGroups(int activityID,
java.lang.Object[] groupIDs)
activityID - Activity IDgroupIDs - Array of group IDspublic IPTMigratable GetActivityRight(int activityID)
activityID - Activity ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||