Class HistoricTaskLogEntryBuilderImpl
java.lang.Object
org.flowable.task.service.impl.BaseHistoricTaskLogEntryBuilderImpl
org.flowable.task.service.impl.HistoricTaskLogEntryBuilderImpl
- All Implemented Interfaces:
Command<Void>, HistoricTaskLogEntryBuilder
public class HistoricTaskLogEntryBuilderImpl
extends BaseHistoricTaskLogEntryBuilderImpl
implements Command<Void>
- Author:
- martin.grofcik
-
Field Summary
FieldsFields inherited from class BaseHistoricTaskLogEntryBuilderImpl
data, executionId, processDefinitionId, processInstanceId, scopeDefinitionId, scopeId, scopeType, subScopeId, taskId, tenantId, timeStamp, type, userId -
Constructor Summary
ConstructorsConstructorDescriptionHistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor, TaskInfo task, TaskServiceConfiguration taskServiceConfiguration) HistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) -
Method Summary
Methods inherited from class BaseHistoricTaskLogEntryBuilderImpl
data, executionId, getData, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTenantId, getTimeStamp, getType, getUserId, processDefinitionId, processInstanceId, scopeDefinitionId, scopeId, scopeType, subScopeId, taskId, tenantId, timeStamp, type, userId
-
Field Details
-
commandExecutor
-
taskServiceConfiguration
-
-
Constructor Details
-
HistoricTaskLogEntryBuilderImpl
public HistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor, TaskInfo task, TaskServiceConfiguration taskServiceConfiguration) -
HistoricTaskLogEntryBuilderImpl
public HistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration)
-
-
Method Details
-
create
public void create()- Specified by:
createin interfaceHistoricTaskLogEntryBuilder- Overrides:
createin classBaseHistoricTaskLogEntryBuilderImpl
-
execute
-