com.ibm.rpm.timesheet.scope
StepScope

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

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

StepScope represents a scope to navigate to objects that are related to Step.

Related code samples :

Java

C#

Field Summary
xsd:boolean project
   Defines whether project is in the scope or not.
xsd:boolean resource
   Defines whether resource is in the scope or not.
xsd:boolean taskAssignment
   Defines whether taskAsssignment is in the scope or not.
xsd:boolean timeCodes
   Whether timeCode1 and timeCode2 are in the scope.
xsd:boolean timesheets
   Defines whether timesheets are in the scope or not.
WorkElementScope workElement
   Defines whether workElement is in the scope or not.

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

project


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

resource


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

taskAssignment


xsd:boolean  taskAssignment
Defines whether taskAsssignment is in the scope or not.

timeCodes


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

timesheets


xsd:boolean  timesheets
Defines whether timesheets are in the scope or not.

workElement


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

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.