public class HistoricTaskLogEntryBuilderImpl extends BaseHistoricTaskLogEntryBuilderImpl implements Command<Void>
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected TaskServiceConfiguration |
taskServiceConfiguration |
data, executionId, processDefinitionId, processInstanceId, scopeDefinitionId, scopeId, scopeType, subScopeId, taskId, tenantId, timeStamp, type, userId| Constructor and Description |
|---|
HistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor,
TaskInfo task,
TaskServiceConfiguration taskServiceConfiguration) |
HistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor,
TaskServiceConfiguration taskServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
create() |
Void |
execute(CommandContext commandContext) |
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, userIdprotected CommandExecutor commandExecutor
protected TaskServiceConfiguration taskServiceConfiguration
public HistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor, TaskInfo task, TaskServiceConfiguration taskServiceConfiguration)
public HistoricTaskLogEntryBuilderImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration)
public void create()
create in interface HistoricTaskLogEntryBuildercreate in class BaseHistoricTaskLogEntryBuilderImplpublic Void execute(CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.