Uses of Enum Class
pro.taskana.workbasket.api.WorkbasketCustomField
Packages that use WorkbasketCustomField
Package
Description
-
Uses of WorkbasketCustomField in pro.taskana.spi.history.api.events.workbasket
Methods in pro.taskana.spi.history.api.events.workbasket with parameters of type WorkbasketCustomFieldModifier and TypeMethodDescriptionWorkbasketHistoryEvent.getCustomAttribute(WorkbasketCustomField customField) voidWorkbasketHistoryEvent.setCustomAttribute(WorkbasketCustomField customField, String value) -
Uses of WorkbasketCustomField in pro.taskana.workbasket.api
Methods in pro.taskana.workbasket.api that return WorkbasketCustomFieldModifier and TypeMethodDescriptionstatic WorkbasketCustomFieldReturns the enum constant of this class with the specified name.static WorkbasketCustomField[]WorkbasketCustomField.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.taskana.workbasket.api with parameters of type WorkbasketCustomFieldModifier and TypeMethodDescriptionWorkbasketQuery.customAttributeIn(WorkbasketCustomField customField, String... searchArguments) Add the values of custom attributes for exact matching to your query.WorkbasketQuery.customAttributeLike(WorkbasketCustomField customField, String... searchArguments) Add the values of custom attributes for pattern matching to your query.WorkbasketQuery.orderByCustomAttribute(WorkbasketCustomField customField, BaseQuery.SortDirection sortDirection) This method sorts the query result according to the value of a custom field. -
Uses of WorkbasketCustomField in pro.taskana.workbasket.api.models
Methods in pro.taskana.workbasket.api.models with parameters of type WorkbasketCustomFieldModifier and TypeMethodDescriptionWorkbasketSummary.getCustomAttribute(WorkbasketCustomField customField) Deprecated.Use WorkbasketSummary.getCustomField(WorkbasketCustomField) insteadWorkbasketSummary.getCustomField(WorkbasketCustomField customField) Returns the value of the specified WorkbasketCustomField of the Workbasket.voidWorkbasket.setCustomAttribute(WorkbasketCustomField customField, String value) Deprecated.voidWorkbasket.setCustomField(WorkbasketCustomField customField, String value) Sets the value for the specified WorkbasketCustomField. -
Uses of WorkbasketCustomField in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal with parameters of type WorkbasketCustomFieldModifier and TypeMethodDescriptionWorkbasketQueryImpl.customAttributeIn(WorkbasketCustomField customField, String... searchArguments) WorkbasketQueryImpl.customAttributeLike(WorkbasketCustomField customField, String... searchArguments) WorkbasketQueryImpl.orderByCustomAttribute(WorkbasketCustomField customField, BaseQuery.SortDirection sortDirection) -
Uses of WorkbasketCustomField in pro.taskana.workbasket.internal.models
Methods in pro.taskana.workbasket.internal.models with parameters of type WorkbasketCustomFieldModifier and TypeMethodDescriptionWorkbasketSummaryImpl.getCustomAttribute(WorkbasketCustomField customField) Deprecated.WorkbasketSummaryImpl.getCustomField(WorkbasketCustomField customField) voidWorkbasketImpl.setCustomAttribute(WorkbasketCustomField customField, String value) Deprecated.voidWorkbasketImpl.setCustomField(WorkbasketCustomField customField, String value)