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 QueryRegisterComponentqName - QNamepublic String getCollectionNameforQueryDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponentgetCollectionNameforQueryDefinition in interface QueryRegisterComponentqName - QNamepublic org.alfresco.service.cmr.search.QueryParameterDefinition getParameterDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponentgetParameterDefinition in interface QueryRegisterComponentqName - QNamepublic String getCollectionNameforParameterDefinition(org.alfresco.service.namespace.QName qName)
QueryRegisterComponentgetCollectionNameforParameterDefinition in interface QueryRegisterComponentqName - QNamepublic QueryCollection getQueryCollection(String location)
QueryRegisterComponentgetQueryCollection in interface QueryRegisterComponentlocation - Stringpublic void loadQueryCollection(String location)
QueryRegisterComponentloadQueryCollection in interface QueryRegisterComponentlocation - 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.