Uses of Interface
org.alfresco.rest.framework.resource.parameters.where.QueryHelper.WalkerCallback
-
Packages that use QueryHelper.WalkerCallback Package Description org.alfresco.rest.framework.resource.parameters.where org.alfresco.rest.workflow.api.impl -
-
Uses of QueryHelper.WalkerCallback in org.alfresco.rest.framework.resource.parameters.where
Classes in org.alfresco.rest.framework.resource.parameters.where that implement QueryHelper.WalkerCallback Modifier and Type Class Description static class
QueryHelper.WalkerCallbackAdapter
Default implementation.Methods in org.alfresco.rest.framework.resource.parameters.where with parameters of type QueryHelper.WalkerCallback Modifier and Type Method Description protected 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.WalkerCallback Modifier and Type Class Description class
MapBasedQueryWalker
Query walker that adds all properties for "equals" comparison to a map.class
MapBasedQueryWalkerOrSupported
Query walker extension of MapBasedQueryWalker created to add support for OR operation and set AND operation as unsupported.class
TaskVariablesWalkerCallback
-