Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class TaskResourceItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceItem
      extended byoracle.workspaces.ws.beans.TaskResourceItem


public class TaskResourceItem
extends ResourceItem

This class represents a task.


Constructor Summary
TaskResourceItem()
          Default constructor.

 

Method Summary
 java.util.Calendar getCompletedTime()
          Gets completed time of task.
 int getCompletePercentage()
          Gets the completed percentage of task.
 java.util.Calendar getEndTime()
          Gets the end time of task.
 TaskAssignee getPrimaryTaskAssignee()
          Gets the primary Task Assignee of task.
 java.lang.String getPriority()
          Gets the priority value of task - possible values include PRIORITY_HIGHEST , PRIORITY_HIGH, PRIORITY_NORMAL, PRIORITY_LOW and PRIORITY_LOWEST .
 java.util.Calendar getStartTime()
          Gets the start time of task.
 TaskAssignee[] getTaskAssignees()
          Gets assignees of task.
 void setCompletedTime(java.util.Calendar completedTime)
          Sets completed time of task.
 void setCompletePercentage(int completePercentage)
          Sets the completed percentage value for this task.
 void setEndTime(java.util.Calendar endTime)
          Sets the end time of task.
 void setPrimaryTaskAssignee(TaskAssignee primaryTaskAssignee)
          Sets the primary TaskAssignee of task.
 void setPriority(java.lang.String priority)
          Sets the priority value of task - possible values include PRIORITY_HIGHEST , PRIORITY_HIGH, PRIORITY_NORMAL, PRIORITY_LOW and PRIORITY_LOWEST .
 void setStartTime(java.util.Calendar startTime)
          Sets the start time value of task.
 void setTaskAssignees(TaskAssignee[] taskAssignees)
          Sets assignees of task.

 

Methods inherited from class oracle.workspaces.ws.beans.ResourceItem
getCreatedTime, getDescription, getId, getLastModifiedBy, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName, setOwner

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TaskResourceItem

public TaskResourceItem()
Default constructor.

Method Detail

getCompletePercentage

public int getCompletePercentage()
Gets the completed percentage of task.
Returns:
completePercentage

setCompletePercentage

public void setCompletePercentage(int completePercentage)
Sets the completed percentage value for this task. Note - the value set here will be ignored if a valid value is set for completedTime
Parameters:
completePercentage -

getCompletedTime

public java.util.Calendar getCompletedTime()
Gets completed time of task.
Returns:
completedTime

setCompletedTime

public void setCompletedTime(java.util.Calendar completedTime)
Sets completed time of task.
Parameters:
completedTime -

getEndTime

public java.util.Calendar getEndTime()
Gets the end time of task.
Returns:
endTime

setEndTime

public void setEndTime(java.util.Calendar endTime)
Sets the end time of task.
Parameters:
endTime -

getPrimaryTaskAssignee

public TaskAssignee getPrimaryTaskAssignee()
Gets the primary Task Assignee of task.
Returns:
primaryTaskAssignee

setPrimaryTaskAssignee

public void setPrimaryTaskAssignee(TaskAssignee primaryTaskAssignee)
Sets the primary TaskAssignee of task.
Parameters:
primaryTaskAssignee -

getPriority

public java.lang.String getPriority()
Gets the priority value of task - possible values include PRIORITY_HIGHEST , PRIORITY_HIGH, PRIORITY_NORMAL, PRIORITY_LOW and PRIORITY_LOWEST .
Returns:
priority

setPriority

public void setPriority(java.lang.String priority)
Sets the priority value of task - possible values include PRIORITY_HIGHEST , PRIORITY_HIGH, PRIORITY_NORMAL, PRIORITY_LOW and PRIORITY_LOWEST .
Parameters:
priority -

getStartTime

public java.util.Calendar getStartTime()
Gets the start time of task.
Returns:
startTime

setStartTime

public void setStartTime(java.util.Calendar startTime)
Sets the start time value of task.
Parameters:
startTime -

getTaskAssignees

public TaskAssignee[] getTaskAssignees()
Gets assignees of task.
Returns:
taskAssignees

setTaskAssignees

public void setTaskAssignees(TaskAssignee[] taskAssignees)
Sets assignees of task.
Parameters:
taskAssignees -

Copyright © 2001, 2006, Oracle. All rights reserved.