@Path(value="/dataValidatorService/") public interface DataValidatorService
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | managedRepositoryIdNotExists(String id) | 
| Boolean | networkProxyIdNotExists(String id) | 
| Boolean | remoteRepositoryIdNotExists(String id) | 
@Path(value="managedRepositoryIdNotExists")
 @GET
 @Produces(value={"application/json","application/xml"})
Boolean managedRepositoryIdNotExists(@QueryParam(value="id")
                                                                                                                                                String id)
                                                                                                                                         throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="remoteRepositoryIdNotExists")
 @GET
 @Produces(value={"application/json","application/xml"})
Boolean remoteRepositoryIdNotExists(@QueryParam(value="id")
                                                                                                                                              String id)
                                                                                                                                       throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="networkProxyIdNotExists")
 @GET
 @Produces(value={"application/json","application/xml"})
Boolean networkProxyIdNotExists(@QueryParam(value="id")
                                                                                                                                      String id)
                                                                                                                               throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.