|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTActivityGroups
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 |
|---|
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 return
IPTQueryResult QueryAllGroups(int activityID)
activityID - Activity ID
void GrantRightToGroups(int activityID,
java.lang.Object[] groupIDs)
activityID - Activity IDgroupIDs - Array of group IDs
void RevokeRightFromGroups(int activityID,
java.lang.Object[] groupIDs)
activityID - Activity IDgroupIDs - Array of group IDsIPTMigratable GetActivityRight(int activityID)
activityID - Activity ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||