Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9736A109D7 for ; Mon, 2 Mar 2015 10:45:45 +0000 (UTC) Received: (qmail 80840 invoked by uid 500); 2 Mar 2015 10:45:45 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 80753 invoked by uid 500); 2 Mar 2015 10:45:45 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 79854 invoked by uid 99); 2 Mar 2015 10:45:44 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 10:45:44 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id A440CAC07B8 for ; Mon, 2 Mar 2015 10:45:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1663249 [20/48] - in /archiva/site-content/docs/2.2.1-SNAPSHOT: ./ adminguide/ adminguide/webservices/ css/ customising/ images/ images/logos/ images/profiles/ images/tour/ img/ js/ rest-docs-archiva-rest-api/ rest-docs-archiva-rest-api/cs... Date: Mon, 02 Mar 2015 10:45:37 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150302104544.A440CAC07B8@hades.apache.org> Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html Mon Mar 2 10:45:30 2015 @@ -0,0 +1,175 @@ + + + + + + + + + + + + + scm + + + + + + + + + + + + + + + +
+
+ +
+
+

scm element

+ + + + + + + + + + + + + +
Type:scm
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<scm> + <developerConnection>...</developerConnection> + <url>...</url> + <connection>...</connection> +</scm> + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_searchRequest.html Mon Mar 2 10:45:30 2015 @@ -0,0 +1,191 @@ + + + + + + + + + + + + + searchRequest + + + + + + + + + + + + + + + +
+
+ +
+
+

searchRequest element

+ + + + + + + + + + + + + +
Type:searchRequest
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<searchRequest> + <groupId>...</groupId> + <artifactId>...</artifactId> + <version>...</version> + <packaging>...</packaging> + <className>...</className> + <repositories>...</repositories> + <repositories>...</repositories> + <!--...more "repositories" elements...--> + <bundleVersion>...</bundleVersion> + <bundleSymbolicName>...</bundleSymbolicName> + <bundleExportPackage>...</bundleExportPackage> + <bundleExportService>...</bundleExportService> + <classifier>...</classifier> + <includePomArtifacts>...</includePomArtifacts> + <queryTerms>...</queryTerms> + <bundleImportPackage>...</bundleImportPackage> + <bundleRequireBundle>...</bundleRequireBundle> + <pageSize>...</pageSize> + <selectedPage>...</selectedPage> +</searchRequest> + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_stringList.html Mon Mar 2 10:45:30 2015 @@ -0,0 +1,182 @@ + + + + + + + + + + + + + stringList + + + + + + + + + + + + + + + +
+
+ +
+
+

stringList element

+ + + + + + + + + + + + + + + + + +
Type:stringList
Namespace:(default namespace)
XML Schema:ns0.xsd
Available Since:1.4-M3
+

+ jaxrs fail to return List<String> so use this contains for rest services returning that +

+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<stringList> + <strings>...</strings> + <strings>...</strings> + <!--...more "strings" elements...--> +</stringList> + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html Mon Mar 2 10:45:30 2015 @@ -0,0 +1,177 @@ + + + + + + + + + + + + + uiConfiguration + + + + + + + + + + + + + + + +
+
+ +
+
+

uiConfiguration element

+ + + + + + + + + + + + + +
Type:uiConfiguration
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<uiConfiguration> + <applicationUrl>...</applicationUrl> + <disableRegistration>...</disableRegistration> + <appletFindEnabled>...</appletFindEnabled> + <disableEasterEggs>...</disableEasterEggs> + <showFindArtifacts>...</showFindArtifacts> +</uiConfiguration> + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_userManagerImplementationInformation.html Mon Mar 2 10:45:30 2015 @@ -0,0 +1,179 @@ + + + + + + + + + + + + + userManagerImplementationInformation + + + + + + + + + + + + + + + +
+
+ +
+
+

userManagerImplementationInformation element

+ + + + + + + + + + + + + + + + + +
Type:userManagerImplementationInformation
Namespace:(default namespace)
XML Schema:ns0.xsd
Available Since:1.4-M4
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<userManagerImplementationInformation> + <beanId>...</beanId> + <descriptionKey>...</descriptionKey> + <readOnly>...</readOnly> +</userManagerImplementationInformation> + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_versionsList.html Mon Mar 2 10:45:30 2015 @@ -0,0 +1,175 @@ + + + + + + + + + + + + + versionsList + + + + + + + + + + + + + + + +
+
+ +
+
+

versionsList element

+ + + + + + + + + + + + + +
Type:versionsList
Namespace:(default namespace)
XML Schema:ns0.xsd
+

Example XML

+ <?xml version="1.0" encoding="UTF-8"?> +<versionsList> + <versions>...</versions> + <versions>...</versions> + <!--...more "versions" elements...--> +</versionsList> + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/favicon.ico URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/favicon.ico?rev=1663249&view=auto ============================================================================== Binary file - no diff available. Propchange: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/favicon.ico ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/index.html URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/index.html?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/index.html (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/index.html Mon Mar 2 10:45:30 2015 @@ -0,0 +1,256 @@ + + + + + + + + + + + + + Apache Archiva REST API + + + + + + + + + + + + + + + +
+
+ +
+
+ +

REST Resources

+

+ This API supports a Representational State Transfer (REST) + model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model: +

+ +

+ There is also a WADL document describing the REST API. +

+ +

Data Model

+ +

+ All endpoints act on a common set of data. The data can be represented with difference media (i.e. "MIME") types, depending on the endpoint + that consumes and/or produces the data. The data can described by XML Schema, which definitively + describes the XML representation of the data. +

+ +

+ This document will describe the data using terms based on XML Schema. + Data can be grouped by namespace, with a schema document describing the elements and types of the namespace. + Generally speaking, types define the structure of the data and elements are instances of a type. For example, + elements are usually produced by (or consumed by) a REST endpoint, and the structure of each element is described by + its type. +

+ + +

Namespace "ns0"

+ + + + + + + + + +
Namespace URI:(default namespace)
XSD:ns0.xsd
+ +

Data Elements

+ + + +

Data Types

+ + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/js/libs/dd_belatedpng.js URL: http://svn.apache.org/viewvc/archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/js/libs/dd_belatedpng.js?rev=1663249&view=auto ============================================================================== --- archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/js/libs/dd_belatedpng.js (added) +++ archiva/site-content/docs/2.2.1-SNAPSHOT/rest-docs-archiva-rest-api/js/libs/dd_belatedpng.js Mon Mar 2 10:45:30 2015 @@ -0,0 +1,13 @@ +/** +* DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML . +* Author: Drew Diller +* Email: drew.diller@gmail.com +* URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/ +* Version: 0.0.8a +* Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license +* +* Example usage: +* DD_belatedPNG.fix('.png_bg'); // argument is a CSS selector +* DD_belatedPNG.fixPng( someNode ); // argument is an HTMLDomElement +**/ +var DD_belatedPNG={ns:"DD_belatedPNG",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createVmlStyleSheet:function(){var b,a;b=document.createElement("style");b.setAttribute("media","screen");document.documentElement.firstChild.insertBefore(b,document.documentElement.firstChild.firstChild);if(b.styleSheet){b=b.styleSheet;b.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");b.addRule(this.ns+"\\:shape","position:absolute;");b.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenStyleSheet=b;a=document.createElement("style");a.setAttribute("media","print");document.documentElement.firstChild.insertBefore(a,document.documentElement.firstChild.firstChild);a=a.styleSheet;a.addRule(this.ns+"\\:*","{display: none !important;}");a.addRule("img."+this.ns+"_sizeFind er","{display: none !important;}")}},readPropertyChange:function(){var b,c,a;b=event.srcElement;if(!b.vmlInitiated){return}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){DD_belatedPNG.applyVML(b)}if(event.propertyName=="style.display"){c=(b.currentStyle.display=="none")?"none":"block";for(a in b.vml){if(b.vml.hasOwnProperty(a)){b.vml[a].shape.style.display=c}}}if(event.propertyName.search("filter")!=-1){DD_belatedPNG.vmlOpacity(b)}},vmlOpacity:function(b){if(b.currentStyle.filter.search("lpha")!=-1){var a=b.currentStyle.filter;a=parseInt(a.substring(a.lastIndexOf("=")+1,a.lastIndexOf(")")),10)/100;b.vml.color.shape.style.filter=b.currentStyle.filter;b.vml.image.fill.opacity=a}},handlePseudoHover:function(a){setTimeout(function(){DD_belatedPNG.applyVML(a)},1)},fix:function(a){if(this.screenStyleSheet){var c,b;c=a.split(",");for(b=0;bn.H){i.B=n.H}d.vml.image.shape.style.clip="rect("+i.T+"px "+(i.R+a)+"px "+i.B+"px "+(i.L+a)+"px)"}else{d.vml.image.shape.style.clip="rect("+f.T+"px "+f.R+"px "+f.B+"px "+f.L+"px)"}},figurePercentage:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]++}return d[f]},fixPng:function(c){c.style.behavior="none";var g,b,f,a,d;if(c.nodeName=="BODY"||c.nodeName=="TD"||c.nodeName=="TR"){return}c.isImg=false;if(c.nodeName=="IMG"){if(c.src.toLowerCase().search(/\.png$/)!=-1){c.isImg=true;c.style.visibility="hidden"}else{return}}else{if(c.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return}}g=DD_belatedPNG;c.vml={color:{},image:{}};b={shape:{},fill:{}};for(a in c.vm l){if(c.vml.hasOwnProperty(a)){for(d in b){if(b.hasOwnProperty(d)){f=g.ns+":"+d;c.vml[a][d]=document.createElement(f)}}c.vml[a].shape.stroked=false;c.vml[a].shape.appendChild(c.vml[a].fill);c.parentNode.insertBefore(c.vml[a].shape,c)}}c.vml.image.shape.fillcolor="none";c.vml.image.fill.type="tile";c.vml.color.fill.on=false;g.attachHandlers(c);g.giveLayout(c);g.giveLayout(c.offsetParent);c.vmlInitiated=true;g.applyVML(c)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}DD_belatedPNG.createVmlNameSpace();DD_belatedPNG.createVmlStyleSheet(); \ No newline at end of file