You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/03/09 05:02:12 UTC

svn commit: r1079660 [14/17] - in /oodt/site/components/maven: apidocs/org/apache/oodt/cas/crawl/action/ apidocs/org/apache/oodt/cas/crawl/action/class-use/ apidocs/org/apache/oodt/cas/filemgr/metadata/ apidocs/org/apache/oodt/cas/filemgr/metadata/clas...

Added: oodt/site/components/maven/xref/org/apache/oodt/pcs/query/OutputFilesQuery.html
URL: http://svn.apache.org/viewvc/oodt/site/components/maven/xref/org/apache/oodt/pcs/query/OutputFilesQuery.html?rev=1079660&view=auto
==============================================================================
--- oodt/site/components/maven/xref/org/apache/oodt/pcs/query/OutputFilesQuery.html (added)
+++ oodt/site/components/maven/xref/org/apache/oodt/pcs/query/OutputFilesQuery.html Wed Mar  9 04:02:09 2011
@@ -0,0 +1,63 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>OutputFilesQuery xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/pcs/query/OutputFilesQuery.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.pcs.query;
+<a name="18" href="#18" id="18">18</a>  
+<a name="19" href="#19" id="19">19</a>  <em class="jxr_comment">//OODT imports</em>
+<a name="20" href="#20" id="20">20</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.pcs.metadata.PCSMetadata;
+<a name="21" href="#21" id="21">21</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.pcs.util.FileManagerUtils;
+<a name="22" href="#22" id="22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.structs.Query;
+<a name="23" href="#23" id="23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.structs.TermQueryCriteria;
+<a name="24" href="#24" id="24">24</a>  
+<a name="25" href="#25" id="25">25</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="26" href="#26" id="26">26</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="27" href="#27" id="27">27</a>  <em class="jxr_javadoccomment"> * A query to the File Manager using the &lt;code&gt;OutputFiles&lt;/code&gt; product met</em>
+<a name="28" href="#28" id="28">28</a>  <em class="jxr_javadoccomment"> * field.</em>
+<a name="29" href="#29" id="29">29</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="30" href="#30" id="30">30</a>  <em class="jxr_javadoccomment"> * @author mattmann</em>
+<a name="31" href="#31" id="31">31</a>  <em class="jxr_javadoccomment"> * @version $Revision$</em>
+<a name="32" href="#32" id="32">32</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="33" href="#33" id="33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/pcs/query/OutputFilesQuery.html">OutputFilesQuery</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/oodt/pcs/query/AbstractPCSQuery.html">AbstractPCSQuery</a> implements <a href="../../../../../org/apache/oodt/pcs/metadata/PCSMetadata.html">PCSMetadata</a> {
+<a name="34" href="#34" id="34">34</a>  
+<a name="35" href="#35" id="35">35</a>    <strong class="jxr_keyword">private</strong> String origOutputFile;
+<a name="36" href="#36" id="36">36</a>  
+<a name="37" href="#37" id="37">37</a>    <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/pcs/query/OutputFilesQuery.html">OutputFilesQuery</a>(String file, <a href="../../../../../org/apache/oodt/pcs/util/FileManagerUtils.html">FileManagerUtils</a> fm) {
+<a name="38" href="#38" id="38">38</a>      <strong class="jxr_keyword">super</strong>(fm);
+<a name="39" href="#39" id="39">39</a>      origOutputFile = file;
+<a name="40" href="#40" id="40">40</a>    }
+<a name="41" href="#41" id="41">41</a>  
+<a name="42" href="#42" id="42">42</a>    <em class="jxr_comment">/*</em>
+<a name="43" href="#43" id="43">43</a>  <em class="jxr_comment">   * (non-Javadoc)</em>
+<a name="44" href="#44" id="44">44</a>  <em class="jxr_comment">   * </em>
+<a name="45" href="#45" id="45">45</a>  <em class="jxr_comment">   * @see org.apache.oodt.pcs.query.PCSQuery#buildQuery()</em>
+<a name="46" href="#46" id="46">46</a>  <em class="jxr_comment">   */</em>
+<a name="47" href="#47" id="47">47</a>    <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a> buildQuery() {
+<a name="48" href="#48" id="48">48</a>      <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a> query = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a>();
+<a name="49" href="#49" id="49">49</a>      <a href="../../../../../org/apache/oodt/cas/filemgr/structs/TermQueryCriteria.html">TermQueryCriteria</a> crit = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/TermQueryCriteria.html">TermQueryCriteria</a>(OUTPUT_FILES,
+<a name="50" href="#50" id="50">50</a>          <strong class="jxr_keyword">this</strong>.origOutputFile);
+<a name="51" href="#51" id="51">51</a>  
+<a name="52" href="#52" id="52">52</a>      query.addCriterion(crit);
+<a name="53" href="#53" id="53">53</a>      <strong class="jxr_keyword">return</strong> query;
+<a name="54" href="#54" id="54">54</a>    }
+<a name="55" href="#55" id="55">55</a>  
+<a name="56" href="#56" id="56">56</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: oodt/site/components/maven/xref/org/apache/oodt/pcs/query/PCSQuery.html
URL: http://svn.apache.org/viewvc/oodt/site/components/maven/xref/org/apache/oodt/pcs/query/PCSQuery.html?rev=1079660&view=auto
==============================================================================
--- oodt/site/components/maven/xref/org/apache/oodt/pcs/query/PCSQuery.html (added)
+++ oodt/site/components/maven/xref/org/apache/oodt/pcs/query/PCSQuery.html Wed Mar  9 04:02:09 2011
@@ -0,0 +1,51 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>PCSQuery xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/pcs/query/PCSQuery.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.pcs.query;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_comment">//OODT imports</em>
+<a name="21" href="#21" id="21">21</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.pcs.metadata.PCSMetadata;
+<a name="22" href="#22" id="22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.metadata.CoreMetKeys;
+<a name="23" href="#23" id="23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.structs.Query;
+<a name="24" href="#24" id="24">24</a>  
+<a name="25" href="#25" id="25">25</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="26" href="#26" id="26">26</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="27" href="#27" id="27">27</a>  <em class="jxr_javadoccomment"> * Core interface for PCS queries (wrappers around file manager {@link Query}s</em>
+<a name="28" href="#28" id="28">28</a>  <em class="jxr_javadoccomment"> * that make them easier to construct).</em>
+<a name="29" href="#29" id="29">29</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="30" href="#30" id="30">30</a>  <em class="jxr_javadoccomment"> * @author mattmann</em>
+<a name="31" href="#31" id="31">31</a>  <em class="jxr_javadoccomment"> * @version $Revision$</em>
+<a name="32" href="#32" id="32">32</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="33" href="#33" id="33">33</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="34" href="#34" id="34">34</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../org/apache/oodt/pcs/query/PCSQuery.html">PCSQuery</a> <strong class="jxr_keyword">extends</strong> PCSMetadata, <a href="../../../../../org/apache/oodt/cas/filemgr/metadata/CoreMetKeys.html">CoreMetKeys</a> {
+<a name="35" href="#35" id="35">35</a>  
+<a name="36" href="#36" id="36">36</a>    <em class="jxr_javadoccomment">/**</em>
+<a name="37" href="#37" id="37">37</a>  <em class="jxr_javadoccomment">   * Builds a filemgr compliant {@link Query} object from a concrete instance of</em>
+<a name="38" href="#38" id="38">38</a>  <em class="jxr_javadoccomment">   * the implementing class.</em>
+<a name="39" href="#39" id="39">39</a>  <em class="jxr_javadoccomment">   * </em>
+<a name="40" href="#40" id="40">40</a>  <em class="jxr_javadoccomment">   * @return A filemgr compliant {@link Query} object.</em>
+<a name="41" href="#41" id="41">41</a>  <em class="jxr_javadoccomment">   */</em>
+<a name="42" href="#42" id="42">42</a>    <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a> buildQuery();
+<a name="43" href="#43" id="43">43</a>  
+<a name="44" href="#44" id="44">44</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: oodt/site/components/maven/xref/org/apache/oodt/pcs/query/ProductNameQuery.html
URL: http://svn.apache.org/viewvc/oodt/site/components/maven/xref/org/apache/oodt/pcs/query/ProductNameQuery.html?rev=1079660&view=auto
==============================================================================
--- oodt/site/components/maven/xref/org/apache/oodt/pcs/query/ProductNameQuery.html (added)
+++ oodt/site/components/maven/xref/org/apache/oodt/pcs/query/ProductNameQuery.html Wed Mar  9 04:02:09 2011
@@ -0,0 +1,64 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>ProductNameQuery xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/pcs/query/ProductNameQuery.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.pcs.query;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_comment">//OODT imports</em>
+<a name="21" href="#21" id="21">21</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.pcs.metadata.PCSMetadata;
+<a name="22" href="#22" id="22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.pcs.util.FileManagerUtils;
+<a name="23" href="#23" id="23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.structs.Query;
+<a name="24" href="#24" id="24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.structs.TermQueryCriteria;
+<a name="25" href="#25" id="25">25</a>  
+<a name="26" href="#26" id="26">26</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="27" href="#27" id="27">27</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="28" href="#28" id="28">28</a>  <em class="jxr_javadoccomment"> * A query to the File Manager using the &lt;code&gt;ProductName&lt;/code&gt; product met</em>
+<a name="29" href="#29" id="29">29</a>  <em class="jxr_javadoccomment"> * field.</em>
+<a name="30" href="#30" id="30">30</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="31" href="#31" id="31">31</a>  <em class="jxr_javadoccomment"> * @author mattmann</em>
+<a name="32" href="#32" id="32">32</a>  <em class="jxr_javadoccomment"> * @version $Revision$</em>
+<a name="33" href="#33" id="33">33</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="34" href="#34" id="34">34</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="35" href="#35" id="35">35</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/pcs/query/ProductNameQuery.html">ProductNameQuery</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/oodt/pcs/query/AbstractPCSQuery.html">AbstractPCSQuery</a> implements <a href="../../../../../org/apache/oodt/pcs/metadata/PCSMetadata.html">PCSMetadata</a> {
+<a name="36" href="#36" id="36">36</a>  
+<a name="37" href="#37" id="37">37</a>    <strong class="jxr_keyword">private</strong> String prodName;
+<a name="38" href="#38" id="38">38</a>  
+<a name="39" href="#39" id="39">39</a>    <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/pcs/query/ProductNameQuery.html">ProductNameQuery</a>(String prodName, <a href="../../../../../org/apache/oodt/pcs/util/FileManagerUtils.html">FileManagerUtils</a> fm) {
+<a name="40" href="#40" id="40">40</a>      <strong class="jxr_keyword">super</strong>(fm);
+<a name="41" href="#41" id="41">41</a>      <strong class="jxr_keyword">this</strong>.prodName = prodName;
+<a name="42" href="#42" id="42">42</a>    }
+<a name="43" href="#43" id="43">43</a>  
+<a name="44" href="#44" id="44">44</a>    <em class="jxr_comment">/*</em>
+<a name="45" href="#45" id="45">45</a>  <em class="jxr_comment">   * (non-Javadoc)</em>
+<a name="46" href="#46" id="46">46</a>  <em class="jxr_comment">   * </em>
+<a name="47" href="#47" id="47">47</a>  <em class="jxr_comment">   * @see org.apache.oodt.pcs.query.PCSQuery#buildQuery()</em>
+<a name="48" href="#48" id="48">48</a>  <em class="jxr_comment">   */</em>
+<a name="49" href="#49" id="49">49</a>    <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a> buildQuery() {
+<a name="50" href="#50" id="50">50</a>      <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a> query = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a>();
+<a name="51" href="#51" id="51">51</a>      <a href="../../../../../org/apache/oodt/cas/filemgr/structs/TermQueryCriteria.html">TermQueryCriteria</a> crit = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/TermQueryCriteria.html">TermQueryCriteria</a>(PRODUCT_NAME, <strong class="jxr_keyword">this</strong>.prodName);
+<a name="52" href="#52" id="52">52</a>  
+<a name="53" href="#53" id="53">53</a>      query.addCriterion(crit);
+<a name="54" href="#54" id="54">54</a>      <strong class="jxr_keyword">return</strong> query;
+<a name="55" href="#55" id="55">55</a>    }
+<a name="56" href="#56" id="56">56</a>  
+<a name="57" href="#57" id="57">57</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: oodt/site/components/maven/xref/org/apache/oodt/pcs/query/TemporalQuery.html
URL: http://svn.apache.org/viewvc/oodt/site/components/maven/xref/org/apache/oodt/pcs/query/TemporalQuery.html?rev=1079660&view=auto
==============================================================================
--- oodt/site/components/maven/xref/org/apache/oodt/pcs/query/TemporalQuery.html (added)
+++ oodt/site/components/maven/xref/org/apache/oodt/pcs/query/TemporalQuery.html Wed Mar  9 04:02:09 2011
@@ -0,0 +1,79 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TemporalQuery xref</title><link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /></head><body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/oodt/pcs/query/TemporalQuery.html">View Javadoc</a></div><pre>
+
+<a name="1" href="#1" id="1">1</a>   <em class="jxr_javadoccomment">/**</em>
+<a name="2" href="#2" id="2">2</a>   <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
+<a name="3" href="#3" id="3">3</a>   <em class="jxr_javadoccomment"> * contributor license agreements.  See the NOTICE file distributed with</em>
+<a name="4" href="#4" id="4">4</a>   <em class="jxr_javadoccomment"> * this work for additional information regarding copyright ownership.</em>
+<a name="5" href="#5" id="5">5</a>   <em class="jxr_javadoccomment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
+<a name="6" href="#6" id="6">6</a>   <em class="jxr_javadoccomment"> * (the "License"); you may not use this file except in compliance with</em>
+<a name="7" href="#7" id="7">7</a>   <em class="jxr_javadoccomment"> * the License.  You may obtain a copy of the License at</em>
+<a name="8" href="#8" id="8">8</a>   <em class="jxr_javadoccomment"> *</em>
+<a name="9" href="#9" id="9">9</a>   <em class="jxr_javadoccomment"> *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="10" href="#10" id="10">10</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="11" href="#11" id="11">11</a>  <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="12" href="#12" id="12">12</a>  <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="13" href="#13" id="13">13</a>  <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="14" href="#14" id="14">14</a>  <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
+<a name="15" href="#15" id="15">15</a>  <em class="jxr_javadoccomment"> * limitations under the License.</em>
+<a name="16" href="#16" id="16">16</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="17" href="#17" id="17">17</a>  
+<a name="18" href="#18" id="18">18</a>  <strong class="jxr_keyword">package</strong> org.apache.oodt.pcs.query;
+<a name="19" href="#19" id="19">19</a>  
+<a name="20" href="#20" id="20">20</a>  <em class="jxr_comment">//OODT imports</em>
+<a name="21" href="#21" id="21">21</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.pcs.util.FileManagerUtils;
+<a name="22" href="#22" id="22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.structs.Query;
+<a name="23" href="#23" id="23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria;
+<a name="24" href="#24" id="24">24</a>  
+<a name="25" href="#25" id="25">25</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="26" href="#26" id="26">26</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="27" href="#27" id="27">27</a>  <em class="jxr_javadoccomment"> * A query with a &lt;code&gt;StartDateTime&lt;/code&gt; and an &lt;code&gt;EndDateTime&lt;/code&gt;</em>
+<a name="28" href="#28" id="28">28</a>  <em class="jxr_javadoccomment"> * range that identifies a set of matching {@link Product}s.</em>
+<a name="29" href="#29" id="29">29</a>  <em class="jxr_javadoccomment"> * </em>
+<a name="30" href="#30" id="30">30</a>  <em class="jxr_javadoccomment"> * @author mattmann</em>
+<a name="31" href="#31" id="31">31</a>  <em class="jxr_javadoccomment"> * @version $Revision$</em>
+<a name="32" href="#32" id="32">32</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="33" href="#33" id="33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/oodt/pcs/query/TemporalQuery.html">TemporalQuery</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/oodt/pcs/query/AbstractPCSQuery.html">AbstractPCSQuery</a> {
+<a name="34" href="#34" id="34">34</a>  
+<a name="35" href="#35" id="35">35</a>    <strong class="jxr_keyword">private</strong> String startDateTime;
+<a name="36" href="#36" id="36">36</a>  
+<a name="37" href="#37" id="37">37</a>    <strong class="jxr_keyword">private</strong> String endDateTime;
+<a name="38" href="#38" id="38">38</a>  
+<a name="39" href="#39" id="39">39</a>    <strong class="jxr_keyword">private</strong> String temporalFld;
+<a name="40" href="#40" id="40">40</a>  
+<a name="41" href="#41" id="41">41</a>    <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/pcs/query/TemporalQuery.html">TemporalQuery</a>(<a href="../../../../../org/apache/oodt/pcs/util/FileManagerUtils.html">FileManagerUtils</a> fm, String startDateTime,
+<a name="42" href="#42" id="42">42</a>        String endDateTime, String temporalFld) {
+<a name="43" href="#43" id="43">43</a>      <strong class="jxr_keyword">super</strong>(fm);
+<a name="44" href="#44" id="44">44</a>      <strong class="jxr_keyword">this</strong>.startDateTime = startDateTime;
+<a name="45" href="#45" id="45">45</a>      <strong class="jxr_keyword">this</strong>.endDateTime = endDateTime;
+<a name="46" href="#46" id="46">46</a>      <strong class="jxr_keyword">this</strong>.temporalFld = temporalFld;
+<a name="47" href="#47" id="47">47</a>    }
+<a name="48" href="#48" id="48">48</a>  
+<a name="49" href="#49" id="49">49</a>    <em class="jxr_comment">/*</em>
+<a name="50" href="#50" id="50">50</a>  <em class="jxr_comment">   * (non-Javadoc)</em>
+<a name="51" href="#51" id="51">51</a>  <em class="jxr_comment">   * </em>
+<a name="52" href="#52" id="52">52</a>  <em class="jxr_comment">   * @see org.apache.oodt.pcs.query.PCSQuery#buildQuery()</em>
+<a name="53" href="#53" id="53">53</a>  <em class="jxr_comment">   */</em>
+<a name="54" href="#54" id="54">54</a>    <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a> buildQuery() {
+<a name="55" href="#55" id="55">55</a>      <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a> query = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/Query.html">Query</a>();
+<a name="56" href="#56" id="56">56</a>      <a href="../../../../../org/apache/oodt/cas/filemgr/structs/RangeQueryCriteria.html">RangeQueryCriteria</a> crit = <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/oodt/cas/filemgr/structs/RangeQueryCriteria.html">RangeQueryCriteria</a>();
+<a name="57" href="#57" id="57">57</a>      crit.setElementName(<strong class="jxr_keyword">this</strong>.temporalFld);
+<a name="58" href="#58" id="58">58</a>      crit.setInclusive(<strong class="jxr_keyword">true</strong>);
+<a name="59" href="#59" id="59">59</a>  
+<a name="60" href="#60" id="60">60</a>      <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">this</strong>.startDateTime != <strong class="jxr_keyword">null</strong>) {
+<a name="61" href="#61" id="61">61</a>        crit.setStartValue(<strong class="jxr_keyword">this</strong>.startDateTime);
+<a name="62" href="#62" id="62">62</a>      }
+<a name="63" href="#63" id="63">63</a>  
+<a name="64" href="#64" id="64">64</a>      <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">this</strong>.endDateTime != <strong class="jxr_keyword">null</strong>) {
+<a name="65" href="#65" id="65">65</a>        crit.setEndValue(<strong class="jxr_keyword">this</strong>.endDateTime);
+<a name="66" href="#66" id="66">66</a>      }
+<a name="67" href="#67" id="67">67</a>  
+<a name="68" href="#68" id="68">68</a>      query.addCriterion(crit);
+<a name="69" href="#69" id="69">69</a>      <strong class="jxr_keyword">return</strong> query;
+<a name="70" href="#70" id="70">70</a>    }
+<a name="71" href="#71" id="71">71</a>  
+<a name="72" href="#72" id="72">72</a>  }
+</pre>
+<hr /><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body></html>
\ No newline at end of file

