SingleResult

Description

Package: com.ibm.rpm.framework

Extends: Result

Usage

SingleResult is used as the return type of many API methods. SingleResult encapsulates the resulting RPMObject 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. SingleResult Field Description
Field Detail
rpmObject

Type: RPMObject

Default value: N/A

Description: The RPMObject 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