source: other-projects/trunk/gs3-webservices-democlient/docs/GS3Fedora/index-all.html@ 15490

Last change on this file since 15490 was 15490, checked in by ak19, 16 years ago

Updated docs significantly

File size: 126.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.5.0_10) on Thu May 15 13:35:52 NZST 2008 -->
6<TITLE>
7Index
8</TITLE>
9
10
11<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
12
13<SCRIPT type="text/javascript">
14function windowTitle()
15{
16 parent.document.title="Index";
17}
18</SCRIPT>
19<NOSCRIPT>
20</NOSCRIPT>
21
22</HEAD>
23
24<BODY BGCOLOR="white" onload="windowTitle();">
25
26
27<!-- ========= START OF TOP NAVBAR ======= -->
28<A NAME="navbar_top"><!-- --></A>
29<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31<TR>
32<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33<A NAME="navbar_top_firstrow"><!-- --></A>
34<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/greenstone/fedora/services/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/greenstone/fedora/services/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42 </TR>
43</TABLE>
44</TD>
45<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46</EM>
47</TD>
48</TR>
49
50<TR>
51<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52&nbsp;PREV&nbsp;
53&nbsp;NEXT</FONT></TD>
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
56&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
57&nbsp;<SCRIPT type="text/javascript">
58 <!--
59 if(window==top) {
60 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
61 }
62 //-->
63</SCRIPT>
64<NOSCRIPT>
65 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
66</NOSCRIPT>
67
68
69</FONT></TD>
70</TR>
71</TABLE>
72<A NAME="skip-navbar_top"></A>
73<!-- ========= END OF TOP NAVBAR ========= -->
74
75<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#___">_</A> <HR>
76<A NAME="_A_"><!-- --></A><H2>
77<B>A</B></H2>
78<DL>
79<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#addMetadataWithFixedTagName(org.w3c.dom.Document, org.w3c.dom.Element, java.lang.String, java.lang.String)"><B>addMetadataWithFixedTagName(Document, Element, String, String)</B></A> -
80Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
81<DD>This method retrieves all the metadata elements in the metaDataStream
82 of the form &lt;"namespace:"metadata name="metadataName"&gt;value&lt;/metadata&gt;
83 where "namespace" is the namespace prefix of each tag, and metadataName
84 is the name of the metadata (like author, title).
85<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#addMetadataWithNamespacedTagNames(org.w3c.dom.Document, org.w3c.dom.Element, java.lang.String, java.lang.String)"><B>addMetadataWithNamespacedTagNames(Document, Element, String, String)</B></A> -
86Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
87<DD>This method retrieves all the metadata elements in the metaDataStream
88 parameter of the form &lt;"metadataSetNS:metadata"&gt;"value"&lt;/metadata&gt; where
89 metadataSetNS is the namespace of each tag, and creates a new element of
90 the form &lt;metadata name="metadataSetNS:metadata"&gt;"value"&lt;/metadata&gt; for
91 each.
92<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#ALL_FIELDS"><B>ALL_FIELDS</B></A> -
93Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
94<DD>Field search names and separator used externally
95<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#ALL_TITLES"><B>ALL_TITLES</B></A> -
96Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
97<DD>&nbsp;
98<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#APIA"><B>APIA</B></A> -
99Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
100<DD>The object used to access the Fedora API-A web service methods
101<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#ASSOCFILEPREFIX"><B>ASSOCFILEPREFIX</B></A> -
102Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
103<DD>Prefix of the (img) files associated with Greenstone documents
104 in the Fedora repository
105</DL>
106<HR>
107<A NAME="_B_"><!-- --></A><H2>
108<B>B</B></H2>
109<DL>
110<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#baseURL"><B>baseURL</B></A> -
111Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
112<DD>The location of the fedora server, usually of the form
113 http://localhost:8080/fedora
114<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#browse(java.lang.String, java.lang.String)"><B>browse(String, String)</B></A> -
115Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
116<DD>This method performs the implemented browse operation: allowing the
117 user to browse the titles of documents in the given collection by letter
118 and returning the results.
119<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#browse(java.lang.String, java.lang.String)"><B>browse(String, String)</B></A> -
120Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
121<DD>This method performs the implemented browse operation: allowing the
122 user to browse the titles of documents in the given collection by letter
123 and returning the results.
124<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#browseMetadataRetrieve(java.lang.String[])"><B>browseMetadataRetrieve(String[])</B></A> -
125Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
126<DD>This method performs something equivalent to a greenstone3
127 ClassifierBrowseMetadataRetrieve on the classifierNodeIDs
128<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#browseMetadataRetrieve(java.lang.String[])"><B>browseMetadataRetrieve(String[])</B></A> -
129Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
130<DD>This method performs something equivalent to a greenstone3
131 ClassifierBrowseMetadataRetrieve on the classifierNodeIDs
132<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#browseTitlesByLetter(java.lang.String, java.lang.String)"><B>browseTitlesByLetter(String, String)</B></A> -
133Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
134<DD>Implements browsing document titles of a greenstone collection stored in
135 the fedora repository by letter.
136<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#browseTitlesByLetter(java.lang.String, java.lang.String)"><B>browseTitlesByLetter(String, String)</B></A> -
137Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
138<DD>Allows browsing document titles of a greenstone collection stored in
139 the fedora repository by letter.
140<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#builder"><B>builder</B></A> -
141Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
142<DD>DocumentBuilder used to create and parse XML documents
143<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#builder"><B>builder</B></A> -
144Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
145<DD>A DocumentBuilder object used to construct and parse XML
146</DL>
147<HR>
148<A NAME="_C_"><!-- --></A><H2>
149<B>C</B></H2>
150<DL>
151<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#call"><B>call</B></A> -
152Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
153<DD>The Call object used to connect to the FedoraGSearch web services
154<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#CHILDREN"><B>CHILDREN</B></A> -
155Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
156<DD>constant CHILDREN indicates that a DocumentStructureRetrieve is to
157 return only the child nodes of a section, not any further descendants
158<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#COLLECTION"><B>COLLECTION</B></A> -
159Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
160<DD>&nbsp;
161<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#COLLECTIONNAME"><B>COLLECTIONNAME</B></A> -
162Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
163<DD>&nbsp;
164<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#COLON"><B>COLON</B></A> -
165Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
166<DD>&nbsp;
167<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#COMMA"><B>COMMA</B></A> -
168Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
169<DD>&nbsp;
170<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#connectionRefusedMessage"><B>connectionRefusedMessage</B></A> -
171Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
172<DD>Constant string message to display when a connection is refused
173<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#containsSectionNumber(java.lang.String)"><B>containsSectionNumber(String)</B></A> -
174Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
175<DD>For finding out if the sectionNumber is given as part of the docID.
176<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#convertToMetaNumber(java.lang.String)"><B>convertToMetaNumber(String)</B></A> -
177Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
178<DD>Given a number of the form x(.y.z), this method returns this number
179 as is, except when x = 1, in which case, it would return .y.z
180 That is, given number=3.2.1, this method would return 3.2.1
181 But, given number=1.2.3, this method would return .2.3.
182<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#createAPIA(fedora.server.access.FedoraAPIAServiceLocator, java.lang.String, java.lang.String, boolean)"><B>createAPIA(FedoraAPIAServiceLocator, String, String, boolean)</B></A> -
183Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
184<DD>Tries to create the FedoraAPIA instance using the serviceLocator
185 and the given portSuffix.
186<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#createClassifierElement(org.w3c.dom.Document, java.lang.String, int, java.lang.String, java.lang.String)"><B>createClassifierElement(Document, String, int, String, String)</B></A> -
187Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
188<DD>&nbsp;
189<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#createDocNodeFromSubsection(org.w3c.dom.Document, org.w3c.dom.Element, java.lang.String)"><B>createDocNodeFromSubsection(Document, Element, String)</B></A> -
190Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
191<DD>Given a particular subsection element, this method creates a
192 Greenstone3 DocumentNode element that mirrors it.
193<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#createDocStructure(org.w3c.dom.Document, org.w3c.dom.Element, org.w3c.dom.Element, java.lang.String)"><B>createDocStructure(Document, Element, Element, String)</B></A> -
194Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
195<DD>Recursive method that creates a documentStructure mirroring parameter
196 section, starting from parameter parent down to all descendants
197<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#createNameValuePairElement(org.w3c.dom.Document, java.lang.String, java.lang.String, java.lang.String)"><B>createNameValuePairElement(Document, String, String, String)</B></A> -
198Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
199<DD>&nbsp;
200<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#createResponseMessage(org.w3c.dom.Document, org.w3c.dom.Element, java.lang.Exception, java.lang.String, java.lang.String)"><B>createResponseMessage(Document, Element, Exception, String, String)</B></A> -
201Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
202<DD>Here we create the greenstone's response message element:
203 &lt;message&lg;&lt;response&gt;&lt;content&gt;&lt;/response&gt;&lt;/message&gt;
204<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#createServiceList(org.w3c.dom.Document)"><B>createServiceList(Document)</B></A> -
205Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
206<DD>&nbsp;
207</DL>
208<HR>
209<A NAME="_D_"><!-- --></A><H2>
210<B>D</B></H2>
211<DL>
212<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#DC"><B>DC</B></A> -
213Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
214<DD>Fedora's Dublin Core metadata
215<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#DC_TITLE_FIELD"><B>DC_TITLE_FIELD</B></A> -
216Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
217<DD>&nbsp;
218<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#defaultPortAddressSuffix"><B>defaultPortAddressSuffix</B></A> -
219Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
220<DD>The part of the portAddress that comes after the baseURL.
221<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#DESCENDANTS"><B>DESCENDANTS</B></A> -
222Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
223<DD>constant DESCENDANTS indicates that a DocumentStructureRetrieve is to
224 return all descendants of a section
225<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#describeCollection(java.lang.String)"><B>describeCollection(String)</B></A> -
226Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
227<DD>&nbsp;
228<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#describeCollection(java.lang.String)"><B>describeCollection(String)</B></A> -
229Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
230<DD>&nbsp;
231<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#describeCollectionService(java.lang.String, java.lang.String)"><B>describeCollectionService(String, String)</B></A> -
232Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
233<DD>&nbsp;
234<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#describeCollectionService(java.lang.String, java.lang.String)"><B>describeCollectionService(String, String)</B></A> -
235Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
236<DD>All collections in this Digital Library (Fedora Repository) share
237 the same services, so this method returns the same as
238 describeService(serviceName).
239<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#describeCollectionServices(java.lang.String)"><B>describeCollectionServices(String)</B></A> -
240Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
241<DD>&nbsp;
242<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#describeCollectionServices(java.lang.String)"><B>describeCollectionServices(String)</B></A> -
243Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
244<DD>&nbsp;
245<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#describeFieldQueryService(org.w3c.dom.Element)"><B>describeFieldQueryService(Element)</B></A> -
246Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
247<DD>Appends children to the parameter service Element that make the
248 final service Element into a describe response XML for FedoraGS3's
249 FieldQuery service.
250<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#describeService(java.lang.String)"><B>describeService(String)</B></A> -
251Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
252<DD>All collections in this Digital Library (Fedora Repository) share
253 the same services, so this method returns the same as
254 describeCollectionService(collName, serviceName).
255<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#describeService(java.lang.String)"><B>describeService(String)</B></A> -
256Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
257<DD>All collections in this Digital Library (Fedora Repository) share
258 the same services, so this method returns the same as
259 describeCollectionService(collName, serviceName).
260<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#describeTextQueryService(org.w3c.dom.Element)"><B>describeTextQueryService(Element)</B></A> -
261Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
262<DD>Appends children to the parameter service Element that make the
263 final service Element into a describe response XML for FedoraGS3's
264 TextQuery service.
265<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#DLS"><B>DLS</B></A> -
266Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
267<DD>DLS metadata of Greenstone documents - this metadata set is optionally
268 provided for top level documents.
269<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#DOC_TITLES"><B>DOC_TITLES</B></A> -
270Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
271<DD>&nbsp;
272</DL>
273<HR>
274<A NAME="_E_"><!-- --></A><H2>
275<B>E</B></H2>
276<DL>
277<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html#elementToFormattedString(org.w3c.dom.Element)"><B>elementToFormattedString(Element)</B></A> -
278Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services">FedoraCommons</A>
279<DD>Given an Element, this will return its String representation properly
280 indented for display.
281<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html#elementToString(org.w3c.dom.Element)"><B>elementToString(Element)</B></A> -
282Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services">FedoraCommons</A>
283<DD>Given an Element, this will return its String representation without
284 indenting it for display.
285<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#ENGLISH"><B>ENGLISH</B></A> -
286Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
287<DD>&nbsp;
288<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#EX"><B>EX</B></A> -
289Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
290<DD>EX marks the XML metadata file that contains Greenstone extracted
291 metadata
292</DL>
293<HR>
294<A NAME="_F_"><!-- --></A><H2>
295<B>F</B></H2>
296<DL>
297<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#FEDORA_GS3"><B>FEDORA_GS3</B></A> -
298Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
299<DD>Instead of message router, we indicate that request messages
300 sent here come from FedoraGS3
301<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services"><B>FedoraCommons</B></A> - Class in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Methods common to both Fedora(GS3)Connection and GSearchConnection.<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html#FedoraCommons()"><B>FedoraCommons()</B></A> -
302Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services">FedoraCommons</A>
303<DD>&nbsp;
304<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services"><B>FedoraConnection</B></A> - Class in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Class that establishes a connection with Fedora's web services (via
305 Java stub classes for the same) and then provides methods to retrieve
306 Greenstone-specific data, such as the TOC, EX, DC,and Section
307 datastreams of the Greenstone documents stored in Fedora's repository.<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#FedoraConnection(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String)"><B>FedoraConnection(String, String, int, String, String)</B></A> -
308Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
309<DD>Code for this constructor is from DemoSOAPClient.java.
310<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#FedoraConnection()"><B>FedoraConnection()</B></A> -
311Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
312<DD>Default constructor which takes input from the user to get host, port,
313 fedora username and password.
314<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#FedoraConnection(java.io.File)"><B>FedoraConnection(File)</B></A> -
315Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
316<DD>Single argument constructor that takes the name of the properties file
317 defining the values of the initialisation parameters required to
318 instantiate a FedoraConnection.
319<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Connection</B></A> - Class in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Class that extends FedoraConnection in order to be able to use
320 Fedora's web services to retrieve the specific datastreams of
321 Greenstone documents stored in Fedora's repository.<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#FedoraGS3Connection(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String)"><B>FedoraGS3Connection(String, String, int, String, String)</B></A> -
322Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
323<DD>5 argument constructor is the same as that of superclass FedoraConnection:
324<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#FedoraGS3Connection()"><B>FedoraGS3Connection()</B></A> -
325Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
326<DD>No-argument constructor which is the same as that of superclass
327 FedoraConnection: it displays a small dialog requesting input for the
328 host, port, administrative password and username of the fedora server.
329<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#FedoraGS3Connection(java.io.File)"><B>FedoraGS3Connection(File)</B></A> -
330Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
331<DD>Single-argument constructor which is the same as that of superclass
332 FedoraConnection: it takes the name of the properties file where
333 connection initialisation values may already be provided and then
334 displays a small dialog requesting input for the host, port,
335 administrative password and username of the fedora server showing
336 the values in the properties file as default.
337<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services"><B>FedoraGS3DL</B></A> - Interface in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Defines the methods that must be provided to retrieve the datastreams
338 specific to Greenstone documents stored in a Fedora repository.<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>The exceptions that can be thrown by FedoraGS3.<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#FedoraGS3Exception()"><B>FedoraGS3Exception()</B></A> -
339Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
340<DD>No argument constructor merely sets the message to
341 this class' name.
342<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#FedoraGS3Exception(java.lang.String)"><B>FedoraGS3Exception(String)</B></A> -
343Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
344<DD>Constructs a FedoraGS3Exception with the given message.
345<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#FedoraGS3Exception(java.lang.String, java.lang.Throwable)"><B>FedoraGS3Exception(String, Throwable)</B></A> -
346Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
347<DD>Constructs a FedoraGS3Exception with the given message and cause.
348<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#FedoraGS3Exception(java.lang.Throwable)"><B>FedoraGS3Exception(Throwable)</B></A> -
349Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
350<DD>Constructs a FedoraGS3Exception with the given cause.
351<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.AuthenticationFailedException.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception.AuthenticationFailedException</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>This AuthenticationFailedException can be thrown when the user enters
352 an invalid username and password into the FedoraConnection Authentication
353 popup dialog (displayed upon FedoraConnection object construction).<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.AuthenticationFailedException.html#FedoraGS3Exception.AuthenticationFailedException()"><B>FedoraGS3Exception.AuthenticationFailedException()</B></A> -
354Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.AuthenticationFailedException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.AuthenticationFailedException</A>
355<DD>&nbsp;
356<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.CancelledException.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception.CancelledException</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>When the user chooses to cancel out of the FedoraConnection dialog of
357 the constructor (where they have to enter authentication information),
358 this exception is thrown, so that classes making use of FedoraConnection
359 may choose whether to exit their program or deal with it differently.<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.CancelledException.html#FedoraGS3Exception.CancelledException()"><B>FedoraGS3Exception.CancelledException()</B></A> -
360Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.CancelledException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.CancelledException</A>
361<DD>&nbsp;
362<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception.FedoraGS3InitFailureException</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Static inner class FedoraGS3InitFailureException is an Exception
363 that is thrown when no connection can be made to the Fedora server
364 and therefore the FedoraGS3 object construction failed.<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html#FedoraGS3Exception.FedoraGS3InitFailureException()"><B>FedoraGS3Exception.FedoraGS3InitFailureException()</B></A> -
365Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3InitFailureException</A>
366<DD>&nbsp;
367<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html#FedoraGS3Exception.FedoraGS3InitFailureException(java.lang.String)"><B>FedoraGS3Exception.FedoraGS3InitFailureException(String)</B></A> -
368Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3InitFailureException</A>
369<DD>&nbsp;
370<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html#FedoraGS3Exception.FedoraGS3InitFailureException(java.lang.String, java.lang.Throwable)"><B>FedoraGS3Exception.FedoraGS3InitFailureException(String, Throwable)</B></A> -
371Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3InitFailureException</A>
372<DD>&nbsp;
373<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html#FedoraGS3Exception.FedoraGS3InitFailureException(java.lang.Throwable)"><B>FedoraGS3Exception.FedoraGS3InitFailureException(Throwable)</B></A> -
374Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3InitFailureException</A>
375<DD>&nbsp;
376<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception.FedoraGS3RunException</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Represents an exception that occurs when FedoraGS3 is running
377 A subclass of FedoraGS3Exception<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#FedoraGS3Exception.FedoraGS3RunException()"><B>FedoraGS3Exception.FedoraGS3RunException()</B></A> -
378Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
379<DD>&nbsp;
380<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#FedoraGS3Exception.FedoraGS3RunException(java.lang.String)"><B>FedoraGS3Exception.FedoraGS3RunException(String)</B></A> -
381Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
382<DD>&nbsp;
383<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#FedoraGS3Exception.FedoraGS3RunException(java.lang.String, java.lang.Throwable)"><B>FedoraGS3Exception.FedoraGS3RunException(String, Throwable)</B></A> -
384Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
385<DD>&nbsp;
386<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#FedoraGS3Exception.FedoraGS3RunException(java.lang.Throwable)"><B>FedoraGS3Exception.FedoraGS3RunException(Throwable)</B></A> -
387Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
388<DD>&nbsp;
389<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraVersionNotSupportedException.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception.FedoraVersionNotSupportedException</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Certain functionality in Fedora - in particular fielded search - is
390 implemented differently or uses slightly different Fedora types in older
391 versions of Fedora (fielded search in 2.0 uses a different Condition class).<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraVersionNotSupportedException.html#FedoraGS3Exception.FedoraVersionNotSupportedException(java.lang.String)"><B>FedoraGS3Exception.FedoraVersionNotSupportedException(String)</B></A> -
392Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraVersionNotSupportedException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraVersionNotSupportedException</A>
393<DD>&nbsp;
394<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception.NotAFedoraServerException</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>This AuthenticationFailedException can be thrown when there is some
395 server listening at the host and port values entered by the user, but
396 when this server is (most likely) not a Fedora Server.<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html#FedoraGS3Exception.NotAFedoraServerException()"><B>FedoraGS3Exception.NotAFedoraServerException()</B></A> -
397Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.NotAFedoraServerException</A>
398<DD>&nbsp;
399<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html#FedoraGS3Exception.NotAFedoraServerException(java.lang.String)"><B>FedoraGS3Exception.NotAFedoraServerException(String)</B></A> -
400Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.NotAFedoraServerException</A>
401<DD>&nbsp;
402<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.ServerNotFoundException.html" title="class in org.greenstone.fedora.services"><B>FedoraGS3Exception.ServerNotFoundException</B></A> - Exception in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>This ServerNotFoundException can be thrown when the user enters
403 there is no (Fedora) server listening at a given host and port.<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.ServerNotFoundException.html#FedoraGS3Exception.ServerNotFoundException(java.lang.String)"><B>FedoraGS3Exception.ServerNotFoundException(String)</B></A> -
404Constructor for exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.ServerNotFoundException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.ServerNotFoundException</A>
405<DD>&nbsp;
406<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#fedoraGSearch"><B>fedoraGSearch</B></A> -
407Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
408<DD>The object used to connect to FedoraGenericSearch, which is used
409 for doing full-text searching
410<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services"><B>FedoraToGS3Interface</B></A> - Interface in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Most of the following methods return the same data as FedoraGS3DL, but
411 formatted as Greenstone Response-Message XML.<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services"><B>FedoraToGS3Interface.Constants</B></A> - Interface in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Interface declaring some string constants of literals to look for<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#fedoraVersion"><B>fedoraVersion</B></A> -
412Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
413<DD>Version of the running fedora server
414<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#FIELD"><B>FIELD</B></A> -
415Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
416<DD>&nbsp;
417<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#FIELDNAME_ATT"><B>FIELDNAME_ATT</B></A> -
418Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
419<DD>&nbsp;
420<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#fieldQuery(java.lang.String, java.util.Map, int)"><B>fieldQuery(String, Map, int)</B></A> -
421Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
422<DD>This method performs a fieldquery, searching for x number of phrases
423 in each of the 4 indexed fields.
424<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#findObjectsWithTitlesContaining(java.lang.String, java.lang.String)"><B>findObjectsWithTitlesContaining(String, String)</B></A> -
425Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
426<DD>&nbsp;
427<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#formatSearchTermsInField(java.lang.String, java.lang.String)"><B>formatSearchTermsInField(String, String)</B></A> -
428Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
429<DD>Each field is a comma separated list of terms that may be either a word
430 OR a phrase.
431<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#FULLTEXT"><B>FULLTEXT</B></A> -
432Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
433<DD>&nbsp;
434<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#FULLTEXT_FIELD"><B>FULLTEXT_FIELD</B></A> -
435Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
436<DD>&nbsp;
437</DL>
438<HR>
439<A NAME="_G_"><!-- --></A><H2>
440<B>G</B></H2>
441<DL>
442<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#G_FIND_OBJECTS"><B>G_FIND_OBJECTS</B></A> -
443Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
444<DD>The names of the methods we use of Fedora Generic Search's web services
445 are declared here as static final Strings.
446<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#GET"><B>GET</B></A> -
447Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
448<DD>&nbsp;
449<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getAssocFileBaseURL()"><B>getAssocFileBaseURL()</B></A> -
450Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
451<DD>&nbsp;
452<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getAssocFileBaseURL()"><B>getAssocFileBaseURL()</B></A> -
453Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
454<DD>&nbsp;
455<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getBaseURL()"><B>getBaseURL()</B></A> -
456Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
457<DD>&nbsp;
458<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getBaseURL()"><B>getBaseURL()</B></A> -
459Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
460<DD>&nbsp;
461<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getChildren(java.lang.String)"><B>getChildren(String)</B></A> -
462Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
463<DD>&nbsp;
464<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getChildren(java.lang.String[])"><B>getChildren(String[])</B></A> -
465Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
466<DD>&nbsp;
467<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getChildren(java.lang.String)"><B>getChildren(String)</B></A> -
468Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
469<DD>&nbsp;
470<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getChildren(java.lang.String[])"><B>getChildren(String[])</B></A> -
471Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
472<DD>&nbsp;
473<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getChildrenOfSection(java.lang.String, java.lang.String)"><B>getChildrenOfSection(String, String)</B></A> -
474Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
475<DD>&nbsp;
476<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getChildrenOfSection(java.lang.String, java.lang.String)"><B>getChildrenOfSection(String, String)</B></A> -
477Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
478<DD>&nbsp;
479<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getChildrenOfSectionXML(java.lang.String, java.lang.String)"><B>getChildrenOfSectionXML(String, String)</B></A> -
480Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
481<DD>&nbsp;
482<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getChildrenOfSectionXML(java.lang.String, java.lang.String)"><B>getChildrenOfSectionXML(String, String)</B></A> -
483Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
484<DD>&nbsp;
485<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollectionDocs(java.lang.String)"><B>getCollectionDocs(String)</B></A> -
486Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
487<DD>Searches the fedora repository for all greenstone:&lt;colPID&gt;* and
488 returns the PIDs of the data objects found, with the exception of
489 greenstone:&lt;colPID&gt;-collection, which is not a document but a
490 collection PID.
491<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollectionDocs(java.lang.String)"><B>getCollectionDocs(String)</B></A> -
492Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
493<DD>&nbsp;
494<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getCollectionList()"><B>getCollectionList()</B></A> -
495Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
496<DD>&nbsp;
497<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getCollectionList()"><B>getCollectionList()</B></A> -
498Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
499<DD>&nbsp;
500<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getCollectionMetadata(java.lang.String[])"><B>getCollectionMetadata(String[])</B></A> -
501Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
502<DD>Given a list of collectionIDs, returns a GS3 DocumentMetadataRetrieve
503 response message that gives the metadata for each collection identified
504<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getCollectionMetadata(java.lang.String)"><B>getCollectionMetadata(String)</B></A> -
505Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
506<DD>Given a collectionID, returns a GS3 DocumentMetadataRetrieve
507 response message that gives the metadata for the collection identified
508<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getCollectionMetadata(java.lang.String[])"><B>getCollectionMetadata(String[])</B></A> -
509Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
510<DD>Given a list of collectionIDs, returns a GS3 DocumentMetadataRetrieve
511 response message that gives the metadata for each collection identified
512<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getCollectionMetadata(java.lang.String)"><B>getCollectionMetadata(String)</B></A> -
513Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
514<DD>Given a collectionID, returns a GS3 DocumentMetadataRetrieve
515 response message that gives the metadata for the collection identified
516<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollectionName(java.lang.String)"><B>getCollectionName(String)</B></A> -
517Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
518<DD>&nbsp;
519<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollectionName(java.lang.String)"><B>getCollectionName(String)</B></A> -
520Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
521<DD>&nbsp;
522<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollectionNames(java.lang.String[])"><B>getCollectionNames(String[])</B></A> -
523Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
524<DD>&nbsp;
525<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollectionNames(java.lang.String[])"><B>getCollectionNames(String[])</B></A> -
526Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
527<DD>&nbsp;
528<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollectionPID(java.lang.String)"><B>getCollectionPID(String)</B></A> -
529Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
530<DD>&nbsp;
531<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollectionPID(java.lang.String)"><B>getCollectionPID(String)</B></A> -
532Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
533<DD>&nbsp;
534<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollectionPIDs(java.lang.String[])"><B>getCollectionPIDs(String[])</B></A> -
535Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
536<DD>&nbsp;
537<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollectionPIDs(java.lang.String[])"><B>getCollectionPIDs(String[])</B></A> -
538Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
539<DD>&nbsp;
540<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollections()"><B>getCollections()</B></A> -
541Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
542<DD>Gets all greenstone collections.
543<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollections()"><B>getCollections()</B></A> -
544Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
545<DD>Gets all greenstone collections.
546<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollectionTitle(java.lang.String)"><B>getCollectionTitle(String)</B></A> -
547Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
548<DD>Gets the title of the collection denoted by the given collection's pid by
549 retrieving the title metadata for it from the collection's EX datastream.
550<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollectionTitle(java.lang.String)"><B>getCollectionTitle(String)</B></A> -
551Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
552<DD>Gets the title of the collection denoted by the given collection's pid by
553 retrieving the title metadata for it from the collection's EX datastream.
554<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getCollectionTitles(java.lang.String[])"><B>getCollectionTitles(String[])</B></A> -
555Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
556<DD>&nbsp;
557<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getCollectionTitles(java.lang.String[])"><B>getCollectionTitles(String[])</B></A> -
558Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
559<DD>&nbsp;
560<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getContent(java.lang.String)"><B>getContent(String)</B></A> -
561Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
562<DD>Given an identifier that is either a docPID or a concatenation of
563 docPID+sectionID, this method works out the fedora assigned docPID and
564 sectionID and then calls getContentBody(docPID, sectionID) with those.
565<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getContent(java.lang.String[])"><B>getContent(String[])</B></A> -
566Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
567<DD>Given an identifier that is a concatenation of docID+sectionID, this
568 method works out the fedora assigned docPID and sectionID and then calls
569 getContentBody(docPID, sectionID) with those.
570<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getContent(java.lang.String)"><B>getContent(String)</B></A> -
571Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
572<DD>Given a list of document identifiers that are either docPIDs or
573 concatenations of docPID+sectionID, this method retrieves their contents.
574<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getContent(java.lang.String[])"><B>getContent(String[])</B></A> -
575Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
576<DD>Given a document identifier that is either a docPID or a concatenation
577 of docPID+sectionID, this method retrieves the content for it.
578<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getContentBody(java.lang.String, java.lang.String)"><B>getContentBody(String, String)</B></A> -
579Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
580<DD>Gets the contents of a textNode from a section.
581<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getDC(java.lang.String)"><B>getDC(String)</B></A> -
582Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
583<DD>All objects (incl "greenstone:*" objects) in fedora - be they collections,
584 top-level documents or document sections - have a DC datastream.
585<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getDC(java.lang.String)"><B>getDC(String)</B></A> -
586Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
587<DD>All objects (incl "greenstone:*" objects) in fedora - be they collections,
588 top-level documents or document sections) have an EX datastream.
589<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getDLS(java.lang.String)"><B>getDLS(String)</B></A> -
590Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
591<DD>Some "greenstone:*" top-level documents in the fedora repository (but not
592 greenstone collections or document sections) have a DLS metadata datastream.
593<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getDLS(java.lang.String)"><B>getDLS(String)</B></A> -
594Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
595<DD>Some "greenstone:*" top-level documents in the fedora repository (but not
596 greenstone collections or document sections) have a DLS metadata datastream.
597<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getDocName(java.lang.String)"><B>getDocName(String)</B></A> -
598Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
599<DD>&nbsp;
600<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getDocName(java.lang.String)"><B>getDocName(String)</B></A> -
601Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
602<DD>&nbsp;
603<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getDocPIDFromDocID(java.lang.String)"><B>getDocPIDFromDocID(String)</B></A> -
604Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
605<DD>This method will extract the docPID from docID and return it.
606<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getDocTitle(java.lang.String)"><B>getDocTitle(String)</B></A> -
607Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
608<DD>Gets the title metadata for a particular doc object in a collection
609 denoted by docPID.
610<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getDocTitle(java.lang.String)"><B>getDocTitle(String)</B></A> -
611Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
612<DD>Gets the title metadata for a particular doc object in a collection
613 denoted by docPID.
614<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getDocTitles(java.lang.String[])"><B>getDocTitles(String[])</B></A> -
615Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
616<DD>&nbsp;
617<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getDocTitles(java.lang.String[])"><B>getDocTitles(String[])</B></A> -
618Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
619<DD>&nbsp;
620<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getDocumentMetadata(java.lang.String[])"><B>getDocumentMetadata(String[])</B></A> -
621Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
622<DD>Given a list of document identifiers, a GS3 DocumentMetadataRetrieve
623 response message is returned containing the metadata for each document.
624<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getDocumentMetadata(java.lang.String)"><B>getDocumentMetadata(String)</B></A> -
625Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
626<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
627 response message containing the metadata for the document.
628<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getDocumentMetadata(java.lang.String[])"><B>getDocumentMetadata(String[])</B></A> -
629Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
630<DD>Given a list of document identifiers, a GS3 DocumentMetadataRetrieve
631 response message is returned containing the metadata for each document.
632<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getDocumentMetadata(java.lang.String)"><B>getDocumentMetadata(String)</B></A> -
633Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
634<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
635 response message containing the metadata for the document.
636<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getDocumentStructure(java.lang.String)"><B>getDocumentStructure(String)</B></A> -
637Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
638<DD>&nbsp;
639<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getDocumentStructure(java.lang.String[])"><B>getDocumentStructure(String[])</B></A> -
640Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
641<DD>&nbsp;
642<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getDocumentStructure(java.lang.String)"><B>getDocumentStructure(String)</B></A> -
643Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
644<DD>&nbsp;
645<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getDocumentStructure(java.lang.String[])"><B>getDocumentStructure(String[])</B></A> -
646Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
647<DD>&nbsp;
648<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getEX(java.lang.String)"><B>getEX(String)</B></A> -
649Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
650<DD>All "greenstone:*" objects in fedora (be they collections be they
651 collections, top-level documents or document sections) have an EX
652 datastream.
653<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getEX(java.lang.String)"><B>getEX(String)</B></A> -
654Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
655<DD>All "greenstone:*" objects in fedora (be they collections, top-level
656 documents or document sections) have an EX datastream.
657<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getFedoraVersion()"><B>getFedoraVersion()</B></A> -
658Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
659<DD>The version of the running Fedora server, which may or may not
660 match the supported version.
661<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getGSearchIndexName()"><B>getGSearchIndexName()</B></A> -
662Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
663<DD>&nbsp;
664<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getGSearchIndexName()"><B>getGSearchIndexName()</B></A> -
665Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
666<DD>&nbsp;
667<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getGSearchWSDLURL()"><B>getGSearchWSDLURL()</B></A> -
668Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
669<DD>&nbsp;
670<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getGSearchWSDLURL()"><B>getGSearchWSDLURL()</B></A> -
671Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
672<DD>&nbsp;
673<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getItem(java.lang.String, java.lang.String)"><B>getItem(String, String)</B></A> -
674Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
675<DD>Return a datastream of a document, given the document's id
676 and the item id of the datastream which is to be retrieved.
677<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getLanguage()"><B>getLanguage()</B></A> -
678Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
679<DD>&nbsp;
680<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getLanguage()"><B>getLanguage()</B></A> -
681Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
682<DD>&nbsp;
683<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getMaxResults()"><B>getMaxResults()</B></A> -
684Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
685<DD>The default maximum number of search results returned for a search.
686<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getMaxResults()"><B>getMaxResults()</B></A> -
687Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
688<DD>The default maximum number of search results returned for a search.
689<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#getMessage()"><B>getMessage()</B></A> -
690Method in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
691<DD>Overloading getMessage() to return some details as to what
692 exactly went wrong.
693<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getMetadata(java.lang.String[])"><B>getMetadata(String[])</B></A> -
694Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
695<DD>&nbsp;
696<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getMetadata(org.w3c.dom.Document, java.lang.String)"><B>getMetadata(Document, String)</B></A> -
697Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
698<DD>Method that takes a new DOM document, as well as an identifier of either
699 a collection or document (which may be a fedora pid for the collection
700 or document, or may be the documentPid-sectionNumber for a document) and
701 returns a documentNode element for it:
702 &lt;documentNode&gt;&lt;metadataList&gt;
703 &lt;metadata name=""&gt;value&lt;/metadata&gt;
704 ...
705<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getMetadata(java.lang.String[])"><B>getMetadata(String[])</B></A> -
706Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
707<DD>&nbsp;
708<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#getPIDsFromSearchResult(java.lang.String, java.lang.String)"><B>getPIDsFromSearchResult(String, String)</B></A> -
709Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
710<DD>Call this method with the return value of calling search().
711<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getPortAddressURL()"><B>getPortAddressURL()</B></A> -
712Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
713<DD>&nbsp;
714<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getPortAddressURL()"><B>getPortAddressURL()</B></A> -
715Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
716<DD>&nbsp;
717<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html#getResponseAsDOM(javax.xml.parsers.DocumentBuilder, java.lang.String)"><B>getResponseAsDOM(DocumentBuilder, String)</B></A> -
718Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services">FedoraCommons</A>
719<DD>Turns the XML String into a DOM tree and returns it.
720<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSection(java.lang.String, java.lang.String)"><B>getSection(String, String)</B></A> -
721Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
722<DD>&nbsp;
723<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSection(java.lang.String, java.lang.String)"><B>getSection(String, String)</B></A> -
724Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
725<DD>&nbsp;
726<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionDCMetadata(java.lang.String, java.lang.String)"><B>getSectionDCMetadata(String, String)</B></A> -
727Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
728<DD>&nbsp;
729<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionDCMetadata(java.lang.String, java.lang.String)"><B>getSectionDCMetadata(String, String)</B></A> -
730Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
731<DD>&nbsp;
732<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionEXMetadata(java.lang.String, java.lang.String)"><B>getSectionEXMetadata(String, String)</B></A> -
733Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
734<DD>Returns the section EX metadata XML datastream for SectionID which may be
735 a section name or number.
736<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionEXMetadata(java.lang.String, java.lang.String)"><B>getSectionEXMetadata(String, String)</B></A> -
737Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
738<DD>&nbsp;
739<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getSectionIDFromDocID(java.lang.String)"><B>getSectionIDFromDocID(String)</B></A> -
740Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
741<DD>This method will return the section Number, if there's any
742 suffixed to the docID.
743<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionNames(java.lang.String)"><B>getSectionNames(String)</B></A> -
744Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
745<DD>Given the pid of a document fedora data object, this method will return
746 all itemIDs that are part of that data object and are Sections.
747<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionNames(java.lang.String)"><B>getSectionNames(String)</B></A> -
748Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
749<DD>Given the pid of a document fedora data object, this method will return
750 all itemIDs that are part of that data object and are Sections.
751<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionNumbers(java.lang.String)"><B>getSectionNumbers(String)</B></A> -
752Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
753<DD>Given the pid of a document fedora data object, this method will return all
754 itemIDs that are part of that data object and are Sections, but just the
755 Section numbers are returned.
756<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionNumbers(java.lang.String)"><B>getSectionNumbers(String)</B></A> -
757Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
758<DD>Given the pid of a document fedora data object, this method will return all
759 itemIDs that are part of that data object and are Sections, but just the
760 Section numbers are returned.
761<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionTitle(java.lang.String, java.lang.String)"><B>getSectionTitle(String, String)</B></A> -
762Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
763<DD>&nbsp;
764<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionTitle(java.lang.String, java.lang.String)"><B>getSectionTitle(String, String)</B></A> -
765Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
766<DD>&nbsp;
767<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionTitles(java.lang.String[], java.lang.String[])"><B>getSectionTitles(String[], String[])</B></A> -
768Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
769<DD>&nbsp;
770<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionTitles(java.lang.String[], java.lang.String[])"><B>getSectionTitles(String[], String[])</B></A> -
771Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
772<DD>&nbsp;
773<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getServiceList()"><B>getServiceList()</B></A> -
774Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
775<DD>&nbsp;
776<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getServiceList()"><B>getServiceList()</B></A> -
777Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
778<DD>&nbsp;
779<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getServiceNames()"><B>getServiceNames()</B></A> -
780Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
781<DD>&nbsp;
782<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getStructure(java.lang.String[], int)"><B>getStructure(String[], int)</B></A> -
783Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
784<DD>Returns a greenstone3 DocumentStructureRetrieve XML response message
785 containing the document structures for the given docIDs.
786<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getStructure(org.w3c.dom.Document, java.lang.String, java.lang.String, org.w3c.dom.Element)"><B>getStructure(Document, String, String, Element)</B></A> -
787Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
788<DD>Takes the portion of the XML document outlining the structure of the
789 document (section)--in the format this is stored in Fedora--and returns
790 Greenstone 3 DOM XML format for outlining document structure.
791<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getStructureElement(org.w3c.dom.Element, java.lang.String[], int)"><B>getStructureElement(Element, String[], int)</B></A> -
792Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
793<DD>Given a &lt;documentNodeList&gt; portion of a greenstone3
794 DocumentStructureRetrieve XML response message, this method will populate
795 it with the &lt;documentNodes&gt; that represent the structure of the given docIDs.
796<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSubsection(java.lang.String, java.lang.String)"><B>getSubsection(String, String)</B></A> -
797Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
798<DD>&nbsp;
799<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSubsection(java.lang.String, java.lang.String)"><B>getSubsection(String, String)</B></A> -
800Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
801<DD>&nbsp;
802<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSubsectionXML(java.lang.String, java.lang.String)"><B>getSubsectionXML(String, String)</B></A> -
803Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
804<DD>&nbsp;
805<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSubsectionXML(java.lang.String, java.lang.String)"><B>getSubsectionXML(String, String)</B></A> -
806Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
807<DD>&nbsp;
808<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSubstructure(org.w3c.dom.Element, boolean)"><B>getSubstructure(Element, boolean)</B></A> -
809Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
810<DD>Convert the given Element to a String representing the same XML.
811<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSupportedVersion()"><B>getSupportedVersion()</B></A> -
812Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
813<DD>Static method that returns the version of Fedora supported by this
814 class FedoraConnection.
815<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTitle(java.lang.String)"><B>getTitle(String)</B></A> -
816Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
817<DD>Given a string representation of a document's or document section's
818 EX datastream -- which is a greenstone extracted metadata XML file --
819 of the form:
820 &lt;ex&gt;
821 &lt;ex:metadata name="Title"&gt;sometitle&lt;/ex:metadata&gt;
822 &lt;ex:metadata name="..."&gt;....&lt;/ex:metadata&gt;
823 ...
824<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTitle(java.lang.String, java.lang.String)"><B>getTitle(String, String)</B></A> -
825Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
826<DD>&nbsp;
827<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getTitle(java.lang.String, java.lang.String)"><B>getTitle(String, String)</B></A> -
828Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
829<DD>&nbsp;
830<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getTitleMetadata(java.lang.String)"><B>getTitleMetadata(String)</B></A> -
831Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
832<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
833 response message containing ONLY the Title metadata for the document.
834<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getTitleMetadata(java.lang.String[])"><B>getTitleMetadata(String[])</B></A> -
835Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
836<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
837 response message containing ONLY the Title metadata for the documents.
838<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getTitleMetadata(org.w3c.dom.Document, java.lang.String)"><B>getTitleMetadata(Document, String)</B></A> -
839Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
840<DD>Method that takes a new DOM document, as well as an identifier of either
841 a document or document section and returns a documentNode element containing
842 the title metadata for it:
843 &lt;documentNode nodeID="docID"&gt;&lt;metadataList&gt;
844 &lt;metadata name="Title"&gt;sometitle&lt;/metadata&gt;
845 &lt;/metadataList&gt;&lt;/documentNode&gt;
846<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getTitleMetadata(java.lang.String)"><B>getTitleMetadata(String)</B></A> -
847Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
848<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
849 response message containing ONLY the Title metadata for the document.
850<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getTitleMetadata(java.lang.String[])"><B>getTitleMetadata(String[])</B></A> -
851Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
852<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
853 response message containing ONLY the Title metadata for the documents.
854<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTitles(java.lang.String, java.lang.String[])"><B>getTitles(String, String[])</B></A> -
855Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
856<DD>&nbsp;
857<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getTitles(java.lang.String, java.lang.String[])"><B>getTitles(String, String[])</B></A> -
858Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
859<DD>&nbsp;
860<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTOC(java.lang.String)"><B>getTOC(String)</B></A> -
861Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
862<DD>All "greenstone:*" objects in fedora (be they collections or documents)
863 have a TOC datastream.
864<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getTOC(java.lang.String)"><B>getTOC(String)</B></A> -
865Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
866<DD>All "greenstone:*" objects in fedora (be they collections or documents)
867 have a TOC datastream.
868<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html#getValue(org.w3c.dom.Element)"><B>getValue(Element)</B></A> -
869Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services">FedoraCommons</A>
870<DD>Extract the text from an element, if any.
871<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#gFindObjects(java.lang.String, java.lang.String, int, int, int, int, java.lang.String, java.lang.String)"><B>gFindObjects(String, String, int, int, int, int, String, String)</B></A> -
872Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
873<DD>Method to invoke gfindObjects operation of Fedora Generic Search
874 web services.
875<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#GREENSTONE"><B>GREENSTONE</B></A> -
876Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
877<DD>"greenstone" is the FEDORA PID prefix we'll be working with
878<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#GREENSTONE_"><B>GREENSTONE_</B></A> -
879Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
880<DD>&nbsp;
881<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#GS3FilePathMacro"><B>GS3FilePathMacro</B></A> -
882Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
883<DD>&nbsp;
884<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services"><B>GSearchConnection</B></A> - Class in <A HREF="./org/greenstone/fedora/services/package-summary.html">org.greenstone.fedora.services</A><DD>Class GSearchConnection connects to FedoraGSearch's web services.<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#GSearchConnection(java.lang.String, java.lang.String)"><B>GSearchConnection(String, String)</B></A> -
885Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
886<DD>Constructor that takes a String representing the url of the WSDL
887 file for FedoraGSearch's web services, and tries to establish a
888 connection to those web services.
889<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#gSearchIndexName"><B>gSearchIndexName</B></A> -
890Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
891<DD>The name of the index that FedoraGSearch will index the GS3
892 documents into.
893<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#gSearchWSDLSuffix"><B>gSearchWSDLSuffix</B></A> -
894Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
895<DD>The last part of the gSearchWSDL URL.
896<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#gSearchWSDLURL"><B>gSearchWSDLURL</B></A> -
897Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
898<DD>The url for the wsdl file of FedoraGSearch's web services
899 by default this will be the Fedora server's base URL
900 concatenated to "gsearch/services/FgsOperations?wsdl"
901</DL>
902<HR>
903<A NAME="_H_"><!-- --></A><H2>
904<B>H</B></H2>
905<DL>
906<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#HIT_TOTAL"><B>HIT_TOTAL</B></A> -
907Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
908<DD>&nbsp;
909<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#HYPHEN"><B>HYPHEN</B></A> -
910Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
911<DD>&nbsp;
912</DL>
913<HR>
914<A NAME="_I_"><!-- --></A><H2>
915<B>I</B></H2>
916<DL>
917<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#ID"><B>ID</B></A> -
918Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
919<DD>&nbsp;
920<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#indexName"><B>indexName</B></A> -
921Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
922<DD>The name of the Index wherein FedoraGSearch has indexed all the GS3 docs.
923<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#init(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>init(String, String, String, String, String)</B></A> -
924Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
925<DD>Init method that is called by the constructor to set some
926 important member variables including instantiating the APIA object
927 used to invoke the Fedora APIA web service operations.
928<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#initSearchFunctionality()"><B>initSearchFunctionality()</B></A> -
929Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
930<DD>Init method that instantiates a GSearchConnection object used
931 to work with the separate FedoraGSearch web services.
932<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#INTERNAL_NODE"><B>INTERNAL_NODE</B></A> -
933Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
934<DD>&nbsp;
935</DL>
936<HR>
937<A NAME="_L_"><!-- --></A><H2>
938<B>L</B></H2>
939<DL>
940<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#lang"><B>lang</B></A> -
941Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
942<DD>The preferred language of the displat content
943</DL>
944<HR>
945<A NAME="_M_"><!-- --></A><H2>
946<B>M</B></H2>
947<DL>
948<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#main(java.lang.String[])"><B>main(String[])</B></A> -
949Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
950<DD>&nbsp;
951<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#main(java.lang.String[])"><B>main(String[])</B></A> -
952Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
953<DD>&nbsp;
954<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#main(java.lang.String[])"><B>main(String[])</B></A> -
955Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
956<DD>&nbsp;
957<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#MAXDOCS"><B>MAXDOCS</B></A> -
958Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
959<DD>names of query form controls
960<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#maxresults"><B>maxresults</B></A> -
961Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
962<DD>The maximum number of collections to retrieve
963<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html#MESSAGE"><B>MESSAGE</B></A> -
964Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3InitFailureException</A>
965<DD>&nbsp;
966<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html#MESSAGE"><B>MESSAGE</B></A> -
967Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.NotAFedoraServerException</A>
968<DD>&nbsp;
969<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#METADATA"><B>METADATA</B></A> -
970Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
971<DD>&nbsp;
972<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#missingTargetService"><B>missingTargetService</B></A> -
973Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
974<DD>Constant string message to check against if "AXIS engine
975 could not find a target service to invoke" message is the cause
976 for an AxisFault exception embedded in a RemoteException
977</DL>
978<HR>
979<A NAME="_N_"><!-- --></A><H2>
980<B>N</B></H2>
981<DL>
982<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#NAME"><B>NAME</B></A> -
983Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
984<DD>&nbsp;
985<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#NAME"><B>NAME</B></A> -
986Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
987<DD>&nbsp;
988<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#NAMESPACE_URI"><B>NAMESPACE_URI</B></A> -
989Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
990<DD>&nbsp;
991<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#NUM_DOCS_MATCHED"><B>NUM_DOCS_MATCHED</B></A> -
992Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
993<DD>&nbsp;
994</DL>
995<HR>
996<A NAME="_O_"><!-- --></A><H2>
997<B>O</B></H2>
998<DL>
999<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#OBJECT"><B>OBJECT</B></A> -
1000Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1001<DD>&nbsp;
1002<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#OCCURS_ATT"><B>OCCURS_ATT</B></A> -
1003Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
1004<DD>&nbsp;
1005<DT><A HREF="./org/greenstone/fedora/services/package-summary.html"><B>org.greenstone.fedora.services</B></A> - package org.greenstone.fedora.services<DD>&nbsp;</DL>
1006<HR>
1007<A NAME="_P_"><!-- --></A><H2>
1008<B>P</B></H2>
1009<DL>
1010<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#PERIOD"><B>PERIOD</B></A> -
1011Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1012<DD>&nbsp;
1013<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#PID"><B>PID</B></A> -
1014Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1015<DD>&nbsp;
1016<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#portAddressSuffix"><B>portAddressSuffix</B></A> -
1017Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1018<DD>The user-specified portAddressSuffix of the Fedora Access web services
1019 (endpoint URL in the WSDL), usually of the form
1020 http://localhost:8080/fedora/services/access
1021 Users can tell FedoraGS3 to try accessing that first by setting
1022 the "port.address.suffix" property in the properties file.
1023<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#portName"><B>portName</B></A> -
1024Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1025<DD>The portName object used when connecting to FedoraGSearch's web services
1026</DL>
1027<HR>
1028<A NAME="_Q_"><!-- --></A><H2>
1029<B>Q</B></H2>
1030<DL>
1031<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#QUALIFIER"><B>QUALIFIER</B></A> -
1032Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1033<DD>&nbsp;
1034<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#query(java.lang.String, java.lang.String, java.util.Map)"><B>query(String, String, Map)</B></A> -
1035Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1036<DD>&nbsp;
1037<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#QUERY"><B>QUERY</B></A> -
1038Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
1039<DD>&nbsp;
1040<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#query(java.lang.String, java.lang.String, java.util.Map)"><B>query(String, String, Map)</B></A> -
1041Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
1042<DD>&nbsp;
1043</DL>
1044<HR>
1045<A NAME="_R_"><!-- --></A><H2>
1046<B>R</B></H2>
1047<DL>
1048<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#removePrefix(java.lang.String, java.lang.String)"><B>removePrefix(String, String)</B></A> -
1049Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1050<DD>Given something like str="SECTION1.2.1" and prefix="SECTION" this method
1051 returns "1.2.1".
1052</DL>
1053<HR>
1054<A NAME="_S_"><!-- --></A><H2>
1055<B>S</B></H2>
1056<DL>
1057<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#search(java.lang.String, java.lang.String, int, int, int)"><B>search(String, String, int, int, int)</B></A> -
1058Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1059<DD>Method that performs a search for the given searchTerm inside the given
1060 indexed field.
1061<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#search(java.util.Map, int, int)"><B>search(Map, int, int)</B></A> -
1062Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1063<DD>FedoraGSearch accepts a query of the form:
1064 <code>&lt;"cyclone val" "Gender Inequalities" ds.fulltext:"cyclone val"
1065 ds.fulltext:"worst storm"&gt;</code>
1066 where the first two phrases are searched for in all indexed fields,
1067 (in this case dc.title and ds.fulltext), while the last two are
1068 searched for in the ds.fulltext field.
1069<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#search(java.lang.String, int, int, int)"><B>search(String, int, int, int)</B></A> -
1070Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1071<DD>Uses FedoraGSearch to perform a search where the query is embedded in
1072 fieldedSearchTerms, which not only provides the terms to search on, but
1073 also the fields to search the (various) given terms in.
1074<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#searchDocumentTitles(java.lang.String, java.lang.String, boolean)"><B>searchDocumentTitles(String, String, boolean)</B></A> -
1075Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1076<DD>Implements querying document DC titles of a greenstone collection stored in
1077 the fedora repository for a term that may occur anywhere in their titles.
1078<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#searchDocumentTitles(java.lang.String, java.lang.String, boolean)"><B>searchDocumentTitles(String, String, boolean)</B></A> -
1079Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1080<DD>Allows querying document titles of a greenstone collection stored in
1081 the fedora repository for a term that may occur anywhere in their titles.
1082<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#SECTION"><B>SECTION</B></A> -
1083Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1084<DD>The SECTION prefix in the name of a section's datastream;
1085 eg.
1086<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#SECTION_ELEMENT"><B>SECTION_ELEMENT</B></A> -
1087Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1088<DD>&nbsp;
1089<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#service"><B>service</B></A> -
1090Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1091<DD>The Service object used to connect to the FedoraGSearch web services
1092<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#SERVICE_NAME"><B>SERVICE_NAME</B></A> -
1093Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1094<DD>&nbsp;
1095<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#serviceNames"><B>serviceNames</B></A> -
1096Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1097<DD>List of services actually supported by our FedoraGS3 repository
1098 after construction.
1099<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#SERVICES"><B>SERVICES</B></A> -
1100Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1101<DD>Complete list of services that are supported our FedoraGS3 would
1102 support if everything goes well.
1103<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#setGSearchIndexName(java.lang.String)"><B>setGSearchIndexName(String)</B></A> -
1104Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1105<DD>Sets the member variable gSearchIndexName that specifies the name
1106 of the index containing indexed GS3 documents.
1107<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#setGSearchIndexName(java.lang.String)"><B>setGSearchIndexName(String)</B></A> -
1108Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
1109<DD>Sets the member variable gSearchIndexName that specifies the name
1110 of the index containing indexed GS3 documents.
1111<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#setGSearchWSDLURL(java.lang.String)"><B>setGSearchWSDLURL(String)</B></A> -
1112Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1113<DD>Sets the member variable gSearchWSDLURL that specify the location of
1114 the WSDL file of FedoraGSearch's web services.
1115<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#setGSearchWSDLURL(java.lang.String)"><B>setGSearchWSDLURL(String)</B></A> -
1116Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
1117<DD>Sets the member variable gSearchWSDLURL that specify the location of
1118 the WSDL file of FedoraGSearch's web services.
1119<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#setInitialisationProperties(java.util.Properties)"><B>setInitialisationProperties(Properties)</B></A> -
1120Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1121<DD>Method that loops to display the dialog that retrieves the
1122 fedora server initialisation properties from the user.
1123<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#setInitialisationProperties(java.util.Properties)"><B>setInitialisationProperties(Properties)</B></A> -
1124Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1125<DD>The superclass constructor calls this method passing any preset
1126 properties loaded from a propertiesFile.
1127<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#setLanguage(java.lang.String)"><B>setLanguage(String)</B></A> -
1128Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1129<DD>Sets the the default language used to query for titles (and anything else
1130 where there are multiple language options).
1131<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#setLanguage(java.lang.String)"><B>setLanguage(String)</B></A> -
1132Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1133<DD>Sets the the default language used to query for titles (and anything else
1134 where there are multiple language options).
1135<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#setMaxResults(int)"><B>setMaxResults(int)</B></A> -
1136Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1137<DD>Set the default maximum number of search results returned for a search.
1138<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#setMaxResults(int)"><B>setMaxResults(int)</B></A> -
1139Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1140<DD>Set the default maximum number of search results returned for a search.
1141<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#setSpecifics(java.lang.String)"><B>setSpecifics(String)</B></A> -
1142Method in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
1143<DD>&nbsp;
1144<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#showAuthenticationPopup(java.util.Properties)"><B>showAuthenticationPopup(Properties)</B></A> -
1145Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1146<DD>Static method that displays a popup to allow the user to provide Fedora
1147 authentication (username, pwd) and connection (protocol+host, port) details.
1148<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#SIMPLEFIELD_ATT"><B>SIMPLEFIELD_ATT</B></A> -
1149Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface.Constants</A>
1150<DD>&nbsp;
1151<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#SPACE"><B>SPACE</B></A> -
1152Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1153<DD>separator used internally to separate values of a search field
1154<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#specifics"><B>specifics</B></A> -
1155Variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
1156<DD>Some extra information as to what when wrong
1157<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#sslHandshakeExceptionMessage"><B>sslHandshakeExceptionMessage</B></A> -
1158Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
1159<DD>Constant string message to display if the sslHandshake fails
1160 when trying to connect to Fedora using https
1161<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#SUPPORTED_VERSION"><B>SUPPORTED_VERSION</B></A> -
1162Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1163<DD>The version of fedora that is supported by class FedoraConnection
1164</DL>
1165<HR>
1166<A NAME="_T_"><!-- --></A><H2>
1167<B>T</B></H2>
1168<DL>
1169<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#textQuery(java.lang.String, java.lang.String, int)"><B>textQuery(String, String, int)</B></A> -
1170Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1171<DD>&nbsp;
1172<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#TITLE"><B>TITLE</B></A> -
1173Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1174<DD>&nbsp;
1175<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#TOC"><B>TOC</B></A> -
1176Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1177<DD>Table of contents for a Greenstone-Fedora document which outlines the
1178 structure of the document.
1179<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#TYPE"><B>TYPE</B></A> -
1180Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1181<DD>&nbsp;
1182</DL>
1183<HR>
1184<A NAME="_U_"><!-- --></A><H2>
1185<B>U</B></H2>
1186<DL>
1187<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#UTF8"><B>UTF8</B></A> -
1188Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1189<DD>&nbsp;
1190</DL>
1191<HR>
1192<A NAME="_W_"><!-- --></A><H2>
1193<B>W</B></H2>
1194<DL>
1195<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#WILDCARD"><B>WILDCARD</B></A> -
1196Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1197<DD>&nbsp;
1198</DL>
1199<HR>
1200<A NAME="_X_"><!-- --></A><H2>
1201<B>X</B></H2>
1202<DL>
1203<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#xmlToStringConversionFailureResponseMsg"><B>xmlToStringConversionFailureResponseMsg</B></A> -
1204Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception.FedoraGS3RunException</A>
1205<DD>If a problem occurs converting the error message into XML
1206 this string is created in the format of XML stating the
1207 problem that occurred when trying to convert XML to String.
1208</DL>
1209<HR>
1210<A NAME="___"><!-- --></A><H2>
1211<B>_</B></H2>
1212<DL>
1213<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#_COLLECTION"><B>_COLLECTION</B></A> -
1214Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1215<DD>&nbsp;
1216</DL>
1217<HR>
1218<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#___">_</A>
1219
1220<!-- ======= START OF BOTTOM NAVBAR ====== -->
1221<A NAME="navbar_bottom"><!-- --></A>
1222<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1223<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1224<TR>
1225<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1226<A NAME="navbar_bottom_firstrow"><!-- --></A>
1227<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1228 <TR ALIGN="center" VALIGN="top">
1229 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/greenstone/fedora/services/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1230 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
1231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/greenstone/fedora/services/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1232 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1233 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
1234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1235 </TR>
1236</TABLE>
1237</TD>
1238<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1239</EM>
1240</TD>
1241</TR>
1242
1243<TR>
1244<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1245&nbsp;PREV&nbsp;
1246&nbsp;NEXT</FONT></TD>
1247<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1248 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
1249&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1250&nbsp;<SCRIPT type="text/javascript">
1251 <!--
1252 if(window==top) {
1253 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
1254 }
1255 //-->
1256</SCRIPT>
1257<NOSCRIPT>
1258 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
1259</NOSCRIPT>
1260
1261
1262</FONT></TD>
1263</TR>
1264</TABLE>
1265<A NAME="skip-navbar_bottom"></A>
1266<!-- ======== END OF BOTTOM NAVBAR ======= -->
1267
1268<HR>
1269
1270</BODY>
1271</HTML>
Note: See TracBrowser for help on using the repository browser.