|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
org.jbpm.api | the primary facade interfaces to
the process repository ,
the execution repository
and the management functionalities . |
Uses of Group in org.jbpm.api |
---|
Methods in org.jbpm.api that return Group | |
---|---|
Group |
IdentityService.findGroupById(java.lang.String groupId)
lookup a group. |
Methods in org.jbpm.api that return types with arguments of type Group | |
---|---|
java.util.List<Group> |
IdentityService.findGroupsByUser(java.lang.String userId)
all group ids (String) for which this user is a member. |
java.util.List<Group> |
IdentityService.findGroupsByUserAndGroupType(java.lang.String userId,
java.lang.String groupType)
groups of the given groupType for which the given user is a member. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |