Uses of Class
pro.taskana.task.api.TaskCustomIntField
-
Packages that use TaskCustomIntField Package Description pro.taskana.task.api pro.taskana.task.api.models pro.taskana.task.internal pro.taskana.task.internal.models -
-
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... values)Exclude the values of specified TaskCustomIntField inside the given range from your query.TaskQueryTaskQuery. customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values)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)
-