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