|
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 |
Classes that implement workflow Custom Escalation Functions that select which user a task should be escalted to must implement this interface. As well as providing a class that implements this interface, you must also provide configuration information for the new function. Please refer to the Workflow Services chapter in the BPEL Process Manager Developer's Guide for more information.
Method Summary | |
java.lang.String |
getTaskEscalationUser(java.lang.String user) This method will be called to get the user to escalate the task to |
java.lang.String |
getTaskEscalationUser(Task task) This method will be called to get the user to escalate the task to |
Methods inherited from interface oracle.bpel.services.workflow.assignment.dynamic.IDynamicAssignmentFunction |
getDescription, getFunctionName, setInitParams |
Method Detail |
public java.lang.String getTaskEscalationUser(Task task) throws DynamicAssignmentException
task
- a Task
valueDynamicAssignmentException
- if an error occurspublic java.lang.String getTaskEscalationUser(java.lang.String user) throws DynamicAssignmentException
user
- The user to whom the task is currently assigned toDynamicAssignmentException
- if an 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.