org.apache.archiva.rest.api.services
Interface ProxyConnectorRuleService


public interface ProxyConnectorRuleService

No update method for changing pattern as id is pattern, use delete then add.

Since:
1.4-M3
Author:
Olivier Lamy

Method Summary
 Boolean addProxyConnectorRule(org.apache.archiva.admin.model.beans.ProxyConnectorRule proxyConnectorRule)
           
 Boolean deleteProxyConnectorRule(org.apache.archiva.admin.model.beans.ProxyConnectorRule proxyConnectorRule)
           
 List<org.apache.archiva.admin.model.beans.ProxyConnectorRule> getProxyConnectorRules()
           
 Boolean updateProxyConnectorRule(org.apache.archiva.admin.model.beans.ProxyConnectorRule proxyConnectorRule)
          only to update attached proxy connectors to update pattern use delete then add
 

Method Detail

getProxyConnectorRules

List<org.apache.archiva.admin.model.beans.ProxyConnectorRule> getProxyConnectorRules()
                                                                                     throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

addProxyConnectorRule

Boolean addProxyConnectorRule(org.apache.archiva.admin.model.beans.ProxyConnectorRule proxyConnectorRule)
                              throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

deleteProxyConnectorRule

Boolean deleteProxyConnectorRule(org.apache.archiva.admin.model.beans.ProxyConnectorRule proxyConnectorRule)
                                 throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

updateProxyConnectorRule

Boolean updateProxyConnectorRule(org.apache.archiva.admin.model.beans.ProxyConnectorRule proxyConnectorRule)
                                 throws ArchivaRestServiceException
only to update attached proxy connectors to update pattern use delete then add

Throws:
ArchivaRestServiceException


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.