ResourceAttributeSkill

Description

Package: com.ibm.rpm.resource.containers

Extends: ResourceAttribute

Usage

Represents a skill, the third level in the skill tree structure. A ResourceAttributeSkill can only have children of type ResourceAttributeSkillProficiencyLevel. Saving a skill will save all of its children and deleting a skill will delete all of them.

Parent is mandatory, allowed parent type is ResourceAttributeSkillClassification.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. ResourceAttributeSkill Field Description
Field Details
proficiencyLevels

Type: ResourceAttributeSkillProficiencyLevel[]

Default value: N/A

Description: The children ResourceAttributeSkillProficiencyLevel objects.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Objects

Click on object for list of inherited fields:

From RPMObject

Related Objects