@Path(value="/archivaAdministrationService/") public interface ArchivaAdministrationService
@Path(value="getLegacyArtifactPaths")
 @GET
 @Produces(value={"application/json","application/xml"})
List<LegacyArtifactPath> getLegacyArtifactPaths()
                                                                                                                                              throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="deleteLegacyArtifactPath")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean deleteLegacyArtifactPath(@QueryParam(value="path")
                                                                                                                                                     String path)
                                                                                                                                              throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="addFileTypePattern")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean addFileTypePattern(@QueryParam(value="fileTypeId")
                                                                                                                                         String fileTypeId,
                                                                                                                                         @QueryParam(value="pattern")
                                                                                                                                         String pattern)
                                                                                                                                  throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="removeFileTypePattern")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean removeFileTypePattern(@QueryParam(value="fileTypeId")
                                                                                                                                               String fileTypeId,
                                                                                                                                               @QueryParam(value="pattern")
                                                                                                                                               String pattern)
                                                                                                                                        throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getFileType")
 @GET
 @Produces(value={"application/json","application/xml"})
FileType getFileType(@QueryParam(value="fileTypeId")
                                                                                                               String fileTypeId)
                                                                                                        throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="addFileType")
 @POST
 @Consumes(value={"application/json","application/xml"})
void addFileType(FileType fileType)
                                                                                                     throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="removeFileType")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean removeFileType(@QueryParam(value="fileTypeId")
                                                                                                                                 String fileTypeId)
                                                                                                                          throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="enabledKnownContentConsumer/{knownContentConsumer}")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean enabledKnownContentConsumer(@PathParam(value="knownContentConsumer")
                                                                                                                                                                                  String knownContentConsumer)
                                                                                                                                                                           throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="enabledKnownContentConsumers")
 @POST
 @Consumes(value={"application/json","application/xml"})
void enabledKnownContentConsumers(List<String> knownContentConsumers)
                                                                                                                                       throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="disabledKnownContentConsumer/{knownContentConsumer}")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean disabledKnownContentConsumer(@PathParam(value="knownContentConsumer")
                                                                                                                                                                                    String knownContentConsumer)
                                                                                                                                                                             throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="enabledInvalidContentConsumer/{invalidContentConsumer}")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean enabledInvalidContentConsumer(@PathParam(value="invalidContentConsumer")
                                                                                                                                                                                        String invalidContentConsumer)
                                                                                                                                                                                 throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="enabledInvalidContentConsumers")
 @POST
 @Consumes(value={"application/json","application/xml"})
void enabledInvalidContentConsumers(List<String> invalidContentConsumers)
                                                                                                                                           throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="disabledInvalidContentConsumer/{invalidContentConsumer}")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
Boolean disabledInvalidContentConsumer(@PathParam(value="invalidContentConsumer")
                                                                                                                                                                                          String invalidContentConsumer)
                                                                                                                                                                                   throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getFileTypes")
 @GET
 @Produces(value={"application/json","application/xml"})
List<FileType> getFileTypes()
                                                                                                                throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getKnownContentConsumers")
 @GET
 @Produces(value={"application/json","application/xml"})
List<String> getKnownContentConsumers()
                                                                                                                                      throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getKnownContentAdminRepositoryConsumers")
 @GET
 @Produces(value={"application/json","application/xml"})
List<AdminRepositoryConsumer> getKnownContentAdminRepositoryConsumers()
                                                                                                                                                                                     throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getInvalidContentAdminRepositoryConsumers")
 @GET
 @Produces(value={"application/json","application/xml"})
List<AdminRepositoryConsumer> getInvalidContentAdminRepositoryConsumers()
                                                                                                                                                                                         throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getInvalidContentConsumers")
 @GET
 @Produces(value={"application/json","application/xml"})
List<String> getInvalidContentConsumers()
                                                                                                                                          throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getOrganisationInformation")
 @GET
 @Produces(value={"application/json","application/xml","text/plain"})
OrganisationInformation getOrganisationInformation()
                                                                                                                                                                  throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="setOrganisationInformation")
 @POST
 @Consumes(value={"application/json","application/xml"})
void setOrganisationInformation(OrganisationInformation organisationInformation)
                                                                                                                                   throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getUiConfiguration")
 @GET
 @Produces(value={"application/json","application/xml"})
UiConfiguration getUiConfiguration()
                                                                                                                             throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="registrationDisabled")
 @GET
 @Produces(value={"application/json","application/xml"})
Boolean registrationDisabled()
                                                                                                                         throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="setUiConfiguration")
 @POST
 @Consumes(value={"application/json","application/xml"})
void setUiConfiguration(UiConfiguration uiConfiguration)
                                                                                                                   throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="applicationUrl") @GET @Produces(value="text/plain") String getApplicationUrl() throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="getNetworkConfiguration")
 @GET
 @Produces(value={"application/json","application/xml"})
NetworkConfiguration getNetworkConfiguration()
                                                                                                                                            throws ArchivaRestServiceException
ArchivaRestServiceException@Path(value="setNetworkConfiguration")
 @POST
 @Consumes(value={"application/json","application/xml"})
void setNetworkConfiguration(NetworkConfiguration networkConfiguration)
                                                                                                                             throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.