Uses of Interface
org.alfresco.repo.search.QueryCollection
Packages that use QueryCollection
-
Uses of QueryCollection in org.alfresco.repo.search
Classes in org.alfresco.repo.search that implement QueryCollectionMethods in org.alfresco.repo.search that return QueryCollectionModifier and TypeMethodDescriptionstatic QueryCollectionQueryCollectionImpl.createQueryCollection(org.dom4j.Element element, DictionaryService dictionaryService, NamespacePrefixResolver nspr) QueryRegisterComponent.getQueryCollection(String name) Get a query collection by nameQueryRegisterComponentImpl.getQueryCollection(String location) Methods in org.alfresco.repo.search with parameters of type QueryCollectionModifier and TypeMethodDescriptionstatic CannedQueryDefImplCannedQueryDefImpl.createCannedQuery(org.dom4j.Element element, DictionaryService dictionaryService, QueryCollection container, NamespacePrefixResolver nspr) QueryParameterRefImpl.createParameterReference(org.dom4j.Element element, DictionaryService dictionaryService, QueryCollection container) Constructors in org.alfresco.repo.search with parameters of type QueryCollectionModifierConstructorDescriptionCannedQueryDefImpl(QName qName, String language, String query, List<QueryParameterDefinition> queryParameterDefs, QueryCollection container) QueryParameterRefImpl(QName qName, QueryCollection container)