|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupOp | |
---|---|
org.ow2.bonita.identity | |
org.ow2.bonita.identity.impl |
Uses of GroupOp in org.ow2.bonita.identity |
---|
Methods in org.ow2.bonita.identity that return GroupOp | |
---|---|
GroupOp |
Membership.getGroup()
|
GroupOp |
GroupNotFoundException.getGroup()
Return the group that has not been found. |
GroupOp |
IdentityServiceOp.getGroup(java.lang.String id)
Returns a copy of the group mapped to the given id Modifications made on the return GroupOp instance are not propagated to the backing store |
GroupOp |
IdentityServiceMBean.getGroup(java.lang.String id)
|
GroupOp |
IdentityService.getGroup(java.lang.String id)
|
GroupOp |
GroupOp.getParent()
|
GroupOp |
GroupOp.getRoot()
|
Methods in org.ow2.bonita.identity that return types with arguments of type GroupOp | |
---|---|
java.util.Collection<GroupOp> |
IdentityServiceOp.getAllGroups()
Returns a copy of all groupOps present in the backing store Modifications made on the returned collection or on any of its contained GroupOp instances are not propagated to the backing store |
java.util.Set<GroupOp> |
GroupOp.getChildren()
Get the set of children of this group. |
Methods in org.ow2.bonita.identity with parameters of type GroupOp | |
---|---|
java.lang.String |
IdentityServiceOp.createGroup(GroupOp parent)
Create a GroupOp in the identity service backing store and returns the generated id. |
boolean |
UserOp.isMember(GroupOp groupOp)
|
boolean |
IdentityServiceOp.modifyGroup(GroupOp groupOp)
Modify the given group. |
Membership |
IdentityServiceOp.setMembership(UserOp user,
GroupOp group)
Make the given user a member of the given group. |
Constructors in org.ow2.bonita.identity with parameters of type GroupOp | |
---|---|
GroupNotFoundException(GroupOp group)
|
Uses of GroupOp in org.ow2.bonita.identity.impl |
---|
Classes in org.ow2.bonita.identity.impl that implement GroupOp | |
---|---|
class |
GroupImpl
|
Fields in org.ow2.bonita.identity.impl with type parameters of type GroupOp | |
---|---|
protected java.util.Map<java.lang.String,GroupOp> |
InMemoryIdentityService.groupOps
|
Methods in org.ow2.bonita.identity.impl that return GroupOp | |
---|---|
GroupOp |
MembershipImpl.getGroup()
|
GroupOp |
InMemoryIdentityService.getGroup(java.lang.String id)
|
GroupOp |
GroupImpl.getParent()
|
GroupOp |
GroupImpl.getRoot()
|
Methods in org.ow2.bonita.identity.impl that return types with arguments of type GroupOp | |
---|---|
java.util.Collection<GroupOp> |
InMemoryIdentityService.getAllGroups()
|
java.util.Set<GroupOp> |
GroupImpl.getChildren()
|
Methods in org.ow2.bonita.identity.impl with parameters of type GroupOp | |
---|---|
java.lang.String |
InMemoryIdentityService.createGroup(GroupOp parent)
|
boolean |
UserImpl.isMember(GroupOp groupOp)
|
boolean |
InMemoryIdentityService.modifyGroup(GroupOp group)
|
void |
MembershipImpl.setGroup(GroupOp newGroup)
|
Membership |
InMemoryIdentityService.setMembership(UserOp user,
GroupOp group)
|
protected void |
GroupImpl.setParent(GroupOp parent)
|
Method parameters in org.ow2.bonita.identity.impl with type arguments of type GroupOp | |
---|---|
protected void |
GroupImpl.setChildren(java.util.Set<GroupOp> children)
|
Constructors in org.ow2.bonita.identity.impl with parameters of type GroupOp | |
---|---|
GroupImpl(java.lang.String id,
GroupOp parent)
|
|
MembershipImpl(UserOp userOp,
GroupOp groupOp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |