| 
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BPMRole
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.List<BPMIdentity> | 
getManagers(boolean direct)Gets a List of managers for the group.  | 
 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, getAppRoles, getEmail, getGrantedRoles, getGrantedRoles, getGroups, getIdentityType, getManagedRoles, getOwnedRoles, getRoles, isInAppRole, isInGroup, isInRole, isInRole, isOwner | 
| Methods inherited from interface oracle.tip.pc.services.identity.BPMPrincipal | 
|---|
getAttribute, getAttributes, getDescription, getDisplayName, getDisplayName, getFullName, getGuid, getRealmName, getUniqueName, toNode | 
| Methods inherited from interface java.security.Principal | 
|---|
equals, getName, hashCode, toString | 
| Method Detail | 
|---|
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
java.util.Set getGrantees(boolean direct)
                          throws BPMIdentityException
direct - a boolean flag, if true return direct grantee, else indirect and directBPMIdentityException - if error occurs
java.util.Set getOwners(boolean direct)
                        throws BPMIdentityException
direct - a boolean flag. If true, returns direct onwers, else all onwersBPMIdentityException - if error occurs
boolean isOwneredBy(BPMUser user)
                    throws BPMIdentityException
user - a BPMUser objectBPMIdentityException - if error occurs
java.util.List<BPMIdentity> getManagers(boolean direct)
                                        throws BPMIdentityException
direct - a boolean flag. If true, returns direct managers, else all managersBPMIdentityException - if error occurs
  | 
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||