From graffito-commits-return-567-apmail-incubator-graffito-commits-archive=www.apache.org@incubator.apache.org Wed Feb 22 21:03:45 2006 Return-Path: Delivered-To: apmail-incubator-graffito-commits-archive@www.apache.org Received: (qmail 75050 invoked from network); 22 Feb 2006 21:03:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 21:03:45 -0000 Received: (qmail 40668 invoked by uid 500); 22 Feb 2006 21:03:42 -0000 Mailing-List: contact graffito-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-commits@incubator.apache.org Received: (qmail 40422 invoked by uid 500); 22 Feb 2006 21:03:40 -0000 Delivered-To: apmail-incubator-graffito-cvs@incubator.apache.org Received: (qmail 40317 invoked by uid 99); 22 Feb 2006 21:03:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 13:03:38 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 22 Feb 2006 13:03:04 -0800 Received: (qmail 73259 invoked by uid 65534); 22 Feb 2006 21:02:43 -0000 Message-ID: <20060222210243.73258.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r379891 [29/38] - in /incubator/graffito/site: ./ api/ api/apidocs/ api/apidocs/org/apache/portals/graffito/context/ api/apidocs/org/apache/portals/graffito/context/class-use/ api/apidocs/org/apache/portals/graffito/exception/ api/apidocs/o... Date: Wed, 22 Feb 2006 21:01:58 -0000 To: graffito-cvs@incubator.apache.org From: clombart@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/SearchResults.html URL: http://svn.apache.org/viewcvs/incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/SearchResults.html?rev=379891&r1=379890&r2=379891&view=diff ============================================================================== --- incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/SearchResults.html (original) +++ incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/SearchResults.html Wed Feb 22 13:01:47 2006 @@ -1,378 +1,378 @@ - - - - - - - -SearchResults (Graffito Core API 1.0-a1-dev API) - - - - - - - - - - - - + + + + + + + +SearchResults (Graffito Core API 1.0-a1-dev API) + - + + + + + + + + + + + + - - - + + + + + +
- - -
- -

- -org.apache.portals.graffito.services.search -
-Class SearchResults

-
-java.lang.Object
-  extended byorg.apache.portals.graffito.services.search.SearchResults
-
-
-
-
public class SearchResults
extends java.lang.Object
- -

-Container for search result entries -

- -

-

+ + +
+ +

+ +org.apache.portals.graffito.services.search +
+Class SearchResults

+
+java.lang.Object
+  extended byorg.apache.portals.graffito.services.search.SearchResults
+
+
+
+
public class SearchResults
extends java.lang.Object
+ +

+Container for search result entries +

+ +

+

Version:
$Id: SearchResults.java,v 1.1 2004/12/22 21:16:12 christophe Exp $
Author:
David Sean taylor
-
-
- -

- - - - - - - - +

+
+ +

+ + + + + + + + - - - - - - - - - - -
-Constructor Summary
SearchResults() - -
-           
SearchResults(int initialCapacity) - -
-           
-  - - + + + + + + + + + + +
+Constructor Summary
SearchResults() + +
+           
SearchResults(int initialCapacity) + +
+           
+  + + - - - - - - - - - - +
-Method Summary
- booleanadd(CmsObject cmsObject) - -
-           
- void
+ + + + + + + + + - - - - - - - - - - - - - - - - - -
+Method Summary
+ booleanadd(CmsObject cmsObject) + +
+           
+ void add(int index, - CmsObject cmsObject) - -
-           
- voidaddAll(java.util.Collection cmsObjects) - -
-           
- CmsObjectget(int index) - -
-           
- java.util.ListgetResults() - -
-           
- intsize() - -
-           
+ CmsObject cmsObject) + +
+            + + + + void +addAll(java.util.Collection cmsObjects) + +
+            + + + + CmsObject +get(int index) + +
+            + + + + java.util.List +getResults() + +
+            + + + + int +size() + +
+            + +   - - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - + + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + - - - - -
-Constructor Detail
- -

-SearchResults

-
-public SearchResults()
-
-
-
- -

-SearchResults

-
-public SearchResults(int initialCapacity)
-
-
Parameters:
initialCapacity -
- - - + + + + +
+Constructor Detail
+ +

+SearchResults

+
+public SearchResults()
+
+
+
+ +

+SearchResults

+
+public SearchResults(int initialCapacity)
+
+
Parameters:
initialCapacity -
+ + + - - - - -
-Method Detail
- -

-add

-
-public boolean add(CmsObject cmsObject)
-
-
- -
Returns:
-
-
-
- -

-add

-
+
+
+
+
+
+Method Detail
+ +

+add

+
+public boolean add(CmsObject cmsObject)
+
+
+ +
Returns:
+
+
+
+ +

+add

+
 public void add(int index,
-                CmsObject cmsObject)
-
-
-
Parameters:
index -
-
-
-
- -

-addAll

-
-public void addAll(java.util.Collection cmsObjects)
-
-
-
-
-
-
- -

-get

-
-public CmsObject get(int index)
-
-
+ CmsObject cmsObject)
+
+
+
Parameters:
index -
+
+
+
+ +

+addAll

+
+public void addAll(java.util.Collection cmsObjects)
+
+
+
+
+
+
+ +

+get

+
+public CmsObject get(int index)
+
+
Parameters:
index - -
Returns:
-
-
-
- -

-size

-
-public int size()
-
-
- -
Returns:
-
-
-
- -

