Package org.dlese.dpc.ndr.request
Class FindRequest
java.lang.Object
org.dlese.dpc.ndr.request.SimpleNdrRequest
org.dlese.dpc.ndr.request.NdrRequest
org.dlese.dpc.ndr.request.FindRequest
Convenience method for constructing "find" NdrRequest.
- Version:
- $Id: FindRequest.java,v 1.8 2009/03/20 23:33:53 jweather Exp $
- Author:
- Jonathan Ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.ndr.request.NdrRequest
inputXML, objectType, payloadFields inherited from class org.dlese.dpc.ndr.request.SimpleNdrRequest
handle, requestAgent, verb, verbose -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the FindRequest objectFindRequest(NDRConstants.NDRObjectType objectType) Constructor for the FindRequest to restrict hits to objects of specified type. -
Method Summary
Modifier and TypeMethodDescriptionGets the first handle (of potentially many) found.Gets the resultHandle attribute of the ListMembersRequest objectMethods inherited from class org.dlese.dpc.ndr.request.NdrRequest
addCommand, addCommand, addCommand, addCommand, addDataStreamCmd, addDataStreamCmd, addDCStreamCmd, addDleseCommand, addDleseCommand, addNativeDataStreamCmd, addNativeDataStreamCmd, addNcsPropertyCmd, addNcsPropertyCmd, addNcsRelationshipCmd, addNcsRelationshipCmd, addOaiVisibilityCmd, addOaiVisibilityCmd, addQualifiedCommand, addQualifiedCommand, addServiceDescriptionCmd, addServiceDescriptionCmd, addStateCmd, addStateCmd, getComponent, getInputXML, getNDRConnection, getObjectType, getPayload, report, setDataInfoStream, setObjectType, submit, submitMethods inherited from class org.dlese.dpc.ndr.request.SimpleNdrRequest
getDebug, getHandle, getNDRConnection, getRequestAgent, getVerb, getVerbose, makePath, pp, prtln, prtlnErr, report, setDebug, setHandle, setRequestAgent, setVerb, setVerbose
-
Constructor Details
-
FindRequest
public FindRequest()Constructor for the FindRequest object -
FindRequest
Constructor for the FindRequest to restrict hits to objects of specified type.- Parameters:
objectType- NOT YET DOCUMENTED
-
-
Method Details