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

All Superinterfaces:
PropertyBase<T,SELF>
All Known Subinterfaces:
BatchOperationItemStateProperty, BatchOperationStateProperty, BatchOperationTypeProperty, ElementInstanceStateProperty, JobKindProperty, JobStateProperty, ListenerEventTypeProperty, MessageSubscriptionStateProperty, ProcessInstanceStateProperty, StringProperty, UserTaskStateProperty
All Known Implementing Classes:
BatchOperationItemStatePropertyImpl, BatchOperationStatePropertyImpl, BatchOperationTypePropertyImpl, ElementInstanceStatePropertyImpl, JobKindPropertyImpl, JobStatePropertyImpl, ListenerEventTypePropertyImpl, MessageSubscriptionStatePropertyImpl, ProcessInstanceStatePropertyImpl, StringPropertyImpl, UserTaskStatePropertyImpl

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)