|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BPMRole interface defines BPEL Process Manager Role
| Method Summary | |
java.util.Set |
getGrantees(boolean direct)Gets all participants, the grantees either roles or users |
java.util.Set |
getOwners(boolean direct)Gets role owners |
java.util.List |
getParticipants(boolean direct)Gets user participants |
boolean |
isOwneredBy(BPMUser user)Check whether the role owned by BPMUser |
| Methods inherited from interface oracle.tip.pc.services.identity.BPMIdentity |
getActions, getAppRoles, getEmail, getGrantedRoles, getGroups, getOwnedRoles, getRoles, isInRole, isInRole, isOwner |
| Methods inherited from interface oracle.tip.pc.services.identity.BPMPrincipal |
getAttribute, getAttributes, getDescription, getDisplayName, getFullName, getGuid, getRealmName, toNode |
| Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
| Method Detail |
public java.util.List getParticipants(boolean direct)
throws BPMIdentityException
direct - a boolean flag. If true method returns direct participans, else direct and indirect.BPMIdentityException - if error occurs
public java.util.Set getGrantees(boolean direct)
throws BPMIdentityException
direct - a boolean flag, if true return direct grantee, else indirect and directBPMIdentityException - if error occurs
public java.util.Set getOwners(boolean direct)
throws BPMIdentityException
direct - a boolean flag. If true, returns direct onwers, else all onwersBPMIdentityException - if error occurs
public boolean isOwneredBy(BPMUser user)
throws BPMIdentityException
user - a BPMUser objectBPMIdentityException - if error occurs
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2006, Oracle. All rights reserved.