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)
QueryRegisterComponentgetQueryDefinition in interface QueryRegisterComponentpublic String getCollectionNameforQueryDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponentgetCollectionNameforQueryDefinition in interface QueryRegisterComponentpublic org.alfresco.service.cmr.search.QueryParameterDefinition getParameterDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponentgetParameterDefinition in interface QueryRegisterComponentpublic String getCollectionNameforParameterDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponentgetCollectionNameforParameterDefinition in interface QueryRegisterComponentpublic QueryCollection getQueryCollection(String location)
QueryRegisterComponentgetQueryCollection in interface QueryRegisterComponentpublic void loadQueryCollection(String location)
QueryRegisterComponentloadQueryCollection in interface QueryRegisterComponentpublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
public void setNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService)
Copyright © 2005–2014 Alfresco Software. All rights reserved.