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

All Known Subinterfaces:
BasicLongProperty, BasicStringProperty, BatchOperationItemStateProperty, BatchOperationStateProperty, BatchOperationTypeProperty, ComparisonProperty<T,SELF>, DateTimeProperty, ElementInstanceStateProperty, IntegerProperty, JobKindProperty, JobStateProperty, LikeProperty<T,L,SELF>, ListenerEventTypeProperty, MessageSubscriptionStateProperty, ProcessInstanceStateProperty, StringProperty, UserTaskStateProperty
All Known Implementing Classes:
BasicLongPropertyImpl, BasicStringPropertyImpl, BatchOperationItemStatePropertyImpl, BatchOperationStatePropertyImpl, BatchOperationTypePropertyImpl, DateTimePropertyImpl, ElementInstanceStatePropertyImpl, IntegerPropertyImpl, JobKindPropertyImpl, JobStatePropertyImpl, ListenerEventTypePropertyImpl, MessageSubscriptionStatePropertyImpl, ProcessInstanceStatePropertyImpl, StringPropertyImpl, UserTaskStatePropertyImpl

public interface PropertyBase<T,SELF extends PropertyBase<T,SELF>>
  • Method Summary

    Modifier and Type
    Method
    Description
    eq(T value)
     
    exists(boolean value)
     
    in(List<T> values)
     
    in(T... values)
     
    neq(T value)
     
  • Method Details