Uses of Class
org.apache.directory.shared.dsmlv2.request.BatchRequest.ResponseOrder

Packages that use BatchRequest.ResponseOrder
org.apache.directory.shared.dsmlv2.request   
 

Uses of BatchRequest.ResponseOrder in org.apache.directory.shared.dsmlv2.request
 

Methods in org.apache.directory.shared.dsmlv2.request that return BatchRequest.ResponseOrder
 BatchRequest.ResponseOrder BatchRequest.getResponseOrder()
          Gets the reponse order type of the request
 BatchRequest.ResponseOrder BatchRequestDsml.getResponseOrder()
          Gets the reponse order type of the request
static BatchRequest.ResponseOrder BatchRequest.ResponseOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BatchRequest.ResponseOrder[] BatchRequest.ResponseOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.shared.dsmlv2.request with parameters of type BatchRequest.ResponseOrder
 void BatchRequest.setResponseOrder(BatchRequest.ResponseOrder responseOrder)
          Sets the reponse order type of the request
 void BatchRequestDsml.setResponseOrder(BatchRequest.ResponseOrder responseOrder)
          Sets the reponse order type of the request
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.