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

All Known Implementing Classes:
DefaultProxyConnectorRuleService

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(ProxyConnectorRule proxyConnectorRule)
           
 Boolean deleteProxyConnectorRule(ProxyConnectorRule proxyConnectorRule)
           
 List<ProxyConnectorRule> getProxyConnectorRules()
           
 Boolean updateProxyConnectorRule(ProxyConnectorRule proxyConnectorRule)
          only to update attached proxy connectors to update pattern use delete then add
 

Method Detail

getProxyConnectorRules

List<ProxyConnectorRule> getProxyConnectorRules()
                                                throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

addProxyConnectorRule

Boolean addProxyConnectorRule(ProxyConnectorRule proxyConnectorRule)
                              throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

deleteProxyConnectorRule

Boolean deleteProxyConnectorRule(ProxyConnectorRule proxyConnectorRule)
                                 throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

updateProxyConnectorRule

Boolean updateProxyConnectorRule(ProxyConnectorRule proxyConnectorRule)
                                 throws ArchivaRestServiceException
only to update attached proxy connectors to update pattern use delete then add

Throws:
ArchivaRestServiceException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.