Package org.alfresco.repo.search
Class QueryRegisterComponentImpl
java.lang.Object
org.alfresco.repo.search.QueryRegisterComponentImpl
- All Implemented Interfaces:
QueryRegisterComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the collection containing a parameter definitionGet the name of the collection containing a querygetParameterDefinition(QName qName) Get a parameter definitiongetQueryCollection(String location) Get a query collection by namegetQueryDefinition(QName qName) Get a query defintion by QnamevoidloadQueryCollection(String location) Load a query collectionvoidsetCollections(List<String> collections) voidsetDictionaryService(DictionaryService dictionaryService) voidsetNamespaceService(NamespacePrefixResolver namespaceService)
-
Constructor Details
-
QueryRegisterComponentImpl
public QueryRegisterComponentImpl()
-
-
Method Details
-
getQueryDefinition
Description copied from interface:QueryRegisterComponentGet a query defintion by Qname- Specified by:
getQueryDefinitionin interfaceQueryRegisterComponent- Parameters:
qName- QName- Returns:
- CannedQueryDef
-
getCollectionNameforQueryDefinition
Description copied from interface:QueryRegisterComponentGet the name of the collection containing a query- Specified by:
getCollectionNameforQueryDefinitionin interfaceQueryRegisterComponent- Parameters:
qName- QName- Returns:
- String
-
getParameterDefinition
Description copied from interface:QueryRegisterComponentGet a parameter definition- Specified by:
getParameterDefinitionin interfaceQueryRegisterComponent- Parameters:
qName- QName- Returns:
- QueryParameterDefinition
-
getCollectionNameforParameterDefinition
Description copied from interface:QueryRegisterComponentGet the name of the collection containing a parameter definition- Specified by:
getCollectionNameforParameterDefinitionin interfaceQueryRegisterComponent- Parameters:
qName- QName- Returns:
- String
-
getQueryCollection
Description copied from interface:QueryRegisterComponentGet a query collection by name- Specified by:
getQueryCollectionin interfaceQueryRegisterComponent- Parameters:
location- String- Returns:
- QueryCollection
-
loadQueryCollection
Description copied from interface:QueryRegisterComponentLoad a query collection- Specified by:
loadQueryCollectionin interfaceQueryRegisterComponent- Parameters:
location- String
-
setCollections
-
setDictionaryService
-
setNamespaceService
-