Uses of Interface
org.flowable.task.api.history.HistoricTaskLogEntryBuilder
Packages that use HistoricTaskLogEntryBuilder
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 HistoricTaskLogEntryBuilder in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionCmmnHistoryService.createHistoricTaskLogEntryBuilder()
Create new task log entry builder to the log task event without predefined values from the taskCmmnHistoryService.createHistoricTaskLogEntryBuilder
(TaskInfo task) Create new task log entry builder to the log task event -
Uses of HistoricTaskLogEntryBuilder in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionCmmnHistoryServiceImpl.createHistoricTaskLogEntryBuilder()
CmmnHistoryServiceImpl.createHistoricTaskLogEntryBuilder
(TaskInfo task) -
Uses of HistoricTaskLogEntryBuilder in org.flowable.cmmn.engine.impl.history
Methods in org.flowable.cmmn.engine.impl.history with parameters of type HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionvoid
CmmnHistoryManager.recordHistoricUserTaskLogEntry
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) Record historic user task log entryvoid
CompositeCmmnHistoryManager.recordHistoricUserTaskLogEntry
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) void
DefaultCmmnHistoryManager.recordHistoricUserTaskLogEntry
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) void
CmmnHistoryTaskManager.recordHistoryUserTaskLog
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) -
Uses of HistoricTaskLogEntryBuilder in org.flowable.engine
Methods in org.flowable.engine that return HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionHistoryService.createHistoricTaskLogEntryBuilder()
Create new task log entry builder to the log task event without predefined values from the taskHistoryService.createHistoricTaskLogEntryBuilder
(TaskInfo task) Create new task log entry builder to the log task event -
Uses of HistoricTaskLogEntryBuilder in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionHistoryServiceImpl.createHistoricTaskLogEntryBuilder()
HistoryServiceImpl.createHistoricTaskLogEntryBuilder
(TaskInfo task) -
Uses of HistoricTaskLogEntryBuilder in org.flowable.engine.impl.history
Methods in org.flowable.engine.impl.history with parameters of type HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionvoid
CompositeHistoryManager.recordHistoricUserTaskLogEntry
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) void
DefaultHistoryManager.recordHistoricUserTaskLogEntry
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) void
HistoryManager.recordHistoricUserTaskLogEntry
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) Record historic user task log entryvoid
DefaultHistoryTaskManager.recordHistoryUserTaskLog
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) -
Uses of HistoricTaskLogEntryBuilder in org.flowable.task.api.history
Methods in org.flowable.task.api.history that return HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionHistoricTaskLogEntryBuilder.executionId
(String executionId) HistoricTaskLogEntryBuilder.processDefinitionId
(String processDefinitionId) HistoricTaskLogEntryBuilder.processInstanceId
(String processInstanceId) HistoricTaskLogEntryBuilder.scopeDefinitionId
(String scopeDefinitionId) HistoricTaskLogEntryBuilder.subScopeId
(String subScopeId) -
Uses of HistoricTaskLogEntryBuilder in org.flowable.task.service
Methods in org.flowable.task.service with parameters of type HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionvoid
HistoricTaskService.createHistoricTaskLogEntry
(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) -
Uses of HistoricTaskLogEntryBuilder in org.flowable.task.service.history
Methods in org.flowable.task.service.history with parameters of type HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionvoid
InternalHistoryTaskManager.recordHistoryUserTaskLog
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) Record historyUserTaskLogEntry -
Uses of HistoricTaskLogEntryBuilder in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement HistoricTaskLogEntryBuilderModifier and TypeClassDescriptionclass
Base implementation of theHistoricTaskLogEntryBuilder
interfaceclass
Methods in org.flowable.task.service.impl that return HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionBaseHistoricTaskLogEntryBuilderImpl.executionId
(String executionId) BaseHistoricTaskLogEntryBuilderImpl.processDefinitionId
(String processDefinitionId) BaseHistoricTaskLogEntryBuilderImpl.processInstanceId
(String processInstanceId) BaseHistoricTaskLogEntryBuilderImpl.scopeDefinitionId
(String scopeDefinitionId) BaseHistoricTaskLogEntryBuilderImpl.subScopeId
(String subScopeId) Methods in org.flowable.task.service.impl with parameters of type HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionvoid
HistoricTaskServiceImpl.createHistoricTaskLogEntry
(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) -
Uses of HistoricTaskLogEntryBuilder in org.flowable.task.service.impl.persistence.entity
Methods in org.flowable.task.service.impl.persistence.entity that return HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionprotected HistoricTaskLogEntryBuilder
TaskEntityManagerImpl.createHistoricTaskLogEntryBuilder
(TaskInfo task, HistoricTaskLogEntryType userTaskCreated) Methods in org.flowable.task.service.impl.persistence.entity with parameters of type HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionvoid
HistoricTaskLogEntryEntityManager.createHistoricTaskLogEntry
(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) void
HistoricTaskLogEntryEntityManagerImpl.createHistoricTaskLogEntry
(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder)