ResourceAttributeCompetencyClassification

Description

Package: com.ibm.rpm.resource.containers

Extends: ResourceAttribute

Usage

Represents a competency classification, specifically, the second level in the skill tree structure. A ResourceAttributeCompetencyClassification may only have children of type ResourceAttributeCompetency. Saving an instance of ResourceAttributeCompetencyClassification will save all of its children and deleting an instance of ResourceAttributeCompetencyClassification will delete all of them.

Parent is mandatory, allowed parent type is ResourceAttributeCompetencyCategory.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. ResourceAttributeCompetencyClassification Field Description
Field Details
Attributes

Type: ResourceAttributeCompetency[]

Default value: N/A

Description: The children ResourceAttributeCompetency 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