|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicTaskEscalationFunction
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 |
---|
java.lang.String getTaskEscalationUser(Task task) throws DynamicAssignmentException
task
- a Task
valueDynamicAssignmentException
- if an error occursjava.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 Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |