|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupNotFoundException | |
---|---|
org.ow2.bonita.identity | |
org.ow2.bonita.identity.impl |
Uses of GroupNotFoundException in org.ow2.bonita.identity |
---|
Methods in org.ow2.bonita.identity that throw GroupNotFoundException | |
---|---|
void |
IdentityServiceOp.deleteGroup(java.lang.String id)
Delete the group mapped to the given id from this service. |
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)
|
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. |
Uses of GroupNotFoundException in org.ow2.bonita.identity.impl |
---|
Methods in org.ow2.bonita.identity.impl that throw GroupNotFoundException | |
---|---|
void |
InMemoryIdentityService.deleteGroup(java.lang.String id)
|
GroupOp |
InMemoryIdentityService.getGroup(java.lang.String id)
|
boolean |
InMemoryIdentityService.modifyGroup(GroupOp group)
|
Membership |
InMemoryIdentityService.setMembership(UserOp user,
GroupOp group)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |