java.lang.Object
org.alfresco.rest.framework.resource.parameters.where.QueryImpl
All Implemented Interfaces:
Query

public class QueryImpl extends Object implements Query
Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.
Author:
Gethin James
  • Field Details

    • EMPTY

      public static final Query EMPTY
  • Constructor Details

    • QueryImpl

      public QueryImpl(org.antlr.runtime.tree.CommonTree tree)
  • Method Details

    • getTree

      public org.antlr.runtime.tree.CommonTree getTree()
      Description copied from interface: Query
      Returns the list of operations
      Specified by:
      getTree in interface Query
    • toString

      public String toString()
      Overrides:
      toString in class Object