|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskDependency | |
---|---|
org.evolvis |
Uses of TaskDependency in org.evolvis |
---|
Methods in org.evolvis that return TaskDependency | |
---|---|
TaskDependency[] |
ProjectTask.getDependent_on()
Gets the dependent_on value for this ProjectTask. |
Methods in org.evolvis with parameters of type TaskDependency | |
---|---|
void |
ProjectTask.setDependent_on(TaskDependency[] dependent_on)
Sets the dependent_on value for this ProjectTask. |
Constructors in org.evolvis with parameters of type TaskDependency | |
---|---|
ProjectTask(int project_task_id,
int group_project_id,
java.lang.String summary,
java.lang.String details,
int percent_complete,
int priority,
int hours,
int start_date,
int end_date,
int status_id,
int category_id,
TaskDependency[] dependent_on,
TaskAssignee[] assigned_to,
int duration,
int parent_id,
int sort_id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |