Class QueryHelper.WalkerCallbackAdapter

java.lang.Object
org.alfresco.rest.framework.resource.parameters.where.QueryHelper.WalkerCallbackAdapter
All Implemented Interfaces:
QueryHelper.WalkerCallback
Direct Known Subclasses:
MapBasedQueryWalker, TaskVariablesWalkerCallback
Enclosing class:
QueryHelper

public static class QueryHelper.WalkerCallbackAdapter extends Object implements QueryHelper.WalkerCallback
Default implementation. Override the methods you are interested in. If you don't override the methods then an InvalidQueryException will be thrown.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final InvalidQueryException
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    and()
    Called any time an AND is encountered.
    void
    between(String propertyName, String firstValue, String secondValue, boolean negated)
    Called any time a BETWEEN clause is encountered.
    void
    comparison(int type, String propertyName, String propertyValue, boolean negated)
    One of EQUALS LESSTHAN GREATERTHAN LESSTHANOREQUALS GREATERTHANOREQUALS;
    void
    exists(String propertyName, boolean negated)
    Called any time an EXISTS clause is encountered.
    void
    in(String propertyName, boolean negated, String... propertyValues)
    Called any time an IN clause is encountered.
    void
    matches(String property, String value, boolean negated)
    Called any time a MATCHES clause is encountered.
    void
    or()
    Called any time an OR is encountered.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait