|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPercentageCompletionCallback
| Method Summary | |
|---|---|
double |
onTaskAssigned(Task parentTask, Task subTask, int totalNumberOfSubTasks, int numberOfCompletedSubTasks, double previousPercentageComplete, java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)Compute percentage complete on sub task assigned |
double |
onTaskCompleted(Task parentTask, Task subTask, int totalNumberOfSubTasks, int numberOfCompletedSubTasks, double previousPercentageComplete, java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)Compute percentage complete on sub task deleted |
double |
onTaskCompleted(Task parentTask, Task subTask, int totalNumberOfSubTasks, int numberOfCompletedSubTasks, double previousPercentageComplete, java.lang.String currentSubTaskOutcome, java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)Compute percentage complete on sub task completed |
double |
onTaskUpdated(Task parentTask, Task subTask, int totalNumberOfSubTasks, double previousPercentageComplete, java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)Compute percentage complete on sub task completed |
| Method Detail |
|---|
double onTaskAssigned(Task parentTask,
Task subTask,
int totalNumberOfSubTasks,
int numberOfCompletedSubTasks,
double previousPercentageComplete,
java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)
parentTask - The parent tasksubTask - The subtasktotalNumberOfSubTasks - an int value, including the sub task that is creatednumberOfCompletedSubTasks - an int valuepreviousPercentageComplete - a double valuesubTaskPercentageCompleted - a Map with key as the subtask taskid and value beingdouble value
double onTaskCompleted(Task parentTask,
Task subTask,
int totalNumberOfSubTasks,
int numberOfCompletedSubTasks,
double previousPercentageComplete,
java.lang.String currentSubTaskOutcome,
java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)
parentTask - The parent tasksubTask - The subtasktotalNumberOfSubTasks - an int valuenumberOfCompletedSubTasks - an int valuepreviousPercentageComplete - a double valuecurrentSubTaskOutcome - The outcome of the subtasksubTaskPercentageCompleted - a Map with key as the subtask taskid and value beingdouble value
double onTaskUpdated(Task parentTask,
Task subTask,
int totalNumberOfSubTasks,
double previousPercentageComplete,
java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)
parentTask - The parent tasksubTask - The subtasktotalNumberOfSubTasks - an int valuepreviousPercentageComplete - a double valuesubTaskPercentageCompleted - a Map with key as the subtask taskid and value being the percentage completesubTaskPercentageCompleted - a Map with key as the subtask taskid and value beingdouble value
double onTaskCompleted(Task parentTask,
Task subTask,
int totalNumberOfSubTasks,
int numberOfCompletedSubTasks,
double previousPercentageComplete,
java.util.Map<java.lang.String,java.lang.Double> subTaskPercentageCompleted)
parentTask - The parent tasksubTask - The subtasktotalNumberOfSubTasks - an int value. This cound doesn't include the sub task that is deletednumberOfCompletedSubTasks - an int valuepreviousPercentageComplete - a double valuesubTaskPercentageCompleted - a Map with key as the subtask taskid and value beingdouble value
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||