source: VirtualCollectionRegistry/tags/VirtualCollectionRegistry-0.4.0-alpha2/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/wizard/CreateVirtualCollectionWizard$GeneratedByStep.html @ 5557

Last change on this file since 5557 was 5557, checked in by Twan Goosen, 10 years ago

tag for VCR alpha 2

  • Property svn:eol-style set to native
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml"
5      xmlns:wicket="http://wicket.apache.org/">
6<head />
7<body>
8<wicket:panel>
9<fieldset>
10  <div class="sidenotes">
11    <h4>Note</h4>
12    <p class="last">
13        Intensional virtual collections are very experimental. Use at own risk!
14    </p>
15  </div>
16  <div class="required">
17     <label id="descriptionlabel" class="tooltipparent" for="gen_desc">Description
18         <span class="tooltip">
19             A prose description of the procedure by which the collection items can be retrieved from the external service.
20         </span>
21     </label>
22     <textarea wicket:id="generatedBy.description"
23               id="gen_desc" rows="5" cols="80"></textarea>
24  </div>
25  <div class="optional">
26     <label id="urilabel" class="tooltipparent" for="gen_uri">URI
27         <span class="tooltip">
28            The location of the service from which the items should be retrieved. This value may be a persistent identifier, but could also be a plain URI although this is advised against for published collections.
29         </span>
30     </label>
31     <input wicket:id="generatedBy.uri"
32            id="gen_uri" type="text" size="64" maxlength="255" />
33  </div>
34  <div class="optional">
35     <label id="profilelabel" class="tooltipparent" for="gen_query_profile">Query Profile
36         <span class="tooltip">
37            Identifier of the mechanism, i.e. the protocol to be used, by which the members of the virtual collection should be retrieved. A application exploiting the query can use this to use a proper driver to talk to the service. Example: In case of CLARIN-FCS access the endpoint by FCS-compatible means.
38         </span>
39     </label>
40     <input wicket:id="generatedBy.query.profile"
41            id="gen_query_profile" type="text" size="64" maxlength="255" />
42  </div>
43  <div class="optional">
44     <label id="valuelabel" class="tooltipparent" for="gen_query_value">Query value
45         <span class="tooltip">
46            The query that should be passed on to the service by which it can look up the items that are part of this collection. This value should be in the query language supported by the service. Example: In case of CLARIN-FCS, this value is the CQL query to be send to the endpoint.
47         </span>
48     </label>
49     <textarea wicket:id="generatedBy.query.value"
50               id="gen_query_value" rows="5" cols="80"></textarea>
51  </div>
52</fieldset>
53</wicket:panel>
54</body>
55</html>
Note: See TracBrowser for help on using the repository browser.