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 TypeClassDescriptionstatic class
Default implementation.Methods in org.alfresco.rest.framework.resource.parameters.where with parameters of type QueryHelper.WalkerCallbackModifier and TypeMethodDescriptionprotected static void
QueryHelper.callbackTree
(org.antlr.runtime.tree.Tree tree, QueryHelper.WalkerCallback callback, boolean negated) Processes a tree type and calls the corresponding callback method.static void
QueryHelper.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 TypeClassDescriptionclass
Query walker that adds all properties for "equals" comparison to a map.class
Query walker extension of MapBasedQueryWalker created to add support for OR operation and set AND operation as unsupported.class