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 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 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 TypeMethodDescriptionvoidCmmnHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) Record historic user task log entryvoidCompositeCmmnHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) voidDefaultCmmnHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) voidCmmnHistoryTaskManager.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 TypeMethodDescriptionvoidCompositeHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) voidDefaultHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) voidHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) Record historic user task log entryvoidDefaultHistoryTaskManager.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 TypeMethodDescriptionvoidHistoricTaskService.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 TypeMethodDescriptionvoidInternalHistoryTaskManager.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 TypeClassDescriptionclassBase implementation of theHistoricTaskLogEntryBuilderinterfaceclassMethods 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 TypeMethodDescriptionvoidHistoricTaskServiceImpl.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 HistoricTaskLogEntryBuilderTaskEntityManagerImpl.createHistoricTaskLogEntryBuilder(TaskInfo task, HistoricTaskLogEntryType userTaskCreated) Methods in org.flowable.task.service.impl.persistence.entity with parameters of type HistoricTaskLogEntryBuilderModifier and TypeMethodDescriptionvoidHistoricTaskLogEntryEntityManager.createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) voidHistoricTaskLogEntryEntityManagerImpl.createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder)