Rsc

Inheritance: java.lang.Object

public class Rsc

Represents supported properties of Resource object.

Fields

FieldDescription
ACCRUE_ATDetermines how and when resource standard and overtime costs are to be charged, or accrued, to the cost of a task.
ACTIVE_DIRECTORY_GUIDThe Active Directory Guid for a resource.
ACTUAL_COSTCosts incurred for work already performed by resources on their tasks, along with any other recorded costs associated with the task.
ACTUAL_OVERTIME_COSTCosts incurred for overtime work already performed on tasks by assigned resources.
ACTUAL_OVERTIME_WORKThe actual amount of overtime work already performed by resource assigned to tasks.
ACTUAL_OVERTIME_WORK_PROTECTEDThe amount of work through which actual overtime work is protected.
ACTUAL_WORKThe amount of work that has already been done by resource assigned to tasks.
ACTUAL_WORK_PROTECTEDThe amount of work through which actual work is protected.
ACWPThe actual cost of a work performed by a resource for the project to-date.
ASSIGNMENT_OWNERThe name of an assignment owner.
ASSIGNMENT_OWNER_GUIDThe GUID of an assignment owner.
AVAILABLE_FROMThe starting date that a resource is available for work at the units specified for the current time period.
AVAILABLE_TOThe end date that a resource is available for work at the units specified for the current time period.
BCWPThe budgeted cost of a work performed by a resource for the project to-date.
BCWSThe budget cost of a work scheduled for a resource.
BOOKING_TYPEThe booking type of a resource.
BUDGET_COSTBudget costs for budget cost resources.
BUDGET_WORKbudget work for budget work and material resources.
CALENDARThe calendar of a resource.
CAN_LEVELDetermines whether resource leveling can be done on a resource.
CODEThe code or other information about a resource.
COSTThe total scheduled or projected cost for a resource, based on costs already incurred for work performed by resources assigned to the tasks, in addition to the costs planned for the remaining work.
COST_CENTERIndicates which cost center the costs accrued by the resource should be charged to.
COST_PER_USEThe cost that accrues every time that a resource is used.
COST_VARIANCEThe difference between the baseline cost and total cost for a resource.
CREATEDThe date and time when a resource was added to the project.
CVThe earned value cost variance, through the project status date.
E_MAIL_ADDRESSThe email address of a resource.
FINISHThe date when a resource is scheduled to complete work on all assigned tasks.
GROUPThe group to which a resource belongs.
GUIDContains the generated unique identification code for the resource.
HYPERLINKThe title or explanatory text of a hyperlink associated with a resource.
HYPERLINK_ADDRESSThe address for a hyperlink associated with a resource.
HYPERLINK_SUB_ADDRESSThe specific location in a document in a hyperlink associated with a task.
IDThe position identifier of a resource within the list of resources.
INACTIVEDetermines whether a resource was made inactive by a user who has administrative rights.
INITIALSThe initials of a resource.
IS_BUDGETDetermines whether a work, material, or cost resource is a budget resource.
IS_COST_RESOURCEDetermines whether a resource is a cost resource.
IS_ENTERPRISEShows whether a resource is from the enterprise resource pool (true) or the local resource pool (false).
IS_GENERICDetermines whether a resource is generic or not.
IS_NULLDetermines whether a resource is null.
IS_TEAM_ASSIGNMENT_POOLShows whether the current resource is a team resource.
MATERIAL_LABELThe unit of measure for the material resource.
MAX_UNITSThe maximum number of units representing the maximum capacity for which a resource is available to accomplish any tasks during the current time period.
NAMEThe name of a resource.
NOTES_RTFThe text notes in RTF format.
NOTES_TEXTNotes’ plain text extracted from RTF data.
OVERALLOCATEDIndicates whether a resource is assigned to more work on a specific task or all tasks than can be completed within normal working capacity.
OVERTIME_COSTThe total overtime cost for a resource on all assigned tasks.
OVERTIME_RATEThe rate of pay for overtime work performed by a resource.
OVERTIME_RATE_FORMATThe units used by Microsoft Project to display the overtime rate.
OVERTIME_WORKThe amount of overtime scheduled to be performed by a resource on a task and charged at the overtime rates of the resources involved.
PEAK_UNITSThe maximum assignment unit for a resource at any one point in time for all tasks to which the resource is assigned.
PERCENT_WORK_COMPLETEThe percentage of work completed across all tasks.
PHONETICSThe phonetic spelling of the resource name.
REGULAR_WORKThe total amount of non overtime work scheduled to be performed by resource.
REMAINING_COSTThe remaining scheduled expense that will be incurred in completing the remaining scheduled work.
REMAINING_OVERTIME_COSTThe remaining scheduled overtime expense for a resource.
REMAINING_OVERTIME_WORKThe amount of remaining scheduled overtime.
REMAINING_WORKThe time still required to complete a task or set of tasks.
STANDARD_RATEThe rate of pay for regular, non-overtime work performed by a resource.
STANDARD_RATE_FORMATThe units used by Microsoft Project to display the standard rate.
STARTThe date when an assigned resource is scheduled to begin working on a task.
SVThe earned value schedule variance, through the project status date.
TYPEThe type of a resource.
UIDThe unique identifier of a resource.
WINDOWS_USER_ACCOUNTThe NT account associated with a resource.
WORKThe total amount of time scheduled for a resource on a task.
WORKGROUPThe type of a workgroup to which a resource belongs.
WORK_VARIANCEThe difference between baseline work of a resource and the currently scheduled work.

