Uses of Interface
org.alfresco.repo.search.QueryCollection
-
Packages that use QueryCollection Package Description org.alfresco.repo.search -
-
Uses of QueryCollection in org.alfresco.repo.search
Classes in org.alfresco.repo.search that implement QueryCollection Modifier and Type Class Description classQueryCollectionImplMethods in org.alfresco.repo.search that return QueryCollection Modifier and Type Method Description static QueryCollectionQueryCollectionImpl. createQueryCollection(org.dom4j.Element element, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, org.alfresco.service.namespace.NamespacePrefixResolver nspr)QueryCollectionQueryRegisterComponent. getQueryCollection(java.lang.String name)Get a query collection by nameQueryCollectionQueryRegisterComponentImpl. getQueryCollection(java.lang.String location)Methods in org.alfresco.repo.search with parameters of type QueryCollection Modifier and Type Method Description static CannedQueryDefImplCannedQueryDefImpl. 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.NamedQueryParameterDefinitionQueryParameterRefImpl. createParameterReference(org.dom4j.Element element, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, QueryCollection container)Constructors in org.alfresco.repo.search with parameters of type QueryCollection Constructor Description CannedQueryDefImpl(org.alfresco.service.namespace.QName qName, java.lang.String language, java.lang.String query, java.util.List<org.alfresco.service.cmr.search.QueryParameterDefinition> queryParameterDefs, QueryCollection container)QueryParameterRefImpl(org.alfresco.service.namespace.QName qName, QueryCollection container)
-