Uses of Interface
io.camunda.client.api.search.filter.builder.UserTaskStateProperty
Packages that use UserTaskStateProperty
Package
Description
-
Uses of UserTaskStateProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type UserTaskStatePropertyModifier and TypeMethodDescriptionUserTaskFilter.state(Consumer<UserTaskStateProperty> fn) Filters user tasks by the specified state usingUserTaskStatePropertyconsumer. -
Uses of UserTaskStateProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type UserTaskStateProperty -
Uses of UserTaskStateProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement UserTaskStatePropertyMethods in io.camunda.client.impl.search.filter.builder that return UserTaskStatePropertyModifier and TypeMethodDescriptionUserTaskStatePropertyImpl.eq(UserTaskState value) UserTaskStatePropertyImpl.exists(boolean value) UserTaskStatePropertyImpl.in(UserTaskState... values) UserTaskStatePropertyImpl.in(List<UserTaskState> values) UserTaskStatePropertyImpl.neq(UserTaskState value)