org.nhind.config.rest.impl.requests
Class DeleteCertificatesByIdsRequest

java.lang.Object
  extended by org.nhindirect.common.rest.UnsecuredServiceRequestBase<T,E>
      extended by org.nhindirect.common.rest.SecuredServiceRequestBase<E,org.nhindirect.common.rest.exceptions.ServiceException>
          extended by org.nhindirect.common.rest.AbstractPutRequest<T,E>
              extended by org.nhindirect.common.rest.AbstractDeleteRequest<org.nhindirect.config.model.Certificate,org.nhindirect.config.model.Certificate>
                  extended by org.nhind.config.rest.impl.requests.DeleteCertificatesByIdsRequest
All Implemented Interfaces:
java.util.concurrent.Callable<org.nhindirect.config.model.Certificate>, org.nhindirect.common.rest.ServiceRequest<org.nhindirect.config.model.Certificate,org.nhindirect.common.rest.exceptions.ServiceException>

public class DeleteCertificatesByIdsRequest
extends org.nhindirect.common.rest.AbstractDeleteRequest<org.nhindirect.config.model.Certificate,org.nhindirect.config.model.Certificate>


Constructor Summary
DeleteCertificatesByIdsRequest(org.apache.http.client.HttpClient httpClient, java.lang.String certServerUrl, org.codehaus.jackson.map.ObjectMapper jsonMapper, org.nhindirect.common.rest.ServiceSecurityManager securityManager, java.util.Collection<java.lang.Long> ids)
           
 
Method Summary
 
Methods inherited from class org.nhindirect.common.rest.SecuredServiceRequestBase
call
 
Methods inherited from class org.nhindirect.common.rest.UnsecuredServiceRequestBase
destroy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteCertificatesByIdsRequest

public DeleteCertificatesByIdsRequest(org.apache.http.client.HttpClient httpClient,
                                      java.lang.String certServerUrl,
                                      org.codehaus.jackson.map.ObjectMapper jsonMapper,
                                      org.nhindirect.common.rest.ServiceSecurityManager securityManager,
                                      java.util.Collection<java.lang.Long> ids)


Copyright © 2014. All Rights Reserved.