Uses of Class
pro.taskana.task.api.TaskCustomIntField
-
-
Uses of TaskCustomIntField in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports with parameters of type TaskCustomIntField Modifier and Type Method Description BTimeIntervalReportBuilder. customIntAttributeIn(TaskCustomIntField customIntField, Integer... values)Adds the values of a certain TaskCustomIntField for exact matching to the builder.WorkbasketPriorityReport.BuilderWorkbasketPriorityReport.Builder. customIntAttributeIn(TaskCustomIntField customIntField, Integer... values)Adds the values of a certain TaskCustomIntField for exact matching to the builder.BTimeIntervalReportBuilder. customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values)Excludes the values of a certain TaskCustomIntField to the builder.WorkbasketPriorityReport.BuilderWorkbasketPriorityReport.Builder. customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values)Excludes the values of a certain TaskCustomIntField to the builder.BTimeIntervalReportBuilder. customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values)Exclude ranges of TaskCustomIntField for matching to the builder.WorkbasketPriorityReport.BuilderWorkbasketPriorityReport.Builder. customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values)Exclude ranges of TaskCustomIntField for matching to the builder.BTimeIntervalReportBuilder. customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values)Adds ranges of TaskCustomIntField for matching to the TimeIntervalReportBuilder.WorkbasketPriorityReport.BuilderWorkbasketPriorityReport.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 TaskCustomIntField Modifier and Type Method Description WorkbasketPriorityReport.BuilderWorkbasketPriorityReportBuilderImpl. customIntAttributeIn(TaskCustomIntField customIntField, Integer... values)WorkbasketPriorityReport.BuilderWorkbasketPriorityReportBuilderImpl. customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values)WorkbasketPriorityReport.BuilderWorkbasketPriorityReportBuilderImpl. customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values)WorkbasketPriorityReport.BuilderWorkbasketPriorityReportBuilderImpl. customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values) -
Uses of TaskCustomIntField in pro.taskana.task.api
Methods in pro.taskana.task.api that return TaskCustomIntField Modifier and Type Method Description static TaskCustomIntFieldTaskCustomIntField. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskCustomIntField[]TaskCustomIntField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.task.api with parameters of type TaskCustomIntField Modifier and Type Method Description TaskQueryTaskQuery. customIntAttributeIn(TaskCustomIntField customField, Integer... searchArguments)Add the values of the specified TaskCustomIntField for exact matching to your query.TaskQueryTaskQuery. customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... searchArguments)Exclude these values of the specified TaskCustomIntField from your query.TaskQueryTaskQuery. customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... customIntAttributeNotWithin)Exclude the values of specified TaskCustomIntField inside the given range from your query.TaskQueryTaskQuery. customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... customIntAttributeWithin)Add the values of specified TaskCustomIntField for a range matching to your query.TaskQueryTaskQuery. 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 TaskCustomIntField Modifier and Type Method Description IntegerTaskSummary. 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 TaskCustomIntField Modifier and Type Method Description TaskQueryTaskQueryImpl. customIntAttributeIn(TaskCustomIntField customIntField, Integer... values)TaskQueryTaskQueryImpl. customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values)TaskQueryTaskQueryImpl. customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values)TaskQueryTaskQueryImpl. customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values)TaskQueryTaskQueryImpl. 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 TaskCustomIntField Modifier and Type Method Description IntegerTaskSummaryImpl. getCustomIntField(TaskCustomIntField customIntField)voidTaskImpl. setCustomIntField(TaskCustomIntField customIntField, Integer value)
-