|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRestrictedAssignmentCallback
An interface that describes the callback to restrict assignment and routing.
| Nested Class Summary | |
|---|---|
static class |
IRestrictedAssignmentCallback.OperationType |
| Method Summary | |
|---|---|
oracle.bpel.services.workflow.task.IRestrictedAssignees |
getPermittedAssignees(Task task, java.util.Map propertyMap, java.lang.String currentUser, java.lang.String identityContext, java.lang.String operation)Api that returns the list of permitted assignees given the task, currentUser and the operation. |
java.util.List<IRestrictedAssignmentCallback.OperationType> |
getRestrictedOperations(Task task, java.util.Map propertyMap, java.lang.String currentUser, java.lang.String identityContext)Api that returns the list of operations restricted by the callback. |
| Method Detail |
|---|
oracle.bpel.services.workflow.task.IRestrictedAssignees getPermittedAssignees(Task task,
java.util.Map propertyMap,
java.lang.String currentUser,
java.lang.String identityContext,
java.lang.String operation)
task - The task under considerationpropertyMap - custom propertied for the call backcurrentUser - the user who is trying to perform the operationoperation - The operation. One of the constants above.
java.util.List<IRestrictedAssignmentCallback.OperationType> getRestrictedOperations(Task task,
java.util.Map propertyMap,
java.lang.String currentUser,
java.lang.String identityContext)
task - The task under considerationpropertyMap - custom propertied for the call backcurrentUser - the user who is trying to perform the operation
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||