|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| org.jbpm.api | the jBPM API, Start by creating a Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService. |
| 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 | |||||||||