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

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

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

Methods in org.apache.directory.shared.dsmlv2.request that return BatchRequest.Processing
 BatchRequest.Processing BatchRequest.getProcessing()
          Gets the processing type of the request
 BatchRequest.Processing BatchRequestDsml.getProcessing()
          Gets the processing type of the request
static BatchRequest.Processing BatchRequest.Processing.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BatchRequest.Processing[] BatchRequest.Processing.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.Processing
 void BatchRequest.setProcessing(BatchRequest.Processing processing)
          Sets the processing type of the request
 void BatchRequestDsml.setProcessing(BatchRequest.Processing processing)
          Sets the processing type of the request
 



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