Uses of Enum Class
pro.taskana.task.api.TaskCustomIntField
Packages that use TaskCustomIntField
Package
Description
-
Uses of TaskCustomIntField in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports with parameters of type TaskCustomIntFieldModifier and TypeMethodDescriptionTimeIntervalReportBuilder.customIntAttributeIn(TaskCustomIntField customIntField, Integer... values) Adds the values of a certain TaskCustomIntField for exact matching to the builder.WorkbasketPriorityReport.Builder.customIntAttributeIn(TaskCustomIntField customIntField, Integer... values) Adds the values of a certain TaskCustomIntField for exact matching to the builder.TimeIntervalReportBuilder.customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values) Excludes the values of a certain TaskCustomIntField to the builder.WorkbasketPriorityReport.Builder.customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values) Excludes the values of a certain TaskCustomIntField to the builder.TimeIntervalReportBuilder.customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values) Exclude ranges of TaskCustomIntField for matching to the builder.WorkbasketPriorityReport.Builder.customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values) Exclude ranges of TaskCustomIntField for matching to the builder.TimeIntervalReportBuilder.customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values) Adds ranges of TaskCustomIntField for matching to the TimeIntervalReportBuilder.WorkbasketPriorityReport.Builder.customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values) Adds ranges of TaskCustomIntField for matching to the builder. -
Uses of TaskCustomIntField in pro.taskana.monitor.internal.reports
Methods in pro.taskana.monitor.internal.reports with parameters of type TaskCustomIntFieldModifier and TypeMethodDescriptionWorkbasketPriorityReportBuilderImpl.customIntAttributeIn(TaskCustomIntField customIntField, Integer... values) WorkbasketPriorityReportBuilderImpl.customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values) WorkbasketPriorityReportBuilderImpl.customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values) WorkbasketPriorityReportBuilderImpl.customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values) -
Uses of TaskCustomIntField in pro.taskana.task.api
Methods in pro.taskana.task.api that return TaskCustomIntFieldModifier and TypeMethodDescriptionstatic TaskCustomIntFieldReturns the enum constant of this class with the specified name.static TaskCustomIntField[]TaskCustomIntField.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 TaskCustomIntFieldModifier and TypeMethodDescriptionTaskQuery.customIntAttributeIn(TaskCustomIntField customField, Integer... searchArguments) Add the values of the specified TaskCustomIntField for exact matching to your query.TaskQuery.customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... searchArguments) Exclude these values of the specified TaskCustomIntField from your query.TaskQuery.customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... customIntAttributeNotWithin) Exclude the values of specified TaskCustomIntField inside the given range from your query.TaskQuery.customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... customIntAttributeWithin) Add the values of specified TaskCustomIntField for a range matching to your query.TaskQuery.orderByCustomIntAttribute(TaskCustomIntField customIntField, BaseQuery.SortDirection sortDirection) This method sorts the query result according to the value of the specified TaskCustomIntField. -
Uses of TaskCustomIntField in pro.taskana.task.api.models
Methods in pro.taskana.task.api.models with parameters of type TaskCustomIntFieldModifier and TypeMethodDescriptionTaskSummary.getCustomIntField(TaskCustomIntField customIntField) Returns the value of the specified TaskCustomIntField of the Task.voidTask.setCustomIntField(TaskCustomIntField customIntField, Integer value) Sets the value for the specified custoIntField. -
Uses of TaskCustomIntField in pro.taskana.task.internal
Methods in pro.taskana.task.internal with parameters of type TaskCustomIntFieldModifier and TypeMethodDescriptionTaskQueryImpl.customIntAttributeIn(TaskCustomIntField customIntField, Integer... values) TaskQueryImpl.customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values) TaskQueryImpl.customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values) TaskQueryImpl.customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values) TaskQueryImpl.orderByCustomIntAttribute(TaskCustomIntField customIntField, BaseQuery.SortDirection sortDirection) -
Uses of TaskCustomIntField in pro.taskana.task.internal.models
Methods in pro.taskana.task.internal.models with parameters of type TaskCustomIntFieldModifier and TypeMethodDescriptionTaskSummaryImpl.getCustomIntField(TaskCustomIntField customIntField) voidTaskImpl.setCustomIntField(TaskCustomIntField customIntField, Integer value)