ACCRUE_AT

public static final Key<Integer,Byte> ACCRUE_AT

Determines how and when resource standard and overtime costs are to be charged, or accrued, to the cost of a task.

ACTIVE_DIRECTORY_GUID

public static final Key<String,Byte> ACTIVE_DIRECTORY_GUID

The Active Directory Guid for a resource.

ACTUAL_COST

public static final Key<BigDecimal,Byte> ACTUAL_COST

Costs incurred for work already performed by resources on their tasks, along with any other recorded costs associated with the task.

ACTUAL_OVERTIME_COST

public static final Key<BigDecimal,Byte> ACTUAL_OVERTIME_COST

Costs incurred for overtime work already performed on tasks by assigned resources.

ACTUAL_OVERTIME_WORK

public static final Key<Duration,Byte> ACTUAL_OVERTIME_WORK

The actual amount of overtime work already performed by resource assigned to tasks.

ACTUAL_OVERTIME_WORK_PROTECTED

public static final Key<Duration,Byte> ACTUAL_OVERTIME_WORK_PROTECTED

The amount of work through which actual overtime work is protected.

ACTUAL_WORK

public static final Key<Duration,Byte> ACTUAL_WORK

The amount of work that has already been done by resource assigned to tasks.

ACTUAL_WORK_PROTECTED

public static final Key<Duration,Byte> ACTUAL_WORK_PROTECTED

The amount of work through which actual work is protected.

ACWP

public static final Key<Double,Byte> ACWP

The actual cost of a work performed by a resource for the project to-date.

ASSIGNMENT_OWNER

public static final Key<String,Byte> ASSIGNMENT_OWNER

The name of an assignment owner.

ASSIGNMENT_OWNER_GUID

public static final Key<String,Byte> ASSIGNMENT_OWNER_GUID

The GUID of an assignment owner.

AVAILABLE_FROM

public static final Key<Date,Byte> AVAILABLE_FROM

The starting date that a resource is available for work at the units specified for the current time period.

AVAILABLE_TO

public static final Key<Date,Byte> AVAILABLE_TO

The end date that a resource is available for work at the units specified for the current time period.

BCWP

public static final Key<Double,Byte> BCWP

The budgeted cost of a work performed by a resource for the project to-date.

BCWS

public static final Key<Double,Byte> BCWS

