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

All Superinterfaces:
PropertyBase<T,SELF>
All Known Subinterfaces:
ElementInstanceStateProperty, ProcessInstanceStateProperty, StringProperty
All Known Implementing Classes:
ElementInstanceStatePropertyImpl, ProcessInstanceStatePropertyImpl, StringPropertyImpl

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

    Modifier and Type
    Method
    Description
    like(L value)
     

    Methods inherited from interface io.camunda.client.api.search.filter.builder.PropertyBase

    eq, exists, in, in, neq
  • Method Details

    • like

      SELF like(L value)