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

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

Greenstone3 web services demo-clientadded to GS3's other-projects

File size: 123.2 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 Sun Apr 27 20:42:39 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>The following methods return the same data as FedoraGS3DL, but formatted as
411 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#getGSearchWSDLURL()"><B>getGSearchWSDLURL()</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/FedoraConnection.html#getItem(java.lang.String, java.lang.String)"><B>getItem(String, String)</B></A> -
665Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
666<DD>Return a datastream of a document, given the document's id
667 and the item id of the datastream which is to be retrieved.
668<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getLanguage()"><B>getLanguage()</B></A> -
669Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
670<DD>&nbsp;
671<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getLanguage()"><B>getLanguage()</B></A> -
672Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
673<DD>&nbsp;
674<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getMaxResults()"><B>getMaxResults()</B></A> -
675Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
676<DD>The default maximum number of search results returned for a search.
677<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getMaxResults()"><B>getMaxResults()</B></A> -
678Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
679<DD>The default maximum number of search results returned for a search.
680<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#getMessage()"><B>getMessage()</B></A> -
681Method 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>
682<DD>Overloading getMessage() to return some details as to what
683 exactly went wrong.
684<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getMetadata(java.lang.String[])"><B>getMetadata(String[])</B></A> -
685Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
686<DD>&nbsp;
687<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getMetadata(org.w3c.dom.Document, java.lang.String)"><B>getMetadata(Document, String)</B></A> -
688Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
689<DD>Method that takes a new DOM document, as well as an identifier of either
690 a collection or document (which may be a fedora pid for the collection
691 or document, or may be the documentPid-sectionNumber for a document) and
692 returns a documentNode element for it:
693 &lt;documentNode&gt;&lt;metadataList&gt;
694 &lt;metadata name=""&gt;value&lt;/metadata&gt;
695 ...
696<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getMetadata(java.lang.String[])"><B>getMetadata(String[])</B></A> -
697Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
698<DD>&nbsp;
699<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#getPIDsFromSearchResult(java.lang.String, java.lang.String)"><B>getPIDsFromSearchResult(String, String)</B></A> -
700Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
701<DD>Call this method with the return value of calling search().
702<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getPortAddressURL()"><B>getPortAddressURL()</B></A> -
703Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
704<DD>&nbsp;
705<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getPortAddressURL()"><B>getPortAddressURL()</B></A> -
706Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
707<DD>&nbsp;
708<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html#getResponseAsDOM(javax.xml.parsers.DocumentBuilder, java.lang.String)"><B>getResponseAsDOM(DocumentBuilder, String)</B></A> -
709Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services">FedoraCommons</A>
710<DD>Turns the XML String into a DOM tree and returns it.
711<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSection(java.lang.String, java.lang.String)"><B>getSection(String, String)</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#getSection(java.lang.String, java.lang.String)"><B>getSection(String, String)</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/FedoraConnection.html#getSectionDCMetadata(java.lang.String, java.lang.String)"><B>getSectionDCMetadata(String, String)</B></A> -
718Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
719<DD>&nbsp;
720<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionDCMetadata(java.lang.String, java.lang.String)"><B>getSectionDCMetadata(String, String)</B></A> -
721Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
722<DD>&nbsp;
723<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionEXMetadata(java.lang.String, java.lang.String)"><B>getSectionEXMetadata(String, String)</B></A> -
724Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
725<DD>Returns the section EX metadata XML datastream for SectionID which may be
726 a section name or number.
727<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionEXMetadata(java.lang.String, java.lang.String)"><B>getSectionEXMetadata(String, String)</B></A> -
728Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
729<DD>&nbsp;
730<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getSectionIDFromDocID(java.lang.String)"><B>getSectionIDFromDocID(String)</B></A> -
731Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
732<DD>This method will return the section Number, if there's any
733 suffixed to the docID.
734<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionNames(java.lang.String)"><B>getSectionNames(String)</B></A> -
735Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
736<DD>Given the pid of a document fedora data object, this method will return
737 all itemIDs that are part of that data object and are Sections.
738<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionNames(java.lang.String)"><B>getSectionNames(String)</B></A> -
739Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
740<DD>Given the pid of a document fedora data object, this method will return
741 all itemIDs that are part of that data object and are Sections.
742<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionNumbers(java.lang.String)"><B>getSectionNumbers(String)</B></A> -
743Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
744<DD>Given the pid of a document fedora data object, this method will return all
745 itemIDs that are part of that data object and are Sections, but just the
746 Section numbers are returned.
747<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionNumbers(java.lang.String)"><B>getSectionNumbers(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 all
750 itemIDs that are part of that data object and are Sections, but just the
751 Section numbers are returned.
752<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionTitle(java.lang.String, java.lang.String)"><B>getSectionTitle(String, String)</B></A> -
753Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
754<DD>&nbsp;
755<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionTitle(java.lang.String, java.lang.String)"><B>getSectionTitle(String, String)</B></A> -
756Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
757<DD>&nbsp;
758<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSectionTitles(java.lang.String[], java.lang.String[])"><B>getSectionTitles(String[], String[])</B></A> -
759Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
760<DD>&nbsp;
761<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSectionTitles(java.lang.String[], java.lang.String[])"><B>getSectionTitles(String[], String[])</B></A> -
762Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
763<DD>&nbsp;
764<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getServiceList()"><B>getServiceList()</B></A> -
765Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
766<DD>&nbsp;
767<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getServiceList()"><B>getServiceList()</B></A> -
768Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
769<DD>&nbsp;
770<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getServiceNames()"><B>getServiceNames()</B></A> -
771Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
772<DD>&nbsp;
773<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getStructure(java.lang.String[], int)"><B>getStructure(String[], int)</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>Returns a greenstone3 DocumentStructureRetrieve XML response message
776 containing the document structures for the given docIDs.
777<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> -
778Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
779<DD>Takes the portion of the XML document outlining the structure of the
780 document (section)--in the format this is stored in Fedora--and returns
781 Greenstone 3 DOM XML format for outlining document structure.
782<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> -
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>Given a &lt;documentNodeList&gt; portion of a greenstone3
785 DocumentStructureRetrieve XML response message, this method will populate
786 it with the &lt;documentNodes&gt; that represent the structure of the given docIDs.
787<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSubsection(java.lang.String, java.lang.String)"><B>getSubsection(String, String)</B></A> -
788Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
789<DD>&nbsp;
790<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSubsection(java.lang.String, java.lang.String)"><B>getSubsection(String, String)</B></A> -
791Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
792<DD>&nbsp;
793<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSubsectionXML(java.lang.String, java.lang.String)"><B>getSubsectionXML(String, String)</B></A> -
794Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
795<DD>&nbsp;
796<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getSubsectionXML(java.lang.String, java.lang.String)"><B>getSubsectionXML(String, String)</B></A> -
797Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
798<DD>&nbsp;
799<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSubstructure(org.w3c.dom.Element, boolean)"><B>getSubstructure(Element, boolean)</B></A> -
800Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
801<DD>Convert the given Element to a String representing the same XML.
802<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getSupportedVersion()"><B>getSupportedVersion()</B></A> -
803Static method 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>Static method that returns the version of Fedora supported by this
805 class FedoraConnection.
806<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTitle(java.lang.String)"><B>getTitle(String)</B></A> -
807Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
808<DD>Given a string representation of a document's or document section's
809 EX datastream -- which is a greenstone extracted metadata XML file --
810 of the form:
811 &lt;ex&gt;
812 &lt;ex:metadata name="Title"&gt;sometitle&lt;/ex:metadata&gt;
813 &lt;ex:metadata name="..."&gt;....&lt;/ex:metadata&gt;
814 ...
815<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTitle(java.lang.String, java.lang.String)"><B>getTitle(String, 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>&nbsp;
818<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getTitle(java.lang.String, java.lang.String)"><B>getTitle(String, String)</B></A> -
819Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
820<DD>&nbsp;
821<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getTitleMetadata(java.lang.String)"><B>getTitleMetadata(String)</B></A> -
822Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
823<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
824 response message containing ONLY the Title metadata for the document.
825<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getTitleMetadata(java.lang.String[])"><B>getTitleMetadata(String[])</B></A> -
826Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
827<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
828 response message containing ONLY the Title metadata for the documents.
829<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#getTitleMetadata(org.w3c.dom.Document, java.lang.String)"><B>getTitleMetadata(Document, String)</B></A> -
830Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
831<DD>Method that takes a new DOM document, as well as an identifier of either
832 a document or document section and returns a documentNode element containing
833 the title metadata for it:
834 &lt;documentNode nodeID="docID"&gt;&lt;metadataList&gt;
835 &lt;metadata name="Title"&gt;sometitle&lt;/metadata&gt;
836 &lt;/metadataList&gt;&lt;/documentNode&gt;
837<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getTitleMetadata(java.lang.String)"><B>getTitleMetadata(String)</B></A> -
838Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
839<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
840 response message containing ONLY the Title metadata for the document.
841<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html#getTitleMetadata(java.lang.String[])"><B>getTitleMetadata(String[])</B></A> -
842Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
843<DD>Given a document identifier, returns a GS3 DocumentMetadataRetrieve
844 response message containing ONLY the Title metadata for the documents.
845<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTitles(java.lang.String, java.lang.String[])"><B>getTitles(String, String[])</B></A> -
846Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
847<DD>&nbsp;
848<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getTitles(java.lang.String, java.lang.String[])"><B>getTitles(String, String[])</B></A> -
849Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
850<DD>&nbsp;
851<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#getTOC(java.lang.String)"><B>getTOC(String)</B></A> -
852Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
853<DD>All "greenstone:*" objects in fedora (be they collections or documents)
854 have a TOC datastream.
855<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#getTOC(java.lang.String)"><B>getTOC(String)</B></A> -
856Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
857<DD>All "greenstone:*" objects in fedora (be they collections or documents)
858 have a TOC datastream.
859<DT><A HREF="./org/greenstone/fedora/services/FedoraCommons.html#getValue(org.w3c.dom.Element)"><B>getValue(Element)</B></A> -
860Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraCommons.html" title="class in org.greenstone.fedora.services">FedoraCommons</A>
861<DD>Extract the text from an element, if any.
862<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> -
863Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
864<DD>Method to invoke gfindObjects operation of Fedora Generic Search
865 web services.
866<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#GREENSTONE"><B>GREENSTONE</B></A> -
867Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
868<DD>"greenstone" is the FEDORA PID prefix we'll be working with
869<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#GREENSTONE_"><B>GREENSTONE_</B></A> -
870Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
871<DD>&nbsp;
872<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#GS3FilePathMacro"><B>GS3FilePathMacro</B></A> -
873Static 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>
874<DD>&nbsp;
875<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)"><B>GSearchConnection(String)</B></A> -
876Constructor for class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
877<DD>Constructor that takes a String representing the url of the WSDL
878 file for FedoraGSearch's web services, and tries to establish a
879 connection to those web services.
880<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#gSearchWSDLSuffix"><B>gSearchWSDLSuffix</B></A> -
881Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
882<DD>The last part of the gSearchWSDL URL.
883<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#gSearchWSDLURL"><B>gSearchWSDLURL</B></A> -
884Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
885<DD>The url for the wsdl file of FedoraGSearch's web services
886 by default this will be the Fedora server's base URL
887 concatenated to "gsearch/services/FgsOperations?wsdl"
888</DL>
889<HR>
890<A NAME="_H_"><!-- --></A><H2>
891<B>H</B></H2>
892<DL>
893<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#HIT_TOTAL"><B>HIT_TOTAL</B></A> -
894Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
895<DD>&nbsp;
896<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#HYPHEN"><B>HYPHEN</B></A> -
897Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
898<DD>&nbsp;
899</DL>
900<HR>
901<A NAME="_I_"><!-- --></A><H2>
902<B>I</B></H2>
903<DL>
904<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#ID"><B>ID</B></A> -
905Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
906<DD>&nbsp;
907<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#INDEX_NAME"><B>INDEX_NAME</B></A> -
908Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
909<DD>&nbsp;
910<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> -
911Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
912<DD>Init method that is called by the constructor to set some
913 important member variables including instantiating the APIA object
914 used to invoke the Fedora APIA web service operations.
915<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#initSearchFunctionality()"><B>initSearchFunctionality()</B></A> -
916Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
917<DD>Init method that instantiates a GSearchConnection object used
918 to work with the separate FedoraGSearch web services.
919<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#INTERNAL_NODE"><B>INTERNAL_NODE</B></A> -
920Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
921<DD>&nbsp;
922</DL>
923<HR>
924<A NAME="_L_"><!-- --></A><H2>
925<B>L</B></H2>
926<DL>
927<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#lang"><B>lang</B></A> -
928Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
929<DD>The preferred language of the displat content
930</DL>
931<HR>
932<A NAME="_M_"><!-- --></A><H2>
933<B>M</B></H2>
934<DL>
935<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#main(java.lang.String[])"><B>main(String[])</B></A> -
936Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
937<DD>&nbsp;
938<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#main(java.lang.String[])"><B>main(String[])</B></A> -
939Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
940<DD>&nbsp;
941<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#main(java.lang.String[])"><B>main(String[])</B></A> -
942Static method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
943<DD>&nbsp;
944<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#MAXDOCS"><B>MAXDOCS</B></A> -
945Static 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>
946<DD>names of query form controls
947<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#maxresults"><B>maxresults</B></A> -
948Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
949<DD>The maximum number of collections to retrieve
950<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3InitFailureException.html#MESSAGE"><B>MESSAGE</B></A> -
951Static 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>
952<DD>&nbsp;
953<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.NotAFedoraServerException.html#MESSAGE"><B>MESSAGE</B></A> -
954Static 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>
955<DD>&nbsp;
956<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#METADATA"><B>METADATA</B></A> -
957Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
958<DD>&nbsp;
959<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#missingTargetService"><B>missingTargetService</B></A> -
960Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
961<DD>Constant string message to check against if "AXIS engine
962 could not find a target service to invoke" message is the cause
963 for an AxisFault exception embedded in a RemoteException
964</DL>
965<HR>
966<A NAME="_N_"><!-- --></A><H2>
967<B>N</B></H2>
968<DL>
969<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#NAME"><B>NAME</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/GSearchConnection.html#NAME"><B>NAME</B></A> -
973Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
974<DD>&nbsp;
975<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#NAMESPACE_URI"><B>NAMESPACE_URI</B></A> -
976Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
977<DD>&nbsp;
978<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#NUM_DOCS_MATCHED"><B>NUM_DOCS_MATCHED</B></A> -
979Static 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>
980<DD>&nbsp;
981</DL>
982<HR>
983<A NAME="_O_"><!-- --></A><H2>
984<B>O</B></H2>
985<DL>
986<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#OBJECT"><B>OBJECT</B></A> -
987Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
988<DD>&nbsp;
989<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#OCCURS_ATT"><B>OCCURS_ATT</B></A> -
990Static 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>
991<DD>&nbsp;
992<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>
993<HR>
994<A NAME="_P_"><!-- --></A><H2>
995<B>P</B></H2>
996<DL>
997<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#PERIOD"><B>PERIOD</B></A> -
998Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
999<DD>&nbsp;
1000<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#PID"><B>PID</B></A> -
1001Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1002<DD>&nbsp;
1003<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#portAddressSuffix"><B>portAddressSuffix</B></A> -
1004Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1005<DD>The user-specified portAddressSuffix of the Fedora Access web services
1006 (endpoint URL in the WSDL), usually of the form
1007 http://localhost:8080/fedora/services/access
1008 Users can tell FedoraGS3 to try accessing that first by setting
1009 the "port.address.suffix" property in the properties file.
1010<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#portName"><B>portName</B></A> -
1011Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1012<DD>The portName object used when connecting to FedoraGSearch's web services
1013</DL>
1014<HR>
1015<A NAME="_Q_"><!-- --></A><H2>
1016<B>Q</B></H2>
1017<DL>
1018<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#QUALIFIER"><B>QUALIFIER</B></A> -
1019Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1020<DD>&nbsp;
1021<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> -
1022Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1023<DD>&nbsp;
1024<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#QUERY"><B>QUERY</B></A> -
1025Static 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>
1026<DD>&nbsp;
1027<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> -
1028Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.html" title="interface in org.greenstone.fedora.services">FedoraToGS3Interface</A>
1029<DD>&nbsp;
1030</DL>
1031<HR>
1032<A NAME="_R_"><!-- --></A><H2>
1033<B>R</B></H2>
1034<DL>
1035<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#removePrefix(java.lang.String, java.lang.String)"><B>removePrefix(String, String)</B></A> -
1036Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1037<DD>Given something like str="SECTION1.2.1" and prefix="SECTION" this method
1038 returns "1.2.1".
1039</DL>
1040<HR>
1041<A NAME="_S_"><!-- --></A><H2>
1042<B>S</B></H2>
1043<DL>
1044<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> -
1045Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1046<DD>Method that performs a search for the given searchTerm inside the given
1047 indexed field.
1048<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#search(java.util.Map, int, int)"><B>search(Map, int, int)</B></A> -
1049Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1050<DD>FedoraGSearch accepts a query of the form:
1051 <code>&lt;"cyclone val" "Gender Inequalities" ds.fulltext:"cyclone val"
1052 ds.fulltext:"worst storm"&gt;</code>
1053 where the first two phrases are searched for in all indexed fields,
1054 (in this case dc.title and ds.fulltext), while the last two are
1055 searched for in the ds.fulltext field.
1056<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#search(java.lang.String, int, int, int)"><B>search(String, int, int, int)</B></A> -
1057Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1058<DD>Uses FedoraGSearch to perform a search where the query is embedded in
1059 fieldedSearchTerms, which not only provides the terms to search on, but
1060 also the fields to search the (various) given terms in.
1061<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#searchDocumentTitles(java.lang.String, java.lang.String, boolean)"><B>searchDocumentTitles(String, String, boolean)</B></A> -
1062Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1063<DD>Implements querying document DC titles of a greenstone collection stored in
1064 the fedora repository for a term that may occur anywhere in their titles.
1065<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#searchDocumentTitles(java.lang.String, java.lang.String, boolean)"><B>searchDocumentTitles(String, String, boolean)</B></A> -
1066Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1067<DD>Allows querying document titles of a greenstone collection stored in
1068 the fedora repository for a term that may occur anywhere in their titles.
1069<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#SECTION"><B>SECTION</B></A> -
1070Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1071<DD>The SECTION prefix in the name of a section's datastream;
1072 eg.
1073<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#SECTION_ELEMENT"><B>SECTION_ELEMENT</B></A> -
1074Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1075<DD>&nbsp;
1076<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#service"><B>service</B></A> -
1077Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1078<DD>The Service object used to connect to the FedoraGSearch web services
1079<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#SERVICE_NAME"><B>SERVICE_NAME</B></A> -
1080Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1081<DD>&nbsp;
1082<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#serviceNames"><B>serviceNames</B></A> -
1083Variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1084<DD>List of services actually supported by our FedoraGS3 repository
1085 after construction.
1086<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#SERVICES"><B>SERVICES</B></A> -
1087Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1088<DD>Complete list of services that are supported our FedoraGS3 would
1089 support if everything goes well.
1090<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#setGSearchWSDLURL(java.lang.String)"><B>setGSearchWSDLURL(String)</B></A> -
1091Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1092<DD>Sets the member variable gSearchWSDLURL that specify the location of
1093 the WSDL file of FedoraGSearch's web services.
1094<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#setInitialisationProperties(java.util.Properties)"><B>setInitialisationProperties(Properties)</B></A> -
1095Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1096<DD>Method that loops to display the dialog that retrieves the
1097 fedora server initialisation properties from the user.
1098<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#setInitialisationProperties(java.util.Properties)"><B>setInitialisationProperties(Properties)</B></A> -
1099Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1100<DD>The superclass constructor calls this method passing any preset
1101 properties loaded from a propertiesFile.
1102<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#setLanguage(java.lang.String)"><B>setLanguage(String)</B></A> -
1103Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1104<DD>Sets the the default language used to query for titles (and anything else
1105 where there are multiple language options).
1106<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#setLanguage(java.lang.String)"><B>setLanguage(String)</B></A> -
1107Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1108<DD>Sets the the default language used to query for titles (and anything else
1109 where there are multiple language options).
1110<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#setMaxResults(int)"><B>setMaxResults(int)</B></A> -
1111Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1112<DD>Set the default maximum number of search results returned for a search.
1113<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#setMaxResults(int)"><B>setMaxResults(int)</B></A> -
1114Method in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1115<DD>Set the default maximum number of search results returned for a search.
1116<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#setSpecifics(java.lang.String)"><B>setSpecifics(String)</B></A> -
1117Method 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>
1118<DD>&nbsp;
1119<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#showAuthenticationPopup(java.util.Properties)"><B>showAuthenticationPopup(Properties)</B></A> -
1120Static method 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>Static method that displays a popup to allow the user to provide Fedora
1122 authentication (username, pwd) and connection (protocol+host, port) details.
1123<DT><A HREF="./org/greenstone/fedora/services/FedoraToGS3Interface.Constants.html#SIMPLEFIELD_ATT"><B>SIMPLEFIELD_ATT</B></A> -
1124Static 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>
1125<DD>&nbsp;
1126<DT><A HREF="./org/greenstone/fedora/services/GSearchConnection.html#SPACE"><B>SPACE</B></A> -
1127Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/GSearchConnection.html" title="class in org.greenstone.fedora.services">GSearchConnection</A>
1128<DD>separator used internally to separate values of a search field
1129<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#specifics"><B>specifics</B></A> -
1130Variable 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>
1131<DD>Some extra information as to what when wrong
1132<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html#sslHandshakeExceptionMessage"><B>sslHandshakeExceptionMessage</B></A> -
1133Static variable in exception org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.html" title="class in org.greenstone.fedora.services">FedoraGS3Exception</A>
1134<DD>Constant string message to display if the sslHandshake fails
1135 when trying to connect to Fedora using https
1136<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#SUPPORTED_VERSION"><B>SUPPORTED_VERSION</B></A> -
1137Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1138<DD>The version of fedora that is supported by class FedoraConnection
1139</DL>
1140<HR>
1141<A NAME="_T_"><!-- --></A><H2>
1142<B>T</B></H2>
1143<DL>
1144<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html#textQuery(java.lang.String, java.lang.String, int)"><B>textQuery(String, String, int)</B></A> -
1145Method in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3Connection.html" title="class in org.greenstone.fedora.services">FedoraGS3Connection</A>
1146<DD>&nbsp;
1147<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#TITLE"><B>TITLE</B></A> -
1148Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1149<DD>&nbsp;
1150<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#TOC"><B>TOC</B></A> -
1151Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1152<DD>Table of contents for a Greenstone-Fedora document which outlines the
1153 structure of the document.
1154<DT><A HREF="./org/greenstone/fedora/services/FedoraConnection.html#TYPE"><B>TYPE</B></A> -
1155Static variable in class org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraConnection.html" title="class in org.greenstone.fedora.services">FedoraConnection</A>
1156<DD>&nbsp;
1157</DL>
1158<HR>
1159<A NAME="_U_"><!-- --></A><H2>
1160<B>U</B></H2>
1161<DL>
1162<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#UTF8"><B>UTF8</B></A> -
1163Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1164<DD>&nbsp;
1165</DL>
1166<HR>
1167<A NAME="_W_"><!-- --></A><H2>
1168<B>W</B></H2>
1169<DL>
1170<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#WILDCARD"><B>WILDCARD</B></A> -
1171Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1172<DD>&nbsp;
1173</DL>
1174<HR>
1175<A NAME="_X_"><!-- --></A><H2>
1176<B>X</B></H2>
1177<DL>
1178<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3Exception.FedoraGS3RunException.html#xmlToStringConversionFailureResponseMsg"><B>xmlToStringConversionFailureResponseMsg</B></A> -
1179Static 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>
1180<DD>If a problem occurs converting the error message into XML
1181 this string is created in the format of XML stating the
1182 problem that occurred when trying to convert XML to String.
1183</DL>
1184<HR>
1185<A NAME="___"><!-- --></A><H2>
1186<B>_</B></H2>
1187<DL>
1188<DT><A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html#_COLLECTION"><B>_COLLECTION</B></A> -
1189Static variable in interface org.greenstone.fedora.services.<A HREF="./org/greenstone/fedora/services/FedoraGS3DL.html" title="interface in org.greenstone.fedora.services">FedoraGS3DL</A>
1190<DD>&nbsp;
1191</DL>
1192<HR>
1193<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>
1194
1195<!-- ======= START OF BOTTOM NAVBAR ====== -->
1196<A NAME="navbar_bottom"><!-- --></A>
1197<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1198<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1199<TR>
1200<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1201<A NAME="navbar_bottom_firstrow"><!-- --></A>
1202<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1203 <TR ALIGN="center" VALIGN="top">
1204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/greenstone/fedora/services/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1205 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
1206 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/greenstone/fedora/services/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1207 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1208 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
1209 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1210 </TR>
1211</TABLE>
1212</TD>
1213<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1214</EM>
1215</TD>
1216</TR>
1217
1218<TR>
1219<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1220&nbsp;PREV&nbsp;
1221&nbsp;NEXT</FONT></TD>
1222<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1223 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
1224&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1225&nbsp;<SCRIPT type="text/javascript">
1226 <!--
1227 if(window==top) {
1228 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
1229 }
1230 //-->
1231</SCRIPT>
1232<NOSCRIPT>
1233 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
1234</NOSCRIPT>
1235
1236
1237</FONT></TD>
1238</TR>
1239</TABLE>
1240<A NAME="skip-navbar_bottom"></A>
1241<!-- ======== END OF BOTTOM NAVBAR ======= -->
1242
1243<HR>
1244
1245</BODY>
1246</HTML>
Note: See TracBrowser for help on using the repository browser.