|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| org.jbpm.identity | the core identity classes User, Membership and Group. |
| org.jbpm.identity.assignment | |
| org.jbpm.identity.hibernate | |
| Uses of Group in org.jbpm.identity |
|---|
| Fields in org.jbpm.identity declared as Group | |
|---|---|
protected Group |
Membership.group
|
protected Group |
Group.parent
|
| Fields in org.jbpm.identity with type parameters of type Group | |
|---|---|
protected java.util.Set<Group> |
Group.children
|
| Methods in org.jbpm.identity that return Group | |
|---|---|
Group |
Membership.getGroup()
|
Group |
Group.getParent()
|
| Methods in org.jbpm.identity that return types with arguments of type Group | |
|---|---|
java.util.Set<Group> |
Group.getChildren()
|
java.util.Set<Group> |
User.getGroupsForGroupType(java.lang.String groupType)
|
java.util.Set<Group> |
User.getGroupsForMembershipRole(java.lang.String membershipRole)
|
| Methods in org.jbpm.identity with parameters of type Group | |
|---|---|
void |
Group.addChild(Group child)
|
static Membership |
Membership.create(User user,
Group group)
|
static Membership |
Membership.create(User user,
java.lang.String role,
Group group)
|
void |
Membership.setGroup(Group group)
|
void |
Group.setParent(Group parent)
|
| Method parameters in org.jbpm.identity with type arguments of type Group | |
|---|---|
void |
Group.setChildren(java.util.Set<Group> children)
|
| Uses of Group in org.jbpm.identity.assignment |
|---|
| Methods in org.jbpm.identity.assignment that return Group | |
|---|---|
Group |
ExpressionSession.getGroupByName(java.lang.String groupName)
retrieves a group from the user datastore including the membership relations. |
| Uses of Group in org.jbpm.identity.hibernate |
|---|
| Methods in org.jbpm.identity.hibernate that return Group | |
|---|---|
Group |
IdentitySession.getGroupByName(java.lang.String groupName)
|
Group |
IdentitySession.loadGroup(long groupId)
|
| Methods in org.jbpm.identity.hibernate with parameters of type Group | |
|---|---|
void |
IdentitySession.deleteGroup(Group group)
|
void |
IdentitySession.saveGroup(Group group)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||