Class FindRequest


public class FindRequest extends NdrRequest
Convenience method for constructing "find" NdrRequest.

See NDR API documentationinvalid input: '<'/>.

Version:
$Id: FindRequest.java,v 1.8 2009/03/20 23:33:53 jweather Exp $
Author:
Jonathan Ostwald
  • Constructor Details

    • FindRequest

      public FindRequest()
      Constructor for the FindRequest object
    • FindRequest

      public FindRequest(NDRConstants.NDRObjectType objectType)
      Constructor for the FindRequest to restrict hits to objects of specified type.
      Parameters:
      objectType - NOT YET DOCUMENTED
  • Method Details

    • getResultHandle

      public String getResultHandle() throws Exception
      Gets the first handle (of potentially many) found.
      Returns:
      The resultHandle value
      Throws:
      Exception - NOT YET DOCUMENTED
    • getResultHandles

      public List getResultHandles() throws Exception
      Gets the resultHandle attribute of the ListMembersRequest object
      Returns:
      The resultHandle value
      Throws:
      Exception - NOT YET DOCUMENTED