Uses of Interface
org.alfresco.rest.framework.resource.parameters.where.QueryHelper.WalkerCallback
Packages that use QueryHelper.WalkerCallback
Package
Description
-
Uses of QueryHelper.WalkerCallback in org.alfresco.rest.api.impl
Classes in org.alfresco.rest.api.impl that implement QueryHelper.WalkerCallback -
Uses of QueryHelper.WalkerCallback in org.alfresco.rest.framework.resource.parameters.where
Classes in org.alfresco.rest.framework.resource.parameters.where that implement QueryHelper.WalkerCallbackModifier and TypeClassDescriptionclassBasic implementation ofQueryHelper.WalkerCallbackAdapterproviding universal handling of Where query clauses.static classDefault implementation.Fields in org.alfresco.rest.framework.resource.parameters.where declared as QueryHelper.WalkerCallbackModifier and TypeFieldDescriptionprotected QueryHelper.WalkerCallbackQueryHelper.QueryResolver.queryWalkerMethods in org.alfresco.rest.framework.resource.parameters.where with type parameters of type QueryHelper.WalkerCallbackModifier and TypeMethodDescription<T extends QueryHelper.WalkerCallback>
QueryHelper.QueryResolver<? extends QueryHelper.QueryResolver<?>>QueryHelper.QueryResolver.WalkerSpecifier.usingWalker(T queryWalker) Allows to specify customQueryHelper.WalkerCallbackimplementation, which should be used to resolve the query.Methods in org.alfresco.rest.framework.resource.parameters.where with parameters of type QueryHelper.WalkerCallbackModifier and TypeMethodDescriptionprotected static voidQueryHelper.callbackTree(org.antlr.runtime.tree.Tree tree, QueryHelper.WalkerCallback callback, boolean negated) Processes a tree type and calls the corresponding callback method.static voidQueryHelper.walk(Query query, QueryHelper.WalkerCallback callback) Walks a query with a callback for each operation -
Uses of QueryHelper.WalkerCallback in org.alfresco.rest.workflow.api.impl
Classes in org.alfresco.rest.workflow.api.impl that implement QueryHelper.WalkerCallbackModifier and TypeClassDescriptionclassQuery walker that adds all properties for "equals" comparison to a map.classQuery walker extension of MapBasedQueryWalker created to add support for OR operation and set AND operation as unsupported.class