RPMObject

Description

Package: com.ibm.rpm.framework

Extends: N/A

Usage

RPMObject is an abstract class used to represent the majority of containers in the Rational Portfolio Manager Web Services API.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. RPMObject Field Description
Field Detail
ID

Type: string

Default value: null

Description: The unique ID of the RPMObject. If the value of this field is set to null, the save operation will generate the ID automatically when creating the RPMObject. If an ID is specified, then the save operation will attempt to update an existing RPMObject.

Field validation description: N/A

Additional field security restrictions: N/A

parent

Type: RPMObject

Default value: null

Description: The parent of the RPMObject.

Field validation description: N/A

Additional field security restrictions: N/A

deleted

Type: boolean

Default value: false

Description: If the value of this field is set to true, then the RPMObject will be deleted when performing a save

Field validation description: N/A

Additional field security restrictions: N/A

contextName

Type: string

Default value: N/A

Description: The context name identifies which section of the Web Services API the object belongs to. This value of this field is generated automatically when creating the RPMObject.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Fields

N/A

Related Objects

N/A