|
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 IAssignmentService
| Method Summary | |
|---|---|
java.util.List |
getAssigneesToRequestForInformation(Task task, java.util.Map propertyBag)Get the task assignees from whom information can be requested |
java.util.List |
getReapprovalAssignees(Task task, java.util.Map propertyBag, ITaskAssignee infoRequestedAssignee)Get the task assignees who will be required to reapprove the task. |
Participants |
onAssignmentSkipped(Task task, java.util.Map propertyBag)Get the task assignees when an assignment is skipped. |
Participants |
onInitiation(Task task, java.util.Map propertyBag)Get the task assignees on task initiation |
Participants |
onOutcomeUpdated(Task task, java.util.Map propertyBag, java.lang.String updatedBy, java.lang.String outcome)Get the task assignees when a user sets the outcome of the task. |
Participants |
onReinitiation(Task task, java.util.Map propertyBag)Get the task assignees on task reinitiation |
| Method Detail |
|---|
Participants onInitiation(Task task,
java.util.Map propertyBag)
task - an Task valuepropertyBag - a map of properties to correlate workflow to assignment rules
Participants onReinitiation(Task task,
java.util.Map propertyBag)
task - an Task valuepropertyBag - a map of properties to correlate workflow to assignment rules
Participants onOutcomeUpdated(Task task,
java.util.Map propertyBag,
java.lang.String updatedBy,
java.lang.String outcome)
task - an Task valuepropertyBag - a map of properties to correlate workflow to assignment rules
Participants onAssignmentSkipped(Task task,
java.util.Map propertyBag)
task - an Task valuepropertyBag - a map of properties to correlate workflow to assignment rules
java.util.List getAssigneesToRequestForInformation(Task task,
java.util.Map propertyBag)
task - an Task valuepropertyBag - a map of properties to correlate workflow to assignment rules
java.util.List getReapprovalAssignees(Task task,
java.util.Map propertyBag,
ITaskAssignee infoRequestedAssignee)
task - an Task valuepropertyBag - a map of properties to correlate workflow to assignment rulesinfoRequestedAssignee - The task assignee to whom information is requested
|
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 | ||||||||