|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.workspaces.ws.beans.ResourceItemDefinition
oracle.workspaces.ws.beans.CalendarItemDefinition
oracle.workspaces.ws.beans.TaskDefinition
This class represents the definition object used to create a task.
| Constructor Summary | |
TaskDefinition()Default constructor |
|
| Method Summary | |
void |
setAssigneeList(TaskAssignee[] assigneeList)Sets the list of task assignees. |
void |
setCompletedTime(java.util.Calendar completedTime)Sets the completed time of the task. |
void |
setPercentComplete(int percentComplete)Sets the percent completion value for the task. |
| Methods inherited from class oracle.workspaces.ws.beans.CalendarItemDefinition |
setEndTime, setPriority, setStartTime |
| Methods inherited from class oracle.workspaces.ws.beans.ResourceItemDefinition |
setDescription, setName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TaskDefinition()
| Method Detail |
public void setAssigneeList(TaskAssignee[] assigneeList)
assigneeList -public void setCompletedTime(java.util.Calendar completedTime)
completedTime -public void setPercentComplete(int percentComplete)
percentComplete -
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||