Uses of Interface
org.flowable.task.api.TaskInfo
Packages that use TaskInfo
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TaskInfo in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api with parameters of type TaskInfoModifier and TypeMethodDescriptionCmmnHistoryService.createHistoricTaskLogEntryBuilder(TaskInfo task) Create new task log entry builder to the log task event -
Uses of TaskInfo in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl with parameters of type TaskInfoModifier and TypeMethodDescriptionCmmnHistoryServiceImpl.createHistoricTaskLogEntryBuilder(TaskInfo task) -
Uses of TaskInfo in org.flowable.cmmn.engine.impl.function
Methods in org.flowable.cmmn.engine.impl.function that return TaskInfo -
Uses of TaskInfo in org.flowable.cmmn.engine.impl.history
Methods in org.flowable.cmmn.engine.impl.history with parameters of type TaskInfoModifier and TypeMethodDescriptionbooleanCmmnHistoryConfigurationSettings.isHistoryEnabledForUserTask(TaskInfo taskInfo) Returns whether history is enabled for the provided user task.booleanDefaultCmmnHistoryConfigurationSettings.isHistoryEnabledForUserTask(TaskInfo taskInfo) -
Uses of TaskInfo in org.flowable.engine
Methods in org.flowable.engine with parameters of type TaskInfoModifier and TypeMethodDescriptionHistoryService.createHistoricTaskLogEntryBuilder(TaskInfo task) Create new task log entry builder to the log task event -
Uses of TaskInfo in org.flowable.engine.impl
Methods in org.flowable.engine.impl with parameters of type TaskInfoModifier and TypeMethodDescriptionHistoryServiceImpl.createHistoricTaskLogEntryBuilder(TaskInfo task) -
Uses of TaskInfo in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd with parameters of type TaskInfoModifier and TypeMethodDescriptionprotected voidSaveTaskCmd.handleSubTaskCount(TaskService taskService, TaskInfo originalTaskEntity) -
Uses of TaskInfo in org.flowable.engine.impl.function
Methods in org.flowable.engine.impl.function that return TaskInfo -
Uses of TaskInfo in org.flowable.engine.impl.history
Methods in org.flowable.engine.impl.history with parameters of type TaskInfoModifier and TypeMethodDescriptionbooleanDefaultHistoryConfigurationSettings.isHistoryEnabledForUserTask(TaskInfo taskInfo) booleanHistoryConfigurationSettings.isHistoryEnabledForUserTask(TaskInfo taskInfo) Returns whether history is enabled for the provided user task. -
Uses of TaskInfo in org.flowable.task.api
Classes in org.flowable.task.api with type parameters of type TaskInfoModifier and TypeInterfaceDescriptioninterfaceTaskInfoQuery<T extends TaskInfoQuery<?,?>, V extends TaskInfo> Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.Subinterfaces of TaskInfo in org.flowable.task.apiFields in org.flowable.task.api with type parameters of type TaskInfoModifier and TypeFieldDescriptionprotected TaskInfoQuery<? extends TaskInfoQuery<?,?>, ? extends TaskInfo> TaskInfoQueryWrapper.taskInfoQueryMethods in org.flowable.task.api that return types with arguments of type TaskInfoModifier and TypeMethodDescriptionTaskInfoQuery<? extends TaskInfoQuery<?,?>, ? extends TaskInfo> TaskInfoQueryWrapper.getTaskInfoQuery()Method parameters in org.flowable.task.api with type arguments of type TaskInfoModifier and TypeMethodDescriptionvoidTaskInfoQueryWrapper.setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo> taskInfoQuery) Constructor parameters in org.flowable.task.api with type arguments of type TaskInfoModifierConstructorDescriptionTaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo> taskInfoQuery) -
Uses of TaskInfo in org.flowable.task.api.history
Subinterfaces of TaskInfo in org.flowable.task.api.historyModifier and TypeInterfaceDescriptioninterfaceRepresents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes. -
Uses of TaskInfo in org.flowable.task.service
Methods in org.flowable.task.service with parameters of type TaskInfoModifier and TypeMethodDescriptionvoidHistoricTaskService.addHistoricTaskLogEntry(TaskInfo taskInfo, String logEntryType, String data) Log new entry to the task log. -
Uses of TaskInfo in org.flowable.task.service.impl
Methods in org.flowable.task.service.impl with parameters of type TaskInfoModifier and TypeMethodDescriptionvoidHistoricTaskServiceImpl.addHistoricTaskLogEntry(TaskInfo task, String logEntryType, String data) Constructors in org.flowable.task.service.impl with parameters of type TaskInfoModifierConstructorDescriptionHistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor, TaskInfo task, TaskServiceConfiguration taskServiceConfiguration) -
Uses of TaskInfo in org.flowable.task.service.impl.persistence.entity
Subinterfaces of TaskInfo in org.flowable.task.service.impl.persistence.entityClasses in org.flowable.task.service.impl.persistence.entity that implement TaskInfoMethods in org.flowable.task.service.impl.persistence.entity with parameters of type TaskInfoModifier and TypeMethodDescriptionprotected HistoricTaskLogEntryBuilderTaskEntityManagerImpl.createHistoricTaskLogEntryBuilder(TaskInfo task, HistoricTaskLogEntryType userTaskCreated) protected voidTaskEntityManagerImpl.logTaskCreatedEvent(TaskInfo task) protected voidTaskEntityManagerImpl.recordHistoryUserTaskLog(HistoricTaskLogEntryType logEntryType, TaskInfo task, com.fasterxml.jackson.databind.node.ObjectNode dataNode) -
Uses of TaskInfo in org.flowable.task.service.impl.util
Methods in org.flowable.task.service.impl.util with parameters of type TaskInfoModifier and TypeMethodDescriptionstatic booleanTaskVariableUtils.doesVariableBelongToTask(ValueFields valueFields, TaskInfo taskInfo) static booleanTaskVariableUtils.isCaseRelated(TaskInfo task) static booleanTaskVariableUtils.isProcessRelated(TaskInfo task)