com.ibm.rpm.resource.scope
PoolScope

com.ibm.rpm.framework.RPMObjectScope
  extended bycom.ibm.rpm.resource.scope.PoolScope

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

PoolScope represents a scope to navigate to objects that are related to a Pool.

Related code samples :

Java

C#

Field Summary
xsd:boolean administrativeTasks
   This field is true if administrative tasks should be loaded, and is false if not.
xsd:boolean attributeAssignments
   This field is true if attribute assignments should be loaded, and is false if not.
xsd:boolean clientCostCenter
   This field is true if attribute assignments should be loaded, and is false if not.
DocumentScope documentFolder
   The scope of the documentFolder.
PoolDomainScope domain
   The scope of the domain.
PoolReferenceScope poolReferences
   The scope of the children references.
PoolScope pools
   The scope of the children pools.
xsd:boolean resourceAssignments
   This field is true if resource assignments should be loaded, and is false if not.
ResourceScope resources
   The scope of the children resources.
SecurityGroupScope securityGroup
   The scope of security group
xsd:boolean taskAssignments
   ${field.documentation}

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

administrativeTasks


xsd:boolean  administrativeTasks
This field is true if administrative tasks should be loaded, and is false if not.

attributeAssignments


xsd:boolean  attributeAssignments
This field is true if attribute assignments should be loaded, and is false if not.

clientCostCenter


xsd:boolean  clientCostCenter
This field is true if attribute assignments should be loaded, and is false if not.

documentFolder


DocumentScope documentFolder
The scope of the documentFolder.

domain


PoolDomainScope domain
The scope of the domain.

poolReferences


PoolReferenceScope poolReferences
The scope of the children references.

pools


PoolScope pools
The scope of the children pools.

resourceAssignments


xsd:boolean  resourceAssignments
This field is true if resource assignments should be loaded, and is false if not.

resources


ResourceScope resources
The scope of the children resources.

securityGroup


SecurityGroupScope securityGroup
The scope of security group

taskAssignments


xsd:boolean  taskAssignments
${field.documentation}

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.