| Package | Description |
|---|---|
| org.alfresco.wcm.client | |
| org.alfresco.wcm.client.impl |
| Modifier and Type | Method and Description |
|---|---|
SearchResults |
AssetFactory.findByQuery(Query query)
Execute the specified query and return the results
|
SearchResults |
Section.search(Query query)
Carry out a search for resources below this section
|
SearchResults |
Section.search(String phrase,
int maxResults,
int resultsToSkip)
Carry out a search for resources below this section that contain all the
words in the supplied phrase
|
SearchResults |
Section.searchByTag(String tag,
int maxResults,
int resultsToSkip)
Carry out a search for resources below this section that are tagged with
the specified tag
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchResultsImpl |
| Modifier and Type | Method and Description |
|---|---|
SearchResults |
CachingAssetFactoryImpl.findByQuery(Query query) |
SearchResults |
AssetFactoryWebscriptImpl.findByQuery(Query query) |
SearchResults |
AssetFactoryCmisImpl.findByQuery(Query query) |
SearchResults |
SectionImpl.search(Query query) |
SearchResults |
SectionImpl.search(String phrase,
int maxResults,
int resultsToSkip) |
SearchResults |
SectionImpl.searchByTag(String tag,
int maxResults,
int resultsToSkip) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.