Interface PropertyBase<T,R,SELF extends PropertyBase<T,R,SELF>>

All Known Subinterfaces:
BasicLongProperty, ComparisonProperty<T,R,SELF>, DateTimeProperty, IntegerProperty, LikeProperty<T,L,R,SELF>, ProcessInstanceStateProperty, StringProperty
All Known Implementing Classes:
BasicLongPropertyImpl, DateTimePropertyImpl, IntegerPropertyImpl, ProcessInstanceStatePropertyImpl, StringPropertyImpl

public interface PropertyBase<T,R,SELF extends PropertyBase<T,R,SELF>>
  • Method Details

    • eq

      SELF eq(T value)
    • neq

      SELF neq(T value)
    • exists

      SELF exists(boolean value)
    • in

      SELF in(List<T> values)
    • in

      SELF in(T... values)
    • build

      R build()