-getResults

-
-public java.util.List getResults()
-
-
- -
Returns:
-
-
- -
- +
Returns:
+
+ +
+ +

+size

+
+public int size()
+
+
+ +
Returns:
+
+
+
+ +

+getResults

+
+public java.util.List getResults()
+
+
- +
Returns:
+
+
+ +
+ + + - - - + + + + + +
- - -
-Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved. - - + + +
+Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved. + + Modified: incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentIndexService.html URL: http://svn.apache.org/viewcvs/incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentIndexService.html?rev=379891&r1=379890&r2=379891&view=diff ============================================================================== --- incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentIndexService.html (original) +++ incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentIndexService.html Wed Feb 22 13:01:47 2006 @@ -1,137 +1,137 @@ - - - - - - - -Uses of Interface org.apache.portals.graffito.services.search.ContentIndexService (Graffito Core API 1.0-a1-dev API) - - - - - - - - - - - + + + + + + + +Uses of Interface org.apache.portals.graffito.services.search.ContentIndexService (Graffito Core API 1.0-a1-dev API) + - + + + + + + + + + + + - - - + +
- - -
-
-

-Uses of Interface
org.apache.portals.graffito.services.search.ContentIndexService

-
-No usage of org.apache.portals.graffito.services.search.ContentIndexService -

-


- + + +
+
+

+Uses of Interface
org.apache.portals.graffito.services.search.ContentIndexService

+
+No usage of org.apache.portals.graffito.services.search.ContentIndexService +

+


+ - + - - - + +
- - -
-Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved. - - + + +
+Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved. + + Modified: incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentSearchService.html URL: http://svn.apache.org/viewcvs/incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentSearchService.html?rev=379891&r1=379890&r2=379891&view=diff ============================================================================== --- incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentSearchService.html (original) +++ incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/ContentSearchService.html Wed Feb 22 13:01:47 2006 @@ -1,137 +1,137 @@ - - - - - - - -Uses of Interface org.apache.portals.graffito.services.search.ContentSearchService (Graffito Core API 1.0-a1-dev API) - - - - - - - - - - - + + + + + + + +Uses of Interface org.apache.portals.graffito.services.search.ContentSearchService (Graffito Core API 1.0-a1-dev API) + - + + + + + + + + + + + - - - + +
- - -
-
-

-Uses of Interface
org.apache.portals.graffito.services.search.ContentSearchService

-
-No usage of org.apache.portals.graffito.services.search.ContentSearchService -

-


- + + +
+
+

+Uses of Interface
org.apache.portals.graffito.services.search.ContentSearchService

+
+No usage of org.apache.portals.graffito.services.search.ContentSearchService +

+


+ - + - - - + +
- - -
-Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved. - - + + +
+Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved. + + Modified: incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/Filter.html URL: http://svn.apache.org/viewcvs/incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/Filter.html?rev=379891&r1=379890&r2=379891&view=diff ============================================================================== --- incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/Filter.html (original) +++ incubator/graffito/site/api/apidocs/org/apache/portals/graffito/services/search/class-use/Filter.html Wed Feb 22 13:01:47 2006 @@ -1,206 +1,206 @@ - - - - - - - -Uses of Interface org.apache.portals.graffito.services.search.Filter (Graffito Core API 1.0-a1-dev API) - - - - - - - - - - - + + + + + + + +Uses of Interface org.apache.portals.graffito.services.search.Filter (Graffito Core API 1.0-a1-dev API) + - + + + + + + + + + + + - - - + +
- - -
-
-

-Uses of Interface
org.apache.portals.graffito.services.search.Filter

-
- - - - - - - - - -
-Packages that use Filter
org.apache.portals.graffito.services.search  
-  -

+ + +


+
+

+Uses of Interface
org.apache.portals.graffito.services.search.Filter

+
+ + + + + + + + + +
+Packages that use Filter
org.apache.portals.graffito.services.search  
+  +

- - - - -
-Uses of Filter in org.apache.portals.graffito.services.search
-  -

- - - - - - - - - -
Methods in org.apache.portals.graffito.services.search that return Filter
- FilterContentSearchService.newFilter() - -
-          Create a new Filter
-  -

- - - - - - - - - - - - - - - +
Methods in org.apache.portals.graffito.services.search with parameters of type Filter
- voidFilter.addOrFilter(Filter arg0) - -
-           
- SearchResultsContentSearchService.searchCmsObjects(Filter filter) - -
-          Search on CmsObjects
- SearchResults
+ + + +
+Uses of Filter in org.apache.portals.graffito.services.search
+  +

+ + + + + + + + + +
Methods in org.apache.portals.graffito.services.search that return Filter
+ FilterContentSearchService.newFilter() + +
+          Create a new Filter
+  +

+ + + + + + + + + + + + + + + - -
Methods in org.apache.portals.graffito.services.search with parameters of type Filter
+ voidFilter.addOrFilter(Filter arg0) + +
+           
+ SearchResultsContentSearchService.searchCmsObjects(Filter filter) + +
+          Search on CmsObjects
+ SearchResults ContentSearchService.searchCmsObjects(java.lang.Class cmsObjectClass, - Filter filter) - -
-          Search on CmsObjects
-  -

-


- + Filter filter) - +
+          Search on CmsObjects + + +  +

+


+ + + - - - + +
- - -
-Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved. - - + + +
+Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved. + +