Update of /var/cvs/src/org/mmbase/module/core
In directory james.mmbase.org:/tmp/cvs-serv5334

Modified Files:
        ClusterBuilder.java 
Log Message:
javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/core


Index: ClusterBuilder.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/core/ClusterBuilder.java,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- ClusterBuilder.java 3 Sep 2008 21:56:46 -0000       1.97
+++ ClusterBuilder.java 4 Sep 2008 21:19:41 -0000       1.98
@@ -53,7 +53,7 @@
  * @author Rico Jansen
  * @author Pierre van Rooden
  * @author Rob van Maris
- * @version $Id: ClusterBuilder.java,v 1.97 2008/09/03 21:56:46 michiel Exp $
+ * @version $Id: ClusterBuilder.java,v 1.98 2008/09/04 21:19:41 michiel Exp $
  * @see ClusterNode
  */
 public class ClusterBuilder extends VirtualBuilder {
@@ -353,7 +353,7 @@
     /**
      * Return all the objects that match the searchkeys.
      * The constraint must be in one of the formats specified by [EMAIL 
PROTECTED]
-     * org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     * QueryConvertor#setConstraint(BasicSearchQuery,String)
      * QueryConvertor#setConstraint()}.
      *
      * @param snodes The numbers of the nodes to start the search with. These 
have to be present in the first table
@@ -367,7 +367,7 @@
      *      a relation builder by placing the name of the builder between two 
builders to search.
      *      Example: company,people or typedef,authrel,people.
      * @param where The constraint, must be in one of the formats specified by 
[EMAIL PROTECTED]
-     *        
org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     *        QueryConvertor#setConstraint(BasicSearchQuery,String)
      *        QueryConvertor#setConstraint()}.
      *        E.g. "WHERE news.title LIKE '%MMBase%' AND news.title > 100"
      * @param sortFields the fieldnames on which you want to sort.
@@ -390,7 +390,7 @@
     /**
      * Return all the objects that match the searchkeys.
      * The constraint must be in one of the formats specified by [EMAIL 
PROTECTED]
-     * org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     * QueryConvertor#setConstraint(BasicSearchQuery,String)
      * QueryConvertor#setConstraint()}.
      *
      * @param snodes The numbers of the nodes to start the search with. These 
have to be present in the first table
@@ -404,7 +404,7 @@
      *      a relation builder by placing the name of the builder between two 
builders to search.
      *      Example: company,people or typedef,authrel,people.
      * @param where The constraint, must be in one of the formats specified by 
[EMAIL PROTECTED]
-     *        
org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     *        QueryConvertor#setConstraint(BasicSearchQuery,String)
      *        QueryConvertor#setConstraint()}.
      *        E.g. "WHERE news.title LIKE '%MMBase%' AND news.title > 100"
      * @param sortFields the fieldnames on which you want to sort.
@@ -550,7 +550,7 @@
      * Creates search query that selects all the objects that match the
      * searchkeys.
      * The constraint must be in one of the formats specified by [EMAIL 
PROTECTED]
-     * org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     * QueryConvertor#setConstraint(BasicSearchQuery,String)
      * QueryConvertor#setConstraint()}.
      *
      * @param snodes <code>null</code> or a list of numbers
@@ -570,7 +570,7 @@
      *        placing the name of the builder between two builders to search.
      *        Example: company,people or typedef,authrel,people.
      * @param where The constraint, must be in one of the formats specified by 
[EMAIL PROTECTED]
-     *        
org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     *        QueryConvertor#setConstraint(BasicSearchQuery,String)
      *        QueryConvertor#setConstraint()}.
      *        E.g. "WHERE news.title LIKE '%MMBase%' AND news.title > 100"
      * @param sortFields <code>null</code> or a list of  fieldnames on which 
you want to sort.
@@ -598,7 +598,7 @@
      * Creates search query that selects all the objects that match the
      * searchkeys.
      * The constraint must be in one of the formats specified by [EMAIL 
PROTECTED]
-     * org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     * QueryConvertor#setConstraint(BasicSearchQuery,String)
      * QueryConvertor#setConstraint()}.
      *
      * @param snodes <code>null</code> or a list of numbers
@@ -618,7 +618,7 @@
      *        placing the name of the builder between two builders to search.
      *        Example: company,people or typedef,authrel,people.
      * @param where The constraint, must be in one of the formats specified by 
[EMAIL PROTECTED]
-     *        
org.mmbase.util.QueryConvertor#setConstraint(BasicSearchQuery,String)
+     *        QueryConvertor#setConstraint(BasicSearchQuery,String)
      *        QueryConvertor#setConstraint()}.
      *        E.g. "WHERE news.title LIKE '%MMBase%' AND news.title > 100"
      * @param sortFields <code>null</code> or a list of  fieldnames on which 
you want to sort.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to