diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-06 14:13:11 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-06 14:13:11 +0000 |
commit | 4515893178d89790a54c55b62518443fefbf7475 (patch) | |
tree | 0938e21c1f1b4b84dee741c6aca3fcd0f0c3d0ff /archiva-docs/src/site/apt/adminguide/webservices | |
parent | a6a448659f7439a41b5251c71d2faadf90f51857 (diff) | |
download | archiva-4515893178d89790a54c55b62518443fefbf7475.tar.gz archiva-4515893178d89790a54c55b62518443fefbf7475.zip |
fix documentation as database has been removed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/adminguide/webservices')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt b/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt index b5eb877f1..ca6abc420 100644 --- a/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt +++ b/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt @@ -72,7 +72,7 @@ http://svn.apache.org/repos/asf/archiva/tags/archiva-1.2/archiva-modules/archiva the last \<argument\> is where you set the user's password. After configuring the pom, you can now run the sample client by executing <<mvn exec:java>> in the command-line. You should be - able to see the list of managed and remote repositories, the list of database and repository consumers and more printed on the + able to see the list of managed and remote repositories, the list of repository consumers and more printed on the command-line. * Administration Service @@ -83,12 +83,6 @@ http://svn.apache.org/repos/asf/archiva/tags/archiva-1.2/archiva-modules/archiva [[1]] Boolean executeRepositoryScanner( String repoId ) - triggers the repository scanner to scan the specified repository. - [[2]] Boolean executeDatabaseScanner() - triggers the database scanner to be executed. - - [[3]] List\<String\> getAllDatabaseConsumers() - retrieves all the Archiva database consumers associated with the database scanning. - - [[4]] Boolean configureDatabaseConsumer( String consumerId, boolean enable ) - enables or disables the specified database consumer. - [[5]] List\<String\> getAllRepositoryConsumers() - retrieves all the Archiva repository consumers associated with the repository scanning. [[6]] Boolean configureRepositoryConsumer( String repoId, String consumerId, boolean enable ) - enables or disables the specified |