The budget cost of a work scheduled for a resource.

BOOKING_TYPE

public static final Key<Integer,Byte> BOOKING_TYPE

The booking type of a resource.

BUDGET_COST

public static final Key<BigDecimal,Byte> BUDGET_COST

Budget costs for budget cost resources. Budget resources are assigned only to the project summary task.

BUDGET_WORK

public static final Key<Duration,Byte> BUDGET_WORK

budget work for budget work and material resources. Budget resources are assigned only to the project summary task.

CALENDAR

public static final Key<Calendar,Byte> CALENDAR

The calendar of a resource.

CAN_LEVEL

public static final Key<NullableBool,Byte> CAN_LEVEL

Determines whether resource leveling can be done on a resource.

CODE

public static final Key<String,Byte> CODE

The code or other information about a resource.

COST

public static final Key<BigDecimal,Byte> COST

The total scheduled or projected cost for a resource, based on costs already incurred for work performed by resources assigned to the tasks, in addition to the costs planned for the remaining work.

COST_CENTER

public static final Key<String,Byte> COST_CENTER

Indicates which cost center the costs accrued by the resource should be charged to.

COST_PER_USE

public static final Key<BigDecimal,Byte> COST_PER_USE

The cost that accrues every time that a resource is used.

COST_VARIANCE

public static final Key<Double,Byte> COST_VARIANCE

The difference between the baseline cost and total cost for a resource.

CREATED

public static final Key<Date,Byte> CREATED

The date and time when a resource was added to the project.

CV

public static final Key<Double,Byte> CV

The earned value cost variance, through the project status date. CV is the difference between the task’s BCWP (budgeted cost of work performed) and ACWP (actual cost of work performed).

E_MAIL_ADDRESS

public static final Key<String,Byte> E_MAIL_ADDRESS

The email address of a resource.

FINISH

public static final Key<Date,Byte> FINISH

The date when a resource is scheduled to complete work on all assigned tasks.

GROUP

public static final Key<String,Byte> GROUP

The group to which a resource belongs.

GUID

public static final Key<String,Byte> GUID

Contains the generated unique identification code for the resource.

public static final Key<String,Byte> HYPERLINK

The title or explanatory text of a hyperlink associated with a resource.

public static final Key<String,Byte> HYPERLINK_ADDRESS

The address for a hyperlink associated with a resource.


The full address (Hyperlink Href in Microsoft Project) of the hyperlink is a concatenation of HyperlinkAddress and HyperlinkSubAddress.

public static final Key<String,Byte> HYPERLINK_SUB_ADDRESS

The specific location in a document in a hyperlink associated with a task.


The full address (Hyperlink Href in Microsoft Project) of the hyperlink is a concatenation of HyperlinkAddress and HyperlinkSubAddress.

ID

public static final Key<Integer,Byte> ID

The position identifier of a resource within the list of resources.

INACTIVE

public static final Key<NullableBool,Byte> INACTIVE

Determines whether a resource was made inactive by a user who has administrative rights.

INITIALS

public static final Key<String,Byte> INITIALS

The initials of a resource.

IS_BUDGET

public static final Key<NullableBool,Byte> IS_BUDGET

Determines whether a work, material, or cost resource is a budget resource.

IS_COST_RESOURCE

public static final Key<NullableBool,Byte> IS_COST_RESOURCE

Determines whether a resource is a cost resource.

IS_ENTERPRISE

public static final Key<NullableBool,Byte> IS_ENTERPRISE

Shows whether a resource is from the enterprise resource pool (true) or the local resource pool (false).

IS_GENERIC

public static final Key<NullableBool,Byte> IS_GENERIC

Determines whether a resource is generic or not.

IS_NULL

public static final Key<NullableBool,Byte> IS_NULL

Determines whether a resource is null.

IS_TEAM_ASSIGNMENT_POOL

public static final Key<Boolean,Byte> IS_TEAM_ASSIGNMENT_POOL

Shows whether the current resource is a team resource.

MATERIAL_LABEL

public static final Key<String,Byte> MATERIAL_LABEL

The unit of measure for the material resource.

MAX_UNITS

public static final Key<Double,Byte> MAX_UNITS

The maximum number of units representing the maximum capacity for which a resource is available to accomplish any tasks during the current time period.

NAME

public static final Key<String,Byte> NAME

The name of a resource.

NOTES_RTF

public static final Key<String,Byte> NOTES_RTF

The text notes in RTF format.


Supported for MPP formats only.

NOTES_TEXT

public static final Key<String,Byte> NOTES_TEXT

Notes’ plain text extracted from RTF data.

OVERALLOCATED

public static final Key<NullableBool,Byte> 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.

OVERTIME_COST

public static final Key<BigDecimal,Byte> OVERTIME_COST

The total overtime cost for a resource on all assigned tasks.

OVERTIME_RATE

public static final Key<BigDecimal,Byte> OVERTIME_RATE

The rate of pay for overtime work performed by a resource.

OVERTIME_RATE_FORMAT

public static final Key<Integer,Byte> OVERTIME_RATE_FORMAT

The units used by Microsoft Project to display the overtime rate.

OVERTIME_WORK

public static final Key<Duration,Byte> OVERTIME_WORK

The amount of overtime scheduled to be performed by a resource on a task and charged at the overtime rates of the resources involved.

PEAK_UNITS

public static final Key<Double,Byte> PEAK_UNITS

The maximum assignment unit for a resource at any one point in time for all tasks to which the resource is assigned.

PERCENT_WORK_COMPLETE

public static final Key<Integer,Byte> PERCENT_WORK_COMPLETE

The percentage of work completed across all tasks.

PHONETICS

public static final Key<String,Byte> PHONETICS

The phonetic spelling of the resource name. For use with Japanese only.

REGULAR_WORK

public static final Key<Duration,Byte> REGULAR_WORK

The total amount of non overtime work scheduled to be performed by resource.

REMAINING_COST

public static final Key<BigDecimal,Byte> REMAINING_COST

The remaining scheduled expense that will be incurred in completing the remaining scheduled work.

REMAINING_OVERTIME_COST

public static final Key<BigDecimal,Byte> REMAINING_OVERTIME_COST

The remaining scheduled overtime expense for a resource.

REMAINING_OVERTIME_WORK

public static final Key<Duration,Byte> REMAINING_OVERTIME_WORK

The amount of remaining scheduled overtime.

REMAINING_WORK

public static final Key<Duration,Byte> REMAINING_WORK

The time still required to complete a task or set of tasks.

STANDARD_RATE

public static final Key<BigDecimal,Byte> STANDARD_RATE

The rate of pay for regular, non-overtime work performed by a resource.

STANDARD_RATE_FORMAT

public static final Key<Integer,Byte> STANDARD_RATE_FORMAT

The units used by Microsoft Project to display the standard rate.

START

public static final Key<Date,Byte> START

The date when an assigned resource is scheduled to begin working on a task.

SV

public static final Key<Double,Byte> SV

The earned value schedule variance, through the project status date. SV is the difference between budgeted cost of work performed (BCWP) and budgeted cost of work scheduled (BCWS).

TYPE

public static final Key<Integer,Byte> TYPE

The type of a resource.

UID

public static final Key<Integer,Byte> UID

The unique identifier of a resource.

WINDOWS_USER_ACCOUNT

public static final Key<String,Byte> WINDOWS_USER_ACCOUNT

The NT account associated with a resource.

WORK

public static final Key<Duration,Byte> WORK

The total amount of time scheduled for a resource on a task.

WORKGROUP

public static final Key<Integer,Byte> WORKGROUP

The type of a workgroup to which a resource belongs.

WORK_VARIANCE

public static final Key<Double,Byte> WORK_VARIANCE

The difference between baseline work of a resource and the currently scheduled work.