| Package | Description |
|---|---|
| org.alfresco.wcm.client | |
| org.alfresco.wcm.client.impl |
| Modifier and Type | Method and Description |
|---|---|
Query |
Section.createQuery()
A factory method for returning an empty search query object.
|
Query |
SearchResults.getQuery()
Obtain the query that was executed to return these results.
|
Query |
AssetCollection.getQuery()
Obtain the query that was executed to return these results.
|
| 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
|
| Constructor and Description |
|---|
Query(Query other) |
| Modifier and Type | Method and Description |
|---|---|
Query |
SectionImpl.createQuery() |
Query |
AssetCollectionImpl.getQuery() |
Query |
SearchResultsImpl.getQuery() |
| 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) |
void |
AssetCollectionImpl.setQuery(Query query) |
void |
SearchResultsImpl.setQuery(Query query) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.