com.ibm.rpm.timesheet.scope
TimesheetApprovalStatusScope

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

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

TimesheetApprovalStatusScope represents a scope to navigate to objects that are related to TimesheetApprovalStatus.

Related code samples :

Java

C#

Field Summary
ResourceScope lastApprovedRejectedBy
   The scope of the TimesheetApprovalStatus' lastApprovedRejectedBy.
WorkElementScope project
   The scope of the TimesheetApprovalStatus' project.
ResourceScope resource
   The scope of the TimesheetApprovalStatus' resource.

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

lastApprovedRejectedBy


ResourceScope lastApprovedRejectedBy
The scope of the TimesheetApprovalStatus' lastApprovedRejectedBy.

project


WorkElementScope project
The scope of the TimesheetApprovalStatus' project.

resource


ResourceScope resource
The scope of the TimesheetApprovalStatus' resource.

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.