com.ibm.rpm.wbs.containers
Profile

com.ibm.rpm.framework.RPMObject
  extended bycom.ibm.rpm.wbs.containers.Profile

Profile
Extends: com.ibm.rpm.framework.RPMObject
Child objects: None

Related scope: com.ibm.rpm.wbs.scope.ProfileScope

based on pre-configured competencies/skills, that are then assigned to the project with effort/work. It is mandatory for a Profile to have a minimum of one competency attribute assignment.

A Profile must be created using a containing ResourceTaskAssignment container. The Profile container has no valid parents.

The ResourceTaskAssignment's parent (of type WorkElement) must contain a Project with an ID.

If the ResourceTaskAssignment's parent WorkElement is not of type GenericProject, the Project associated with the WorkElement must have its assignmentType must be set to 'Work'.

The checkout mode type is: Parent

Supported API Calls: Primary key: The following fields are required when using the loadFromID and loadArrayFromID methods:

ID

Related code samples :

Java

C#

Field Summary
Geographical geographical
   The geographical location associated with the profile.
Organizational organizational
   The organization associated with the profile.
Pool pool
   The resource pool associated with the profile.
ProfileCompetencyAssignment[] profileCompetencyAssignments
   The competencies associated with the profile.
xsd:string profileName
   The name of the profile.

This field is read-only.

ProfileSkillAssignment[] profileSkillAssignments
   The skill attributes associated with the profile.

Inherited Field Summary
xsd:string contextName
   The context name identifies which section of the Web Services API the object belongs to. This value of this field is generated automatically when creating the RPMObject.
xsd:boolean deleted
   If the value of this field is set to true, then the RPMObject will be deleted when performing a save.
xsd:string ID
   The unique ID of the RPMObject. If the value of this field is set to null, the save operation will generate the ID automatically when creating the RPMObject. If an ID is specified, then the save operation will attempt to update an existing RPMObject.
RPMObject parent
   The parent of the RPMObject.

Field Detail

geographical


Geographical geographical
The geographical location associated with the profile.

Scoping: This field will be used by the API if the scope field geographical is enabled.

Relationship: This field is a reference relationship.


organizational


Organizational organizational
The organization associated with the profile.

Scoping: This field will be used by the API if the scope field organizational is enabled.

Relationship: This field is a reference relationship.


pool


Pool pool
The resource pool associated with the profile.

Scoping: This field will be used by the API if the scope field pool is enabled.

Relationship: This field is a reference relationship.


profileCompetencyAssignments


ProfileCompetencyAssignment[] profileCompetencyAssignments
The competencies associated with the profile.

Null value: This field may never be null.

Scoping: This field will be used by the API if the scope field profileCompetencyAssignments is enabled.

Relationship: This field is a composite relationship. Deleting the current object will delete the object stored in this field.


profileName


xsd:string  profileName
The name of the profile.

This field is read-only.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.


profileSkillAssignments


ProfileSkillAssignment[] profileSkillAssignments
The skill attributes associated with the profile.

Scoping: This field will be used by the API if the scope field profileSkillAssignments is enabled.

Relationship: This field is a composite relationship. Deleting the current object will delete the object stored in this field.


Inherited Field Detail

contextName


xsd:string  contextName
The context name identifies which section of the Web Services API the object belongs to. This value of this field is generated automatically when creating the RPMObject.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.


deleted


xsd:boolean  deleted
If the value of this field is set to true, then the RPMObject will be deleted when performing a save.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.


ID


xsd:string  ID
The unique ID of the RPMObject. If the value of this field is set to null, the save operation will generate the ID automatically when creating the RPMObject. If an ID is specified, then the save operation will attempt to update an existing RPMObject.

Read-only behavior: The value of this field is read only.


parent


RPMObject parent
The parent of the RPMObject.

Scoping: This field will be used by the API if the scope field parent is enabled.

Read-only behavior: The value of this field is read only after the object was created.

Relationship: This field is a reference relationship.

X-Path availability: This field doesn't support X-Path queries.