Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.adf.view.faces.bi.model
Interface ProjectTask

All Superinterfaces:
Task

public interface ProjectTask
extends Task

Represents a task in the Project Gantt.


Method Summary
 java.util.Date getActualEndTime()
          Gets the actual end time of a task.
 java.util.Date getActualStartTime()
          Gets the actual start time of a task.
 java.util.Date getCompletedThrough()
          Gets the completed through date of a task.
 int getPercentComplete()
          Gets the percent complete (0-100) of a task.
 java.util.List<ProjectTask> getSubTasks()
          Optional.
 boolean isCritical()
          Whether the task is critical or not.

 

Methods inherited from interface oracle.adf.view.faces.bi.model.Task
getDependencies, getEndTime, getIcon1, getIcon2, getIcon3, getIconAlign, getLabel, getLabelAlign, getRecurringTasks, getSplitTasks, getStartTime, getTaskId, getTaskType

 

Method Detail

getPercentComplete

int getPercentComplete()
Gets the percent complete (0-100) of a task. This value is ignored if completedThrough is specified.
Returns:
the percent complete of a task.

getCompletedThrough

java.util.Date getCompletedThrough()
Gets the completed through date of a task. This is used to calculate percent complete of a task. If both are specified, the completed through date would be used.
Returns:
the completed through of a task

getActualStartTime

java.util.Date getActualStartTime()
Gets the actual start time of a task.
Returns:
the actual start time of a task.

getActualEndTime

java.util.Date getActualEndTime()
Gets the actual end time of a task.
Returns:
the actual end time of a task.

isCritical

boolean isCritical()
Whether the task is critical or not.
Returns:

getSubTasks

java.util.List<ProjectTask> getSubTasks()
Optional. Gets a list of subtasks.
Returns:
a list of subtasks.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.