ResourceAttributeCompetencyCategory

Description

Package: com.ibm.rpm.resource.containers

Extends: ResourceAttribute

Usage

Represents a competency category, specifically, the highest level in the competency tree structure. A ResourceAttributeCompetencyCategory may only have children of type ResourceAttributeCompetencyClassification. Saving a competency category will save all of its children and deleting a competency category will delete all of them.

Parent must be set to null.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. ResourceAttributeCompetencyCategory Field Description
Field Details
classifications

Type: ResourceAttributeCompetencyClassification[]

Default value: N/A

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