Added: oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-frame.html
URL: http://svn.apache.org/viewvc/oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-frame.html?rev=1079660&view=auto
==============================================================================
--- oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-frame.html (added)
+++ oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-frame.html Wed Mar  9 04:02:09 2011
@@ -0,0 +1,35 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>Apache OODT 0.3-SNAPSHOT Reference Package org.apache.oodt.pcs.query</title><link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /></head><body>&#13;
+&#13;
+		<h3>&#13;
+        	<a href="package-summary.html" target="classFrame">org.apache.oodt.pcs.query</a>&#13;
+      	</h3>&#13;
+&#13;
+      	<h3>Classes</h3>&#13;
+&#13;
+      	<ul><li>&#13;
+            	<a href="AbstractPCSQuery.html" target="classFrame">AbstractPCSQuery</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="FilenameQuery.html" target="classFrame">FilenameQuery</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="InputFilesQuery.html" target="classFrame">InputFilesQuery</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="JobIdQuery.html" target="classFrame">JobIdQuery</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="OutputFilesQuery.html" target="classFrame">OutputFilesQuery</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="PCSQuery.html" target="classFrame">PCSQuery</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="ProductNameQuery.html" target="classFrame">ProductNameQuery</a>&#13;
+          	</li>&#13;
+          	          	<li>&#13;
+            	<a href="TemporalQuery.html" target="classFrame">TemporalQuery</a>&#13;
+          	</li>&#13;
+          	      	</ul></body></html>
\ No newline at end of file

Added: oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-summary.html
URL: http://svn.apache.org/viewvc/oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-summary.html?rev=1079660&view=auto
==============================================================================
--- oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-summary.html (added)
+++ oodt/site/components/maven/xref/org/apache/oodt/pcs/query/package-summary.html Wed Mar  9 04:02:09 2011
@@ -0,0 +1,62 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>Apache OODT 0.3-SNAPSHOT Reference Package org.apache.oodt.pcs.query</title><link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /></head><body>&#13;
+		      	<div class="overview">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../overview-summary.html">Overview</a>&#13;
+          		</li>&#13;
+          		<li class="selected">Package</li>&#13;
+        	</ul></div>&#13;
+      	<div class="framenoframe">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>&#13;
+          		</li>&#13;
+          		<li>&#13;
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>&#13;
+          		</li>&#13;
+        	</ul></div>&#13;
+		&#13;
+		      	<h2>Package org.apache.oodt.pcs.query</h2>&#13;
+&#13;
+		<table class="summary"><thead><tr><th>Class Summary</th>&#13;
+          		</tr></thead><tbody><tr><td>&#13;
+                		<a href="AbstractPCSQuery.html" target="classFrame">AbstractPCSQuery</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="FilenameQuery.html" target="classFrame">FilenameQuery</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="InputFilesQuery.html" target="classFrame">InputFilesQuery</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="JobIdQuery.html" target="classFrame">JobIdQuery</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="OutputFilesQuery.html" target="classFrame">OutputFilesQuery</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="PCSQuery.html" target="classFrame">PCSQuery</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="ProductNameQuery.html" target="classFrame">ProductNameQuery</a>&#13;
+              		</td>&#13;
+            	</tr><tr><td>&#13;
+                		<a href="TemporalQuery.html" target="classFrame">TemporalQuery</a>&#13;
+              		</td>&#13;
+            	</tr></tbody></table><div class="overview">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../overview-summary.html">Overview</a>&#13;
+          		</li>&#13;
+          		<li class="selected">Package</li>&#13;
+        	</ul></div>&#13;
+      	<div class="framenoframe">&#13;
+        	<ul><li>&#13;
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>&#13;
+          		</li>&#13;
+          		<li>&#13;
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>&#13;
+          		</li>&#13;
+        	</ul></div>&#13;
+				<hr />&#13;
+		Copyright © 1999-2011 Apache OODT. All Rights Reserved.&#13;
+	</body></html>
\ No newline at end of file