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 Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.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 TypeMethodDescriptionboolean
CmmnHistoryConfigurationSettings.isHistoryEnabledForUserTask
(TaskInfo taskInfo) Returns whether history is enabled for the provided user task.boolean
DefaultCmmnHistoryConfigurationSettings.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 void
SaveTaskCmd.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 TypeMethodDescriptionboolean
DefaultHistoryConfigurationSettings.isHistoryEnabledForUserTask
(TaskInfo taskInfo) boolean
HistoryConfigurationSettings.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 TypeInterfaceDescriptioninterface
TaskInfoQuery<T extends TaskInfoQuery<?,
?>, V extends TaskInfo> Interface containing shared methods between theTaskQuery
and 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.taskInfoQuery
Methods 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 TypeMethodDescriptionvoid
TaskInfoQueryWrapper.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 TypeInterfaceDescriptioninterface
Represents 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 TypeMethodDescriptionvoid
HistoricTaskService.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 TypeMethodDescriptionvoid
HistoricTaskServiceImpl.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 HistoricTaskLogEntryBuilder
TaskEntityManagerImpl.createHistoricTaskLogEntryBuilder
(TaskInfo task, HistoricTaskLogEntryType userTaskCreated) protected void
TaskEntityManagerImpl.logTaskCreatedEvent
(TaskInfo task) protected void
TaskEntityManagerImpl.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 boolean
TaskVariableUtils.doesVariableBelongToTask
(ValueFields valueFields, TaskInfo taskInfo) static boolean
TaskVariableUtils.isCaseRelated
(TaskInfo task) static boolean
TaskVariableUtils.isProcessRelated
(TaskInfo task)