DLESE Tools
v1.6.0

org.dlese.dpc.ndr.request
Class AddAggregatorRequest

java.lang.Object
  extended by org.dlese.dpc.ndr.request.SimpleNdrRequest
      extended by org.dlese.dpc.ndr.request.NdrRequest
          extended by org.dlese.dpc.ndr.request.SignedNdrRequest
              extended by org.dlese.dpc.ndr.request.AddAggregatorRequest

public class AddAggregatorRequest
extends SignedNdrRequest

NOT YET DOCUMENTED

Version:
$Id: AddAggregatorRequest.java,v 1.7 2009/03/20 23:33:53 jweather Exp $
Author:
Jonathan Ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.ndr.request.SignedNdrRequest
inputXML, objectType
 
Fields inherited from class org.dlese.dpc.ndr.request.SimpleNdrRequest
handle, requestAgent, verb, verbose
 
Constructor Summary
AddAggregatorRequest()
          Constructor for the AddAggregatorRequest object
AddAggregatorRequest(String agentHandle)
          Convenience constructor that initializes the aggregatorFor releationship with provided agentHandle.
 
Method Summary
 void associateWith(String resourceHandle)
          Addes "associatedWith" relationship to provided resourceHandle.
 void setAggregatorFor(String agentHandle)
          Sets the aggregatorFor attribute of the AddAggregatorRequest object
 
Methods inherited from class org.dlese.dpc.ndr.request.SignedNdrRequest
authorizeToChange, authorizeToChange, getNDRConnection, report
 
Methods 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, getObjectType, getPayload, setDataInfoStream, setObjectType, submit, submit
 
Methods 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAggregatorRequest

public AddAggregatorRequest()
Constructor for the AddAggregatorRequest object


AddAggregatorRequest

public AddAggregatorRequest(String agentHandle)
Convenience constructor that initializes the aggregatorFor releationship with provided agentHandle.

Parameters:
agentHandle - NOT YET DOCUMENTED
Method Detail

setAggregatorFor

public void setAggregatorFor(String agentHandle)
Sets the aggregatorFor attribute of the AddAggregatorRequest object

Parameters:
agentHandle - The new aggregatorFor value

associateWith

public void associateWith(String resourceHandle)
Addes "associatedWith" relationship to provided resourceHandle.

This relationship is used to connect a Collection Aggregator with the Collection Resource.

Parameters:
resourceHandle - NOT YET DOCUMENTED

DLESE Tools
v1.6.0