Package org.alfresco.repo.search
Interface QueryRegisterComponent
- All Known Implementing Classes:
QueryRegisterComponentImpl
public interface QueryRegisterComponent
-
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 name) Get a query collection by namegetQueryDefinition(QName qName) Get a query defintion by QnamevoidloadQueryCollection(String location) Load a query collection
-
Method Details
-
getQueryDefinition
Get a query defintion by Qname- Parameters:
qName- QName- Returns:
- CannedQueryDef
-
getCollectionNameforQueryDefinition
Get the name of the collection containing a query- Parameters:
qName- QName- Returns:
- String
-
getParameterDefinition
Get a parameter definition- Parameters:
qName- QName- Returns:
- QueryParameterDefinition
-
getCollectionNameforParameterDefinition
Get the name of the collection containing a parameter definition- Parameters:
qName- QName- Returns:
- String
-
getQueryCollection
Get a query collection by name- Parameters:
name- String- Returns:
- QueryCollection
-
loadQueryCollection
Load a query collection- Parameters:
location- String
-