ResourceAttributeSkillCategory

Description

Package: com.ibm.rpm.resource.containers

Extends: ResourceAttribute

Usage

Represents a skill category, the highest level in the skill tree structure. A ResourceAttributeSkillCategory can only have children of type ResourceAttributeSkillClassification. Saving a skill category will save all of its children and deleting a skill 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. ResourceAttributeSkillCategory Field Description
Field Details
classifications

Type: ResourceAttributeSkillClassification[]

Default value: N/A

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