Class RestFilterPropertyCondition

java.lang.Object
io.jmix.rest.impl.service.filter.RestFilterPropertyCondition
All Implemented Interfaces:
RestFilterCondition

public class RestFilterPropertyCondition extends Object implements RestFilterCondition
  • Constructor Details

    • RestFilterPropertyCondition

      public RestFilterPropertyCondition()
  • Method Details

    • toJpql

      public String toJpql()
      Specified by:
      toJpql in interface RestFilterCondition
    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • getMetaClass

      public MetaClass getMetaClass()
    • setMetaClass

      public void setMetaClass(MetaClass metaClass)
    • getQueryParamName

      public String getQueryParamName()
    • setQueryParamName

      public void setQueryParamName(String queryParamName)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getOperator

      public RestFilterOp getOperator()
    • setOperator

      public void setOperator(RestFilterOp operator)