Uses of Enum Class
ch.ivyteam.ivy.workflow.TaskState
Packages that use TaskState
Package
Description
-
Uses of TaskState in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return TaskStateModifier and TypeMethodDescriptionITask.getState()Gets the state of this taskIWorkflowEvent.getTaskState()Gets the task state.Method parameters in ch.ivyteam.ivy.workflow with type arguments of type TaskStateModifier and TypeMethodDescriptionIWorkflowSession.findLockedWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) IWorkflowContext.findWorkTasks(IUser user, IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Finds tasks that a given user can work on (currently working or can start).IWorkflowSession.findWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Gets all tasks the workflow session user can work on. -
Uses of TaskState in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query with parameters of type TaskStateModifier and TypeMethodDescriptionAdds a filter condition that selects rows with the givenvalue.Adds a filter condition that selects rows that have values that are in the given list ofvalues.TaskQuery.ITaskStateFilterQuery.isNotEqual(TaskState value) Adds a filter condition that selects the rows that do not have the givenvalue.Adds a filter condition that selects rows that have values that are not in the given list ofvalues.Method parameters in ch.ivyteam.ivy.workflow.query with type arguments of type TaskStateModifier and TypeMethodDescriptionAdds a filter condition that selects rows that have values that are in the given list ofvalues.Adds a filter condition that selects rows that have values that are not in the given list ofvalues.