|
KIE API 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserGroupCallback
Method Summary | |
---|---|
boolean |
existsGroup(String groupId)
Resolves existence of group id. |
boolean |
existsUser(String userId)
Resolves existence of user id. |
List<String> |
getGroupsForUser(String userId,
List<String> groupIds,
List<String> allExistingGroupIds)
Returns list of group ids for specified user id. |
Method Detail |
---|
boolean existsUser(String userId)
userId
- the user id assigned to the task
boolean existsGroup(String groupId)
groupId
- the group id assigned to the task
List<String> getGroupsForUser(String userId, List<String> groupIds, List<String> allExistingGroupIds)
userId
- the user id assigned to the taskgroupIds
- list of group ids assigned to the taskallExistingGroupIds
- list of all currently known group ids
|
KIE API 6.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |