com.ibm.rpm.wbs.scope
ResourceTaskAssignmentScope

com.ibm.rpm.framework.RPMObjectScope
  extended bycom.ibm.rpm.wbs.scope.ResourceTaskAssignmentScope

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

ResourceTaskAssignmentScope represents a scope to navigate to objects that are related to ResourceTaskAssignment.

Related code samples :

Java

C#

Field Summary
xsd:boolean assignmentStatus
   Determines whether or not to include the ResourceTaskAssignment's assignmentStatus.
ProfileScope profile
   The scope of the Profile associated with the ResourceTaskAssignment.
ResourceScope resource
   The scope of the Resource associated with the ResourceTaskAssignment.
TaskAssignmentScope taskAssignment
   The scope of the TaskAssignment associated with the ResourceTaskAssignment.

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

assignmentStatus


xsd:boolean  assignmentStatus
Determines whether or not to include the ResourceTaskAssignment's assignmentStatus.

profile


ProfileScope profile
The scope of the Profile associated with the ResourceTaskAssignment.

resource


ResourceScope resource
The scope of the Resource associated with the ResourceTaskAssignment.

taskAssignment


TaskAssignmentScope taskAssignment
The scope of the TaskAssignment associated with the ResourceTaskAssignment.

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.