Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.bpel.services.workflow.assignment.dynamic
Interface IDynamicTaskEscalationFunction

All Superinterfaces:
IDynamicAssignmentFunction

public interface IDynamicTaskEscalationFunction
extends IDynamicAssignmentFunction

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.

Since:
10.1.3.1.0

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

getTaskEscalationUser

java.lang.String getTaskEscalationUser(Task task)
                                       throws DynamicAssignmentException
This method will be called to get the user to escalate the task to
Parameters:
task - a Task value
Returns:
The user to whom the task should be escalated to
Throws:
DynamicAssignmentException - if an error occurs

getTaskEscalationUser

java.lang.String getTaskEscalationUser(java.lang.String user)
                                       throws DynamicAssignmentException
This method will be called to get the user to escalate the task to
Parameters:
user - The user to whom the task is currently assigned to
Returns:
The user to whom the task should be escalated to
Throws:
DynamicAssignmentException - if an error occurs

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.