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