java.lang.Object
com.peterphi.std.guice.restclient.jaxb.webquery.WQConstraints
All Implemented Interfaces:
ConstraintContainer<WQConstraints>

public class WQConstraints extends Object implements ConstraintContainer<WQConstraints>
  • Field Details

    • offset

      public int offset
    • limit

      public int limit
    • computeSize

      public boolean computeSize
    • subclass

      public String subclass
      The subclass to constrain the results to
    • constraints

      public List<WQConstraintLine> constraints
      The constraints. This group will be implicitly ANDed together
  • Constructor Details

    • WQConstraints

      public WQConstraints()
  • Method Details