|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| 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 |
getActions()Gets all actions associated with the role |
java.util.List |
getAllParticipants(boolean direct)Gets all participants, the grantees either roles or users |
java.util.List |
getParticipants(boolean direct)Gets user participants |
java.util.List |
getParticipants(RoleClassifier roleType, boolean direct)Gets role participants , role grantees |
| Methods inherited from interface oracle.tip.pc.services.identity.BPMIdentity |
getAppRoles, getEmail, getGroups, getRoles, isInRole, isInRole |
| Methods inherited from interface oracle.tip.pc.services.identity.BPMPrincipal |
getAttribute, getAttributes, getDescription, getDisplayName, getFullName, getGuid |
| Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
| Method Detail |
public java.util.Set getActions()
getActions in interface BPMIdentity
public java.util.List getParticipants(boolean direct)
throws BPMIdentityException
direct - a boolean flag. If true method return direct participans, else direct and indirect.BPMIdentityException - if error occurs
public java.util.List getParticipants(RoleClassifier roleType,
boolean direct)
throws BPMIdentityException
roleType - a role classifierdirect - a boolean flag, if true method returns direct roles, else direct and inderectBPMIdentityException
public java.util.List getAllParticipants(boolean direct)
throws BPMIdentityException
direct - a boolean flag, if true return direct grantee, else indirect and directBPMIdentityException
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||