Class SearchUserOperationResult

All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, OperationResult, XMLMarshallable

public class SearchUserOperationResult extends SearchResult
This class represents the result of the Search User Operation operation; If the corresponding search operation request has been configured to return objects, this operation result contains the user operations.

Implementation in Your Client Application

Use the method SearchResult.getResult() to retreive the user operations.

Operation Request

SearchUserOperationOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="searchUserOperationResult" type ="SearchResult"/>

  • Field Details

    • RESULT_NAME

      public static final String RESULT_NAME
      The XML tag of the result: "searchUserOperationResult"
      See Also:
  • Constructor Details

    • SearchUserOperationResult

      public SearchUserOperationResult()
      Creates an empty search result.