public class Tsk extends Object
Represents properties of Task
object.
Modifier and Type | Field and Description |
---|---|
static Key<BigDecimal,Integer> |
ACTUAL_COST
Costs incurred for work already performed by resources on their tasks, together with any other recorded costs
associated with the task.
|
static Key<Duration,Integer> |
ACTUAL_DURATION
The span of actual working time for a task, based on the scheduled duration and current remaining work or percent
complete.
|
static Key<Date,Integer> |
ACTUAL_FINISH
The date when a task was completed.
|
static Key<BigDecimal,Integer> |
ACTUAL_OVERTIME_COST
Costs incurred for overtime work already performed on tasks by assigned resources.
|
static Key<Duration,Integer> |
ACTUAL_OVERTIME_WORK
The actual amount of overtime work already performed by resources assigned to tasks.
|
static Key<Duration,Integer> |
ACTUAL_OVERTIME_WORK_PROTECTED
The duration through which actual overtime work is protected.
|
static Key<Date,Integer> |
ACTUAL_START
The date and time that a task actually began.
|
static Key<Duration,Integer> |
ACTUAL_WORK
The amount of work that has already been done by resources assigned to tasks.
|
static Key<Duration,Integer> |
ACTUAL_WORK_PROTECTED
The duration through which actual work is protected.
|
static Key<Double,Integer> |
ACWP
Costs incurred for work already done on a task, up to the project status date or today's date.
|
static Key<Double,Integer> |
BCWP
The cumulative value of the task's percent complete multiplied by the time phased baseline costs.
|
static Key<Double,Integer> |
BCWS
The cumulative time phased baseline costs up to the status date or today's date.
|
static Key<BigDecimal,Integer> |
BUDGET_COST
Budget costs for budget cost resources.
|
static Key<Duration,Integer> |
BUDGET_WORK
Budget work for budget work and material resources.
|
static Key<Calendar,Integer> |
CALENDAR
The task calendar.
|
static Key<Date,Integer> |
COMMITMENT_FINISH
The finish date of a delivery.
|
static Key<Date,Integer> |
COMMITMENT_START
The start date of a delivery.
|
static Key<Integer,Integer> |
COMMITMENT_TYPE
Determines whether a task has an associated delivery or
a dependency on an associated delivery.
|
static Key<Date,Integer> |
CONSTRAINT_DATE
The specific date associated with the constraint type.
|
static Key<Integer,Integer> |
CONSTRAINT_TYPE
Provides choices for the type of constraint that can be applied for scheduling a task.
|
static Key<String,Integer> |
CONTACT
The name of an individual responsible for a task.
|
static Key<BigDecimal,Integer> |
COST
The total scheduled or projected cost for a task based on costs already incurred for work performed by resources
assigned to the tasks, in addition to the costs planned for the remaining work.
|
static Key<Double,Integer> |
COST_VARIANCE
The difference between the baseline cost and total cost for a task, resource, or assignment.
|
static Key<Date,Integer> |
CREATED
The date when a task was created.
|
static Key<Double,Integer> |
CV
The difference between the baseline cost and total cost for a task.
|
static Key<Date,Integer> |
DEADLINE
A target date that indicates when a task is to be completed.
|
static Key<NullableBool,Integer> |
DISPLAY_AS_SUMMARY
Determines whether the task should be displayed as a summary task.
|
static Key<Boolean,Integer> |
DISPLAY_ON_TIMELINE
Specifies whether a task should be displayed on a timeline view.
|
static Key<Duration,Integer> |
DURATION
The total span of active working time for a task as entered or as calculated by Microsoft Project based on start
date, finish date, calendars, and other scheduling factors.
|
static Key<Integer,Integer> |
DURATION_FORMAT
Task duration format.
|
static Key<String,Integer> |
DURATION_TEXT
Returns the task's duration text.
|
static Key<Duration,Integer> |
DURATION_VARIANCE
The difference between the baseline duration of a task and the total duration (current estimate) of a task.
|
static Key<Date,Integer> |
EARLY_FINISH
The earliest date that a task could possibly finish, based on early finish dates of predecessor and successor
tasks, other constraints, and any leveling delay.
|
static Key<Date,Integer> |
EARLY_START
The earliest date that a task could possibly begin, based on the early start dates of predecessor and successor
tasks and other constraints.
|
static Key<Integer,Integer> |
EARNED_VALUE_METHOD
Determines whether the % Complete or Physical % Complete field should be used to calculate budgeted cost of work
performed (BCWP).
|
static Key<Integer,Integer> |
EXTERNAL_ID
If a task is an external task it contains the task's external Id.
|
static Key<String,Integer> |
EXTERNAL_TASK_PROJECT
The source location and task identifier of an external task.
|
static Key<Date,Integer> |
FINISH
The scheduled finish date of a task.
|
static Key<Integer,Integer> |
FINISH_SLACK
The duration between the Early Finish and Late Finish dates.
|
static Key<String,Integer> |
FINISH_TEXT
Returns the task's finish text.
|
static Key<Duration,Integer> |
FINISH_VARIANCE
The time that represents the difference between the baseline finish date of a task or assignment and its current
finish date.
|
static Key<Double,Integer> |
FIXED_COST
Shows any non resource task expense.
|
static Key<Integer,Integer> |
FIXED_COST_ACCRUAL
Determines choices for how and when fixed costs are to be charged, or accrued, to the cost of a task.
|
static Key<Integer,Integer> |
FREE_SLACK
The time that a task can be delayed without delaying any successor tasks.
|
static Key<String,Integer> |
GUID
The generated unique identification codes for a task.
|
static Key<NullableBool,Integer> |
HIDE_BAR
Determines whether the Gantt bar of a task is hidden when displayed in Microsoft Project.
|
static Key<String,Integer> |
HYPERLINK
The title or explanatory text for a hyperlink associated with a task.
|
static Key<String,Integer> |
HYPERLINK_ADDRESS
The address for a hyperlink associated with a task.
|
static Key<String,Integer> |
HYPERLINK_SUB_ADDRESS
The specific location in a document in a hyperlink associated with a task.
|
static Key<Integer,Integer> |
ID
The position identifier of a task within the list of tasks.
|
static Key<NullableBool,Integer> |
IGNORE_RESOURCE_CALENDAR
Determines whether the scheduling of the task considers the calendars of the resources assigned to the task.
|
static Key<Boolean,Integer> |
IGNORE_WARNINGS
Indicates whether to hide the schedule conflict warning indicator in Microsoft Project.
|
static Key<NullableBool,Integer> |
IS_ACTIVE
Determines whether a task is active.
|
static Key<NullableBool,Integer> |
IS_CRITICAL
Determines whether a task is on the critical path.
|
static Key<NullableBool,Integer> |
IS_EFFORT_DRIVEN
Determines whether the scheduling for the task is effort-driven scheduling.
|
static Key<NullableBool,Integer> |
IS_ESTIMATED
Determines whether a task is estimated.
|
static Key<NullableBool,Integer> |
IS_EXPANDED
Determines whether a summary task is expanded or not in GanttChart view.
|
static Key<Boolean,Integer> |
IS_EXTERNAL_TASK
Determines whether a task is external.
|
static Key<NullableBool,Integer> |
IS_MANUAL
Determines whether a task is manually scheduled.
|
static Key<Boolean,Integer> |
IS_MARKED
Shows whether a task is marked for further action or identification of some kind.
|
static Key<NullableBool,Integer> |
IS_MILESTONE
Determines whether a task is a milestone.
|
static Key<NullableBool,Integer> |
IS_NULL
Determines whether a task is a null task.
|
static Key<NullableBool,Integer> |
IS_OVERALLOCATED
Indicates whether a resource is assigned to more work on a specific task or all tasks than can be completed
within normal working capacity.
|
static Key<NullableBool,Integer> |
IS_PUBLISHED
Determines whether the current task should be published to Project Server with the rest of the project.
|
static Key<NullableBool,Integer> |
IS_RECURRING
Determines whether a task is part of a series of recurring tasks.
|
static Key<NullableBool,Integer> |
IS_RESUME_VALID
Determines whether a task can be resumed.
|
static Key<NullableBool,Integer> |
IS_ROLLUP
Determines whether information about the subtask Gantt bars will be rolled up to the summary task bar.
|
static Key<Boolean,Integer> |
IS_SUBPROJECT
Determines whether a task is an inserted project.
|
static Key<NullableBool,Integer> |
IS_SUBPROJECT_READ_ONLY
Determines whether a subproject is read-only.
|
static Key<Boolean,Integer> |
IS_SUMMARY
Determines whether a task is a summary task.
|
static Key<Date,Integer> |
LATE_FINISH
The latest date that a task can finish without delaying the finish of the project.
|
static Key<Date,Integer> |
LATE_START
The latest date that a task can start without delaying the finish of the project.
|
static Key<NullableBool,Integer> |
LEVEL_ASSIGNMENTS
Determines whether the leveling function can delay and split individual assignments in order to resolve over
allocations.
|
static Key<NullableBool,Integer> |
LEVELING_CAN_SPLIT
Determines whether the resource leveling function can cause splits on remaining work on this task.
|
static Key<Duration,Integer> |
LEVELING_DELAY
The time that a task is to be delayed from its early start date because of resource leveling.
|
static Key<Integer,Integer> |
LEVELING_DELAY_FORMAT
The format of expressing the duration of a delay.
|
static Key<Duration,Integer> |
MANUAL_DURATION
Defines manually scheduled duration of a task.
|
static Key<Date,Integer> |
MANUAL_FINISH
Defines manually scheduled finish of a task.
|
static Key<Date,Integer> |
MANUAL_START
Defines manually scheduled start of a task.
|
static Key<String,Integer> |
NAME
A task's name.
|
static Key<String,Integer> |
NOTES_RTF
The text notes in RTF format.
|
static Key<String,Integer> |
NOTES_TEXT
Notes' plain text extracted from RTF data.
|
static Key<Integer,Integer> |
OUTLINE_LEVEL
The outline level of a task.
|
static Key<String,Integer> |
OUTLINE_NUMBER
The number that represents a task's position in the hierarchical outline structure.
|
static Key<BigDecimal,Integer> |
OVERTIME_COST
The total overtime cost for a task, for a resource on all assigned tasks, or for a resource assignment.
|
static Key<Duration,Integer> |
OVERTIME_WORK
The amount of overtime scheduled to be performed by all resources assigned to a task.
|
static Key<Integer,Integer> |
PERCENT_COMPLETE
The current status of a task, expressed as the percentage of the task's duration that has been completed.
|
static Key<Integer,Integer> |
PERCENT_WORK_COMPLETE
The current status of a task expressed as the percentage of work that has been completed.
|
static Key<Integer,Integer> |
PHYSICAL_PERCENT_COMPLETE
Percent complete value that can be be used as an alternative for calculating budgeted cost of work performed
(BCWP).
|
static Key<Date,Integer> |
PRELEVELED_FINISH
The finish date of a task as it was before resource leveling was done.
|
static Key<Date,Integer> |
PRELEVELED_START
The start date of a task as it was before resource leveling was done.
|
static Key<Integer,Integer> |
PRIORITY
The level of importance given to a task, which in turn indicates how readily a task or assignment can be delayed
or split during resource leveling.
|
static Key<Duration,Integer> |
REGULAR_WORK
The total amount of non overtime work scheduled to be performed by resources.
|
static Key<BigDecimal,Integer> |
REMAINING_COST
The remaining scheduled expense that will be incurred in completing the remaining scheduled work.
|
static Key<Duration,Integer> |
REMAINING_DURATION
The time that is required to complete the unfinished part of a task.
|
static Key<BigDecimal,Integer> |
REMAINING_OVERTIME_COST
The remaining scheduled overtime expense for a task.
|
static Key<Duration,Integer> |
REMAINING_OVERTIME_WORK
The amount of remaining scheduled overtime time.
|
static Key<Duration,Integer> |
REMAINING_WORK
The time still required to complete a task or setInternal of tasks.
|
static Key<Date,Integer> |
RESUME
The date that the remaining part of a task is scheduled to resume after entering any progress.
|
static Key<Date,Integer> |
START
The scheduled start date of a task.
|
static Key<Integer,Integer> |
START_SLACK
The duration between the Early Start and Late Start dates.
|
static Key<String,Integer> |
START_TEXT
Returns the task's start text.
|
static Key<Duration,Integer> |
START_VARIANCE
The time that represents the difference between a baseline start date of a task or assignment and its currently
scheduled start date.
|
static Key<String,Integer> |
STATUS_MANAGER
The name of the enterprise resource who is to receive status updates for the current task from resources.
|
static Key<Date,Integer> |
STOP
The date that represents the end of the actual portion of a task.
|
static Key<String,Integer> |
SUBPROJECT_NAME
The source location of a subproject.
|
static Key<Integer,Integer> |
TOTAL_SLACK
The time a task's finish date can be delayed without delaying the project's finish date.
|
static Key<Integer,Integer> |
TYPE
The type of a task.
|
static Key<Integer,Integer> |
UID
The unique Id of a task.
|
static Key<Boolean,Integer> |
WARNING
Represents the flag which indicates that task has schedule discrepancies.
|
static Key<String,Integer> |
WBS
Work breakdown structure (WBS) codes.
|
static Key<String,Integer> |
WBS_LEVEL
The rightmost WBS level of a task.
|
static Key<Duration,Integer> |
WORK
The total time scheduled on a task for all assigned resources.
|
static Key<Duration,Integer> |
WORK_VARIANCE
The difference between baseline work of a task and the currently scheduled work.
|
Constructor and Description |
---|
Tsk() |
public static final Key<Integer,Integer> ID
The position identifier of a task within the list of tasks.
int
type.
public static final Key<NullableBool,Integer> IS_NULL
Determines whether a task is a null task.
bool
type.
public static final Key<String,Integer> CONTACT
The name of an individual responsible for a task.
string
type.
public static final Key<String,Integer> WBS_LEVEL
The rightmost WBS level of a task.
string
type.
public static final Key<String,Integer> OUTLINE_NUMBER
The number that represents a task's position in the hierarchical outline structure.
string
type.
public static final Key<Integer,Integer> OUTLINE_LEVEL
The outline level of a task.
int
type.
public static final Key<Integer,Integer> PRIORITY
The level of importance given to a task, which in turn indicates how readily a task or assignment can be delayed
or split during resource leveling.
int
type.
public static final Key<Duration,Integer> DURATION
The total span of active working time for a task as entered or as calculated by Microsoft Project based on start
date, finish date, calendars, and other scheduling factors.
Duration
type.
public static final Key<Duration,Integer> DURATION_VARIANCE
The difference between the baseline duration of a task and the total duration (current estimate) of a task.
Duration
type.
public static final Key<Integer,Integer> DURATION_FORMAT
Task duration format.
TimeUnitType
type.
public static final Key<Duration,Integer> WORK
The total time scheduled on a task for all assigned resources.
Duration
type.
public static final Key<Date,Integer> STOP
The date that represents the end of the actual portion of a task.
Date
type.
public static final Key<Date,Integer> RESUME
The date that the remaining part of a task is scheduled to resume after entering any progress.
Date
type.
public static final Key<NullableBool,Integer> IS_RESUME_VALID
Determines whether a task can be resumed.
bool
type.
public static final Key<NullableBool,Integer> IS_EFFORT_DRIVEN
Determines whether the scheduling for the task is effort-driven scheduling.
bool
type.
public static final Key<NullableBool,Integer> IS_RECURRING
Determines whether a task is part of a series of recurring tasks.
bool
type.
public static final Key<Boolean,Integer> IS_SUMMARY
Determines whether a task is a summary task.
bool
type.
public static final Key<NullableBool,Integer> IS_OVERALLOCATED
Indicates whether a resource is assigned to more work on a specific task or all tasks than can be completed
within normal working capacity.
bool
type.
public static final Key<NullableBool,Integer> IS_ESTIMATED
Determines whether a task is estimated.
bool
type.
public static final Key<NullableBool,Integer> IS_MILESTONE
Determines whether a task is a milestone.
bool
type.
public static final Key<NullableBool,Integer> IS_CRITICAL
Determines whether a task is on the critical path.
bool
type.
public static final Key<Boolean,Integer> IS_SUBPROJECT
Determines whether a task is an inserted project.
bool
type.
public static final Key<NullableBool,Integer> IS_SUBPROJECT_READ_ONLY
Determines whether a subproject is read-only.
bool
type.
public static final Key<Boolean,Integer> IS_MARKED
Shows whether a task is marked for further action or identification of some kind.
bool
type.
public static final Key<Boolean,Integer> IGNORE_WARNINGS
Indicates whether to hide the schedule conflict warning indicator in Microsoft Project.
bool
type.
public static final Key<Boolean,Integer> IS_EXTERNAL_TASK
Determines whether a task is external.
bool
type.
public static final Key<String,Integer> SUBPROJECT_NAME
The source location of a subproject.
string
type.
public static final Key<String,Integer> EXTERNAL_TASK_PROJECT
The source location and task identifier of an external task.
string
type.
public static final Key<Integer,Integer> EXTERNAL_ID
If a task is an external task it contains the task's external Id.
int
type.
public static final Key<Date,Integer> EARLY_START
The earliest date that a task could possibly begin, based on the early start dates of predecessor and successor
tasks and other constraints.
Date
type.
public static final Key<Date,Integer> EARLY_FINISH
The earliest date that a task could possibly finish, based on early finish dates of predecessor and successor
tasks, other constraints, and any leveling delay.
Date
type.
public static final Key<Date,Integer> LATE_START
The latest date that a task can start without delaying the finish of the project.
Date
type.
public static final Key<Date,Integer> LATE_FINISH
The latest date that a task can finish without delaying the finish of the project.
Date
type.
public static final Key<Duration,Integer> START_VARIANCE
The time that represents the difference between a baseline start date of a task or assignment and its currently
scheduled start date.
Duration
type.
public static final Key<Duration,Integer> FINISH_VARIANCE
The time that represents the difference between the baseline finish date of a task or assignment and its current
finish date.
Duration
type.
public static final Key<Duration,Integer> WORK_VARIANCE
The difference between baseline work of a task and the currently scheduled work.
Duration
type.
public static final Key<Double,Integer> COST_VARIANCE
The difference between the baseline cost and total cost for a task, resource, or assignment.
double
type.
public static final Key<Integer,Integer> START_SLACK
The duration between the Early Start and Late Start dates.
int
type.
public static final Key<Integer,Integer> FINISH_SLACK
The duration between the Early Finish and Late Finish dates.
int
type.
public static final Key<Integer,Integer> FREE_SLACK
The time that a task can be delayed without delaying any successor tasks.
int
type.
public static final Key<Integer,Integer> TOTAL_SLACK
The time a task's finish date can be delayed without delaying the project's finish date.
int
type.
public static final Key<Double,Integer> FIXED_COST
Shows any non resource task expense.
double
type.
public static final Key<Integer,Integer> FIXED_COST_ACCRUAL
Determines choices for how and when fixed costs are to be charged, or accrued, to the cost of a task.
CostAccrualType
type.
public static final Key<Integer,Integer> PERCENT_COMPLETE
The current status of a task, expressed as the percentage of the task's duration that has been completed.
int
type.
public static final Key<Integer,Integer> PERCENT_WORK_COMPLETE
The current status of a task expressed as the percentage of work that has been completed.
int
type.
public static final Key<BigDecimal,Integer> COST
The total scheduled or projected cost for a task based on costs already incurred for work performed by resources
assigned to the tasks, in addition to the costs planned for the remaining work.
BigDecimal
type.
public static final Key<BigDecimal,Integer> OVERTIME_COST
The total overtime cost for a task, for a resource on all assigned tasks, or for a resource assignment.
BigDecimal
type.
public static final Key<Date,Integer> ACTUAL_START
The date and time that a task actually began.
Date
type.
public static final Key<Date,Integer> ACTUAL_FINISH
The date when a task was completed.
Date
type.
public static final Key<Duration,Integer> ACTUAL_DURATION
The span of actual working time for a task, based on the scheduled duration and current remaining work or percent complete.
public static final Key<BigDecimal,Integer> ACTUAL_COST
Costs incurred for work already performed by resources on their tasks, together with any other recorded costs
associated with the task.
BigDecimal
type.
public static final Key<BigDecimal,Integer> ACTUAL_OVERTIME_COST
Costs incurred for overtime work already performed on tasks by assigned resources.
BigDecimal
type.
public static final Key<Duration,Integer> ACTUAL_WORK
The amount of work that has already been done by resources assigned to tasks.
Duration
type.
public static final Key<Duration,Integer> ACTUAL_OVERTIME_WORK
The actual amount of overtime work already performed by resources assigned to tasks.
Duration
type.
public static final Key<Duration,Integer> REGULAR_WORK
The total amount of non overtime work scheduled to be performed by resources.
Duration
type.
public static final Key<Duration,Integer> OVERTIME_WORK
The amount of overtime scheduled to be performed by all resources assigned to a task.
Duration
type.
public static final Key<Duration,Integer> REMAINING_DURATION
The time that is required to complete the unfinished part of a task.
Duration
type.
public static final Key<BigDecimal,Integer> REMAINING_COST
The remaining scheduled expense that will be incurred in completing the remaining scheduled work.
BigDecimal
type.
public static final Key<Duration,Integer> REMAINING_WORK
The time still required to complete a task or setInternal of tasks.
Duration
type.
public static final Key<Duration,Integer> REMAINING_OVERTIME_WORK
The amount of remaining scheduled overtime time.
Duration
type.
public static final Key<BigDecimal,Integer> REMAINING_OVERTIME_COST
The remaining scheduled overtime expense for a task.
BigDecimal
type.
public static final Key<Double,Integer> ACWP
Costs incurred for work already done on a task, up to the project status date or today's date.
double
type.
public static final Key<Double,Integer> CV
The difference between the baseline cost and total cost for a task. Cost Variance = Cost - Baseline Cost
double
type.
public static final Key<Integer,Integer> CONSTRAINT_TYPE
Provides choices for the type of constraint that can be applied for scheduling a task.
ConstraintType
type.
public static final Key<Date,Integer> CONSTRAINT_DATE
The specific date associated with the constraint type.
Date
type.
public static final Key<Date,Integer> DEADLINE
A target date that indicates when a task is to be completed.
Date
type.
public static final Key<NullableBool,Integer> LEVEL_ASSIGNMENTS
Determines whether the leveling function can delay and split individual assignments in order to resolve over allocations.
boolean
type.public static final Key<NullableBool,Integer> LEVELING_CAN_SPLIT
Determines whether the resource leveling function can cause splits on remaining work on this task.
bool
type.
public static final Key<Duration,Integer> LEVELING_DELAY
The time that a task is to be delayed from its early start date because of resource leveling.
Duration
type.
public static final Key<Integer,Integer> LEVELING_DELAY_FORMAT
The format of expressing the duration of a delay.
TimeUnitType
type.
public static final Key<Date,Integer> PRELEVELED_START
The start date of a task as it was before resource leveling was done.
Date
type.
public static final Key<Date,Integer> PRELEVELED_FINISH
The finish date of a task as it was before resource leveling was done.
Date
type.
public static final Key<String,Integer> HYPERLINK
The title or explanatory text for a hyperlink associated with a task.
string
type.
public static final Key<String,Integer> HYPERLINK_ADDRESS
The address for a hyperlink associated with a task.
string
type.
public static final Key<String,Integer> HYPERLINK_SUB_ADDRESS
The specific location in a document in a hyperlink associated with a task.
string
type.
public static final Key<NullableBool,Integer> IGNORE_RESOURCE_CALENDAR
Determines whether the scheduling of the task considers the calendars of the resources assigned to the task.
bool
type.
public static final Key<NullableBool,Integer> HIDE_BAR
Determines whether the Gantt bar of a task is hidden when displayed in Microsoft Project.
bool
type.
public static final Key<NullableBool,Integer> IS_ROLLUP
Determines whether information about the subtask Gantt bars will be rolled up to the summary task bar.
bool
type.
public static final Key<Double,Integer> BCWS
The cumulative time phased baseline costs up to the status date or today's date.
double
type.
public static final Key<Double,Integer> BCWP
The cumulative value of the task's percent complete multiplied by the time phased baseline costs.
double
type.
public static final Key<Integer,Integer> PHYSICAL_PERCENT_COMPLETE
Percent complete value that can be be used as an alternative for calculating budgeted cost of work performed
(BCWP).
int
type.
public static final Key<Integer,Integer> EARNED_VALUE_METHOD
Determines whether the % Complete or Physical % Complete field should be used to calculate budgeted cost of work
performed (BCWP).
EarnedValueMethodType
type.
public static final Key<Duration,Integer> ACTUAL_WORK_PROTECTED
The duration through which actual work is protected.
Duration
type.
public static final Key<Duration,Integer> ACTUAL_OVERTIME_WORK_PROTECTED
The duration through which actual overtime work is protected.
Duration
type.
public static final Key<NullableBool,Integer> IS_PUBLISHED
Determines whether the current task should be published to Project Server with the rest of the project.
bool
type.
public static final Key<String,Integer> STATUS_MANAGER
The name of the enterprise resource who is to receive status updates for the current task from resources.
string
type.
public static final Key<Date,Integer> COMMITMENT_START
The start date of a delivery.
Reading supported for XML format only.
public static final Key<Date,Integer> COMMITMENT_FINISH
The finish date of a delivery.
Reading supported for XML format only.
public static final Key<Integer,Integer> COMMITMENT_TYPE
Determines whether a task has an associated delivery or a dependency on an associated delivery.
Reading supported for XML format only.
int
type.
public static final Key<NullableBool,Integer> IS_MANUAL
Determines whether a task is manually scheduled.
bool
type.
public static final Key<NullableBool,Integer> IS_EXPANDED
Determines whether a summary task is expanded or not in GanttChart view.
bool
type.
public static final Key<String,Integer> GUID
The generated unique identification codes for a task.
string
type.
public static final Key<String,Integer> NOTES_TEXT
Notes' plain text extracted from RTF data.
string
type.
public static final Key<String,Integer> NOTES_RTF
The text notes in RTF format.
string
type.
public static final Key<Date,Integer> MANUAL_START
Defines manually scheduled start of a task.
Date
type.
public static final Key<Date,Integer> MANUAL_FINISH
Defines manually scheduled finish of a task.
Date
type.
public static final Key<Duration,Integer> MANUAL_DURATION
Defines manually scheduled duration of a task.
Date
type.
public static final Key<Duration,Integer> BUDGET_WORK
Budget work for budget work and material resources. Budget resources are assigned only to the project summary
task.
Duration
type.
public static final Key<BigDecimal,Integer> BUDGET_COST
Budget costs for budget cost resources. Budget resources are assigned only to the project summary task.
BigDecimal
type.
public static final Key<NullableBool,Integer> DISPLAY_AS_SUMMARY
Determines whether the task should be displayed as a summary task.
Reading supported for XML format only.
public static final Key<NullableBool,Integer> IS_ACTIVE
Determines whether a task is active. Inactive tasks no longer affect other tasks or the overall Project schedule.
bool
type.
public static final Key<String,Integer> START_TEXT
Returns the task's start text.
string
type.
public static final Key<String,Integer> DURATION_TEXT
Returns the task's duration text.
string
type.
public static final Key<String,Integer> FINISH_TEXT
Returns the task's finish text.
string
type.
public static final Key<Boolean,Integer> DISPLAY_ON_TIMELINE
Specifies whether a task should be displayed on a timeline view.