CustomFieldScope

Description

Package: com.ibm.rpm.customfield.scope

Extends: RPMObjectScope

Usage

CustomFieldScope is used to define the extent of a save or load operation on a GenericCustomField or any of its derived classes.

One or many CustomFieldScopes must be specified when saving or loading ancestors and/or descendants of a given custom field.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. CustomFieldScope Field Description
Field Detail
children

Type: CustomFieldScope

Default value: null

Description: The children attribute scope.

Field validation description: N/A

Additional field security restrictions: N/A

parent

Type: RPMObjectScope

Default value: null

Description: The parent attribute scope.

Field validation description: Must be a CustomFieldScope.

Additional field security restrictions: N/A

Inherited Fields

N/A

Related Objects