ArrayResult

Description

Package: com.ibm.rpm.framework

Extends: Result

Usage

ArrayResult is used as the return type of many API methods. ArrayResult encapsulates the resulting array of RPMObject instances and the exceptions that have been raised during the execution of a method.

Supported API Calls

See the Application interface section for details.

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. ArrayResult Field Description
Field Detail
rpmObjectList

Type: RPMObject[]

Default value: N/A

Description: The RPMObject instances returned by the method. This field is null if no object has been returned.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From Result

Related Objects