Uses of Enum Class
pro.taskana.task.api.WildcardSearchField
Packages that use WildcardSearchField
-
Uses of WildcardSearchField in pro.taskana.task.api
Methods in pro.taskana.task.api that return WildcardSearchFieldModifier and TypeMethodDescriptionstatic WildcardSearchFieldWildcardSearchField.fromString(String name) static WildcardSearchFieldReturns the enum constant of this class with the specified name.static WildcardSearchField[]WildcardSearchField.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.taskana.task.api with parameters of type WildcardSearchFieldModifier and TypeMethodDescriptionTaskQuery.wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields) Add the Task fields for which the wildcard search should be performed as an exact match to your query. -
Uses of WildcardSearchField in pro.taskana.task.internal
Methods in pro.taskana.task.internal with parameters of type WildcardSearchFieldModifier and TypeMethodDescriptionTaskQueryImpl.wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields)