Uses of Interface
ch.ivyteam.ivy.workflow.ITask
Packages that use ITask
Package
Description
-
Uses of ITask in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client that return ITaskMethods in ch.ivyteam.ivy.bpm.engine.client that return types with arguments of type ITaskModifier and TypeMethodDescriptionSelects an active task by the activator roleSelects an active task by the activator userTaskSelector.activatorRole(String roleName) Selects an active task by the activator role nameTaskSelector.activatorUser(String userName) Selects an active task by the activator user nameWorkflow.activeTasks()List of active tasks which could be executed next.Workflow.anyActiveTask()Get any next active task that can be executed.TaskSelector.name()Selects an active task by the its nameSelects an active task by the given nameTaskSelector.system()Selects an active system task. -
Uses of ITask in ch.ivyteam.ivy.bpm.engine.client.start
Methods in ch.ivyteam.ivy.bpm.engine.client.start with parameters of type ITaskModifier and TypeMethodDescriptionResume process at the given task.Method parameters in ch.ivyteam.ivy.bpm.engine.client.start with type arguments of type ITaskModifier and TypeMethodDescriptionResume process at the given task. -
Uses of ITask in ch.ivyteam.ivy.casemap.runtime
Methods in ch.ivyteam.ivy.casemap.runtime that return ITask -
Uses of ITask in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as ITaskMethods in ch.ivyteam.ivy.environment that return ITask -
Uses of ITask in ch.ivyteam.ivy.htmldialog
Methods in ch.ivyteam.ivy.htmldialog with parameters of type ITaskModifier and TypeMethodDescriptionIHtmlDialogContext.taskStartInFrameRef(ITask taskToStart) Deprecated.IHtmlDialogContext.taskstartref(ITask taskToStart) Deprecated.usegetStartLink()IHtmlDialogContext.taskStartRef(ITask taskToStart) Deprecated.usegetStartLink() -
Uses of ITask in ch.ivyteam.ivy.notification.business
Methods in ch.ivyteam.ivy.notification.business with parameters of type ITaskModifier and TypeMethodDescriptionDefines receivers based on the given task -
Uses of ITask in ch.ivyteam.ivy.process.eventstart
Methods in ch.ivyteam.ivy.process.eventstart that return ITaskModifier and TypeMethodDescriptionIProcessStartEventResponse.getStartedTask()Gets the task that was started with the firing of the process start event bean -
Uses of ITask in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that return ITaskModifier and TypeMethodDescriptionprotected ITaskAbstractProcessExtension.getTask(IIvyScriptContext context) Gets the current workflow task -
Uses of ITask in ch.ivyteam.ivy.request
Methods in ch.ivyteam.ivy.request that return ITask -
Uses of ITask in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return ITaskModifier and TypeMethodDescriptionIWorkflowSession.createTaskAndCase(IProcessStart processStart) Starts a new task and creates a case for a process.static ITaskITask.current()Gets the current task.IWorkflowContext.findTask(long taskId) Finds a task by its ID.Finds a task by its UUID.IWorkflowSession.findWorkingTask(long taskIdentifier) Finds a task the current session user is working on (task stateTaskState.RESUMEDorTaskState.CREATED) with its identifier.ICase.getCreatorTask()Gets the task that created this case with a trigger element, maybe null if case was not started through a trigger element.ITask.getExpiredCreatorTask()Gets the task that created this task because it has expired.ICase.getFirstTask()Gets the first task of the case.IIntermediateEvent.getTask()Gets the task that is waiting for or has been waiting for the event.IWorkflowEvent.getTask()Gets the task this event belongs to.IWorkflowSession.resumeTask(long taskIdentifier) Resumes a suspended or parked task with its identifier.Methods in ch.ivyteam.ivy.workflow that return types with arguments of type ITaskModifier and TypeMethodDescriptionIWorkflowSession.findCreatedAndResumedWorkTasks(int startIndex, int count) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryITaskEnd.findEndedTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowSession.findLockedWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowSession.findParkedWorkTasks(int startIndex, int count) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowSession.findResumedWorkTasks(int startIndex, int count) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryITaskStart.findStartedTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowSession.findSuspendedAndParkedWorkTasks(int startIndex, int count) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowSession.findSuspendedWorkTasks(int startIndex, int count) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowContext.findTaskCategories(IPropertyFilter<TaskProperty> categoryFilter, TaskProperty categoryProperty, OrderDirection categoryPropertyOrder) Deprecated, for removal: This API element is subject to removal in a future version.useCategoryTree.createFor(TaskQuery)insteadIWorkflowContext.findTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useinsteadTaskQuery.create().executor().results(startIndex, count)IWorkflowContext.findTasks(String propertyName, String propertyValue, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useinsteadTaskQuery.create().where().customField().textField(propertyName).isLike(propertyValue).executor().results(startIndex, count)IWorkflowSession.findWorkedOnTaskCategories(IPropertyFilter<TaskProperty> categoryFilter, TaskProperty categoryProperty, OrderDirection categoryPropertyOrder) Deprecated, for removal: This API element is subject to removal in a future version.useCategoryTree.createFor(TaskQuery)insteadIWorkflowSession.findWorkedOnTasks(int startIndex, int count, Date taskEndTimestampFilter) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowSession.findWorkedOnTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowSession.findWorkedOnTasksByRole(List<IRole> roles, IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowSession.findWorkTaskCategories(IPropertyFilter<TaskProperty> categoryFilter, TaskProperty categoryProperty, OrderDirection categoryPropertyOrder, EnumSet<TaskState> includeTaskStates) Deprecated, for removal: This API element is subject to removal in a future version.useCategoryTree.createFor(TaskQuery)insteadIWorkflowContext.findWorkTasks(IUser user, int startIndex, int count) Deprecated, for removal: This API element is subject to removal in a future version.useinsteadTaskQuery.canWorkOn(..).executor().results(startIndex, count)IWorkflowContext.findWorkTasks(IUser user, IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Deprecated, for removal: This API element is subject to removal in a future version.useinsteadTaskQuery.canWorkOn(..).executor().results(startIndex, count)IWorkflowSession.findWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryICase.getActiveTasks()Deprecated, for removal: This API element is subject to removal in a future version.useICase.tasks().allActive()Returns all active child tasks.ITaskEnd.getEndedTasks()Gets the tasks that ended on this task endITaskSwitchEvent.getEndedTasks()Gets the task that were ended by this task switch event.ITaskStart.getStartedTasks()Gets the tasks that were started from this task startITaskSwitchEvent.getStartedTasks()Gets the task that were started by this task switch event.ICase.getTasks()Deprecated, for removal: This API element is subject to removal in a future version.useICase.tasks().all()Returns all child tasks.Methods in ch.ivyteam.ivy.workflow with parameters of type ITask -
Uses of ITask in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return types with arguments of type ITaskModifier and TypeMethodDescriptionTaskQuery.executor()Provides a fluent API to execute this query and fetch its results. -
Uses of ITask in ch.ivyteam.ivy.workflow.signal
Methods in ch.ivyteam.ivy.workflow.signal that return ITaskModifier and TypeMethodDescriptionISignalEvent.getSentByTask()ISignaledTask.getTask()ITaskBoundarySignalEventReceiver.getWaitingTask()Methods in ch.ivyteam.ivy.workflow.signal that return types with arguments of type ITaskModifier and TypeMethodDescriptionISignalEvent.getCreatedTasks()ISignalEvent.getDestroyedTasks()Methods in ch.ivyteam.ivy.workflow.signal with parameters of type ITaskModifier and TypeMethodDescriptionIBpmSignalHistory.getSignaledTask(ITask task) Gets information about the signal that created the task -
Uses of ITask in ch.ivyteam.ivy.workflow.task
Methods in ch.ivyteam.ivy.workflow.task that return types with arguments of type ITask
getStartLinkEmbedded()