Uses of Interface
org.alfresco.service.cmr.search.QueryParameterDefinition
Packages that use QueryParameterDefinition
-
Uses of QueryParameterDefinition in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type QueryParameterDefinitionModifier and TypeMethodDescriptionQueryOptions.getQueryParameterDefinitions()
Get the query parametersMethod parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type QueryParameterDefinitionModifier and TypeMethodDescriptionvoid
QueryOptions.setQueryParameterDefinitions
(List<QueryParameterDefinition> queryParameterDefinitions) Set the query parameters -
Uses of QueryParameterDefinition in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return QueryParameterDefinitionModifier and TypeMethodDescriptionNamedQueryParameterDefinition.getQueryParameterDefinition()
Get the query parameter definitionMethods in org.alfresco.service.cmr.search that return types with arguments of type QueryParameterDefinitionModifier and TypeMethodDescriptionSearchParameters.getQueryParameterDefinitions()
Get the query parameters that apply to this query.Methods in org.alfresco.service.cmr.search with parameters of type QueryParameterDefinitionModifier and TypeMethodDescriptionvoid
SearchParameters.addQueryParameterDefinition
(QueryParameterDefinition queryParameterDefinition) Add parameter definitions for the query - used to parameterise the query stringSearchService.query
(StoreRef store, String language, String query, QueryParameterDefinition[] queryParameterDefinitions) Search against a store.SearchService.selectNodes
(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks) Select nodes using an xpath expression.SearchService.selectNodes
(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks, String language) Select nodes using an xpath expression.SearchService.selectProperties
(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks) Select properties using an xpath expressionSearchService.selectProperties
(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks, String language) Select properties using an xpath expression