com.ibm.rpm.timesheet.scope
SummaryTimesheetScope

com.ibm.rpm.framework.RPMObjectScope
  extended bycom.ibm.rpm.timesheet.scope.SummaryTimesheetScope

SummaryTimesheetScope
Extends: com.ibm.rpm.framework.RPMObjectScope
Child objects: None

SummaryTimesheetScope represents a scope to navigate to objects that are related to SummaryTimesheet.

Related code samples :

Java

C#

Field Summary
TimesheetApprovalStatusScope approvalStatus
   The scope of SummaryTimesheet's approvalStatus.
xsd:boolean project
   Determines whether the project is in the scope or not.
xsd:boolean resource
   Determines whether resource is in the scope or not.
xsd:boolean timeCodes
   Whether timeCode1 and timeCode2 are in the scope.
WorkElementScope workElement
   Determines whether workElement is in the scope or not.

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

approvalStatus


TimesheetApprovalStatusScope approvalStatus
The scope of SummaryTimesheet's approvalStatus.

project


xsd:boolean  project
Determines whether the project is in the scope or not.

resource


xsd:boolean  resource
Determines whether resource is in the scope or not.

timeCodes


xsd:boolean  timeCodes
Whether timeCode1 and timeCode2 are in the scope.

workElement


WorkElementScope workElement
Determines whether workElement is in the scope or not.

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.