public class QueryRegisterComponentImpl extends Object implements QueryRegisterComponent
Constructor and Description |
---|
QueryRegisterComponentImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionNameforParameterDefinition(org.alfresco.service.namespace.QName qName)
Get the name of the collection containing a parameter definition
|
String |
getCollectionNameforQueryDefinition(org.alfresco.service.namespace.QName qName)
Get the name of the collection containing a query
|
org.alfresco.service.cmr.search.QueryParameterDefinition |
getParameterDefinition(org.alfresco.service.namespace.QName qName)
Get a parameter definition
|
QueryCollection |
getQueryCollection(String location)
Get a query collection by name
|
CannedQueryDef |
getQueryDefinition(org.alfresco.service.namespace.QName qName)
Get a query defintion by Qname
|
void |
loadQueryCollection(String location)
Load a query collection
|
void |
setCollections(List<String> collections) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService) |
public CannedQueryDef getQueryDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponent
getQueryDefinition
in interface QueryRegisterComponent
qName
- QNamepublic String getCollectionNameforQueryDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponent
getCollectionNameforQueryDefinition
in interface QueryRegisterComponent
qName
- QNamepublic org.alfresco.service.cmr.search.QueryParameterDefinition getParameterDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponent
getParameterDefinition
in interface QueryRegisterComponent
qName
- QNamepublic String getCollectionNameforParameterDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponent
getCollectionNameforParameterDefinition
in interface QueryRegisterComponent
qName
- QNamepublic QueryCollection getQueryCollection(String location)
QueryRegisterComponent
getQueryCollection
in interface QueryRegisterComponent
location
- Stringpublic void loadQueryCollection(String location)
QueryRegisterComponent
loadQueryCollection
in interface QueryRegisterComponent
location
- Stringpublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
public void setNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService)
Copyright © 2005–2017 Alfresco Software. All rights reserved.