Uses of Class
pro.taskana.task.api.TaskCommentQueryColumnName
-
Packages that use TaskCommentQueryColumnName Package Description pro.taskana.task.api pro.taskana.task.internal -
-
Uses of TaskCommentQueryColumnName in pro.taskana.task.api
Methods in pro.taskana.task.api that return TaskCommentQueryColumnName Modifier and Type Method Description static TaskCommentQueryColumnNameTaskCommentQueryColumnName. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskCommentQueryColumnName[]TaskCommentQueryColumnName. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TaskCommentQueryColumnName in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return TaskCommentQueryColumnName Modifier and Type Method Description TaskCommentQueryColumnNameTaskCommentQueryImpl. getQueryColumnName()Methods in pro.taskana.task.internal with parameters of type TaskCommentQueryColumnName Modifier and Type Method Description List<String>TaskCommentQueryImpl. listValues(TaskCommentQueryColumnName columnName, BaseQuery.SortDirection sortDirection)
-