Package | Description |
---|---|
org.alfresco.repo.search |
Modifier and Type | Class and Description |
---|---|
class |
QueryCollectionImpl |
Modifier and Type | Method and Description |
---|---|
static QueryCollection |
QueryCollectionImpl.createQueryCollection(org.dom4j.Element element,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.namespace.NamespacePrefixResolver nspr) |
QueryCollection |
QueryRegisterComponentImpl.getQueryCollection(String location) |
QueryCollection |
QueryRegisterComponent.getQueryCollection(String name)
Get a query collection by name
|
Modifier and Type | Method and Description |
---|---|
static CannedQueryDefImpl |
CannedQueryDefImpl.createCannedQuery(org.dom4j.Element element,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
QueryCollection container,
org.alfresco.service.namespace.NamespacePrefixResolver nspr) |
static org.alfresco.service.cmr.search.NamedQueryParameterDefinition |
QueryParameterRefImpl.createParameterReference(org.dom4j.Element element,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
QueryCollection container) |
Constructor and Description |
---|
CannedQueryDefImpl(org.alfresco.service.namespace.QName qName,
String language,
String query,
List<org.alfresco.service.cmr.search.QueryParameterDefinition> queryParameterDefs,
QueryCollection container) |
QueryParameterRefImpl(org.alfresco.service.namespace.QName qName,
QueryCollection container) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.