com.ibm.rpm.timesheet.containers
PersonalTask

com.ibm.rpm.framework.RPMObject
  extended bycom.ibm.rpm.timesheet.containers.AbstractTimesheetElement
   extended bycom.ibm.rpm.timesheet.containers.GenericTimesheetElement
    extended bycom.ibm.rpm.timesheet.containers.PersonalTask

PersonalTask
Extends: com.ibm.rpm.timesheet.containers.GenericTimesheetElement
Child objects: None

A PersonalTask is used to track non-project work.

Checking out (or in) an instance of this container checks out (or in) all timesheet objects assigned to the same resource for the resource that is currently logged in.

Supported API Calls: Primary key: The following fields are required when using the loadFromID and loadArrayFromID methods:

ID

Inherited Field Summary
xsd:double actual
    The actual of the timesheet element.
xsd:string contextName
   The context name identifies which section of the Web Services API the object belongs to. This value of this field is generated automatically when creating the RPMObject.
xsd:boolean deleted
   If the value of this field is set to true, then the RPMObject will be deleted when performing a save.
xsd:double EETC
    The Estimated Effort to Complete the PersonalTask.
xsd:dateTime finishDate
    The finish date of the timesheet element.
xsd:string ID
   The unique ID of the RPMObject. If the value of this field is set to null, the save operation will generate the ID automatically when creating the RPMObject. If an ID is specified, then the save operation will attempt to update an existing RPMObject.
xsd:string name
   The name of the PersonalTask.
RPMObject parent
   The parent of the RPMObject.
xsd:double percentageCompleted
    The percentage completed of the timesheet element.
xsd:double percentageWork
    The percentage work of the timesheet element.
xsd:dateTime startDate
    The start date of the PersonalTask.

Inherited Field Detail

actual


xsd:double  actual
The actual of the timesheet element.

Minimum: The minimum value for this field is 0.

Read-only behavior: The value of this field is read only.


contextName


xsd:string  contextName
The context name identifies which section of the Web Services API the object belongs to. This value of this field is generated automatically when creating the RPMObject.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.


deleted


xsd:boolean  deleted
If the value of this field is set to true, then the RPMObject will be deleted when performing a save.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.


EETC


xsd:double  EETC
The Estimated Effort to Complete the PersonalTask.

Minimum: The minimum value for this field is 0.

Read-only behavior: The value of this field is read only.

Rounding: The value must be rounded to the nearest 0.25 (time is in 15 minutes increment).


finishDate


xsd:dateTime  finishDate
The finish date of the timesheet element.

Read-only behavior: The value of this field is read only.


ID


xsd:string  ID
The unique ID of the RPMObject. If the value of this field is set to null, the save operation will generate the ID automatically when creating the RPMObject. If an ID is specified, then the save operation will attempt to update an existing RPMObject.

Read-only behavior: The value of this field is read only.


name


xsd:string  name
The name of the PersonalTask.

Minimum: The minimum length for this field is 1 characters.

Maximum: The maximum length for this field is 50 characters.


parent


RPMObject parent
The parent of the RPMObject.

Scoping: This field will be used by the API if the scope field parent is enabled.

Read-only behavior: The value of this field is read only after the object was created.

Relationship: This field is a reference relationship.

X-Path availability: This field doesn't support X-Path queries.

Validation: The parent of type Resource must have an assigned calendar.

Valid types:
com.ibm.rpm.timesheet.containers.PersonalProject

percentageCompleted


xsd:double  percentageCompleted
The percentage completed of the timesheet element.

Minimum: The minimum value for this field is 0.

Maximum: The maximum value for this field is 100.

Read-only behavior: The value of this field is read only.


percentageWork


xsd:double  percentageWork
The percentage work of the timesheet element.

Read-only behavior: The value of this field is read only.


startDate


xsd:dateTime  startDate
The start date of the PersonalTask.

Read-only behavior: The value of this field is read only.

Validation: The start date is read-only when there is actuals.