Uses of Interface
org.alfresco.service.cmr.search.QueryParameterDefinition
-
Packages that use QueryParameterDefinition Package Description org.alfresco.repo.search.impl.querymodel org.alfresco.service.cmr.search -
-
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 QueryParameterDefinition Modifier and Type Method Description List<QueryParameterDefinition>QueryOptions. getQueryParameterDefinitions()Get the query parametersMethod parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type QueryParameterDefinition Modifier and Type Method Description voidQueryOptions. 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 QueryParameterDefinition Modifier and Type Method Description QueryParameterDefinitionNamedQueryParameterDefinition. getQueryParameterDefinition()Get the query parameter definitionMethods in org.alfresco.service.cmr.search that return types with arguments of type QueryParameterDefinition Modifier and Type Method Description ArrayList<QueryParameterDefinition>SearchParameters. getQueryParameterDefinitions()Get the query parameters that apply to this query.Methods in org.alfresco.service.cmr.search with parameters of type QueryParameterDefinition Modifier and Type Method Description voidSearchParameters. addQueryParameterDefinition(QueryParameterDefinition queryParameterDefinition)Add parameter definitions for the query - used to parameterise the query stringResultSetSearchService. query(StoreRef store, String language, String query, QueryParameterDefinition[] queryParameterDefinitions)Search against a store.List<NodeRef>SearchService. selectNodes(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks)Select nodes using an xpath expression.List<NodeRef>SearchService. selectNodes(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks, String language)Select nodes using an xpath expression.List<Serializable>SearchService. selectProperties(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks)Select properties using an xpath expressionList<Serializable>SearchService. selectProperties(NodeRef contextNodeRef, String xpath, QueryParameterDefinition[] parameters, NamespacePrefixResolver namespacePrefixResolver, boolean followAllParentLinks, String language)Select properties using an xpath expression
-