Uses of Class
pro.taskana.spi.history.api.events.task.TaskHistoryCustomField
-
Packages that use TaskHistoryCustomField Package Description pro.taskana.spi.history.api.events.task -
-
Uses of TaskHistoryCustomField in pro.taskana.spi.history.api.events.task
Methods in pro.taskana.spi.history.api.events.task that return TaskHistoryCustomField Modifier and Type Method Description static TaskHistoryCustomFieldTaskHistoryCustomField. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskHistoryCustomField[]TaskHistoryCustomField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.spi.history.api.events.task with parameters of type TaskHistoryCustomField Modifier and Type Method Description StringTaskHistoryEvent. getCustomAttribute(TaskHistoryCustomField customField)voidTaskHistoryEvent. setCustomAttribute(TaskHistoryCustomField customField, String value)
-