public class BaseHistoricTaskLogEntryBuilderImpl extends Object implements HistoricTaskLogEntryBuilder
HistoricTaskLogEntryBuilder interface| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected String |
executionId |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
taskId |
protected String |
tenantId |
protected Date |
timeStamp |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
BaseHistoricTaskLogEntryBuilderImpl() |
BaseHistoricTaskLogEntryBuilderImpl(TaskInfo task) |
protected String type
protected Date timeStamp
protected String userId
protected String data
protected String processInstanceId
protected String processDefinitionId
protected String executionId
protected String scopeId
protected String scopeDefinitionId
protected String subScopeId
protected String scopeType
protected String tenantId
protected String taskId
public BaseHistoricTaskLogEntryBuilderImpl(TaskInfo task)
public BaseHistoricTaskLogEntryBuilderImpl()
public HistoricTaskLogEntryBuilder taskId(String taskId)
taskId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder type(String type)
type in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder timeStamp(Date timeStamp)
timeStamp in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder userId(String userId)
userId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder data(String data)
data in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder processInstanceId(String processInstanceId)
processInstanceId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder processDefinitionId(String processDefinitionId)
processDefinitionId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder executionId(String executionId)
executionId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder scopeId(String scopeId)
scopeId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder subScopeId(String subScopeId)
subScopeId in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder scopeType(String scopeType)
scopeType in interface HistoricTaskLogEntryBuilderpublic HistoricTaskLogEntryBuilder tenantId(String tenantId)
tenantId in interface HistoricTaskLogEntryBuilderpublic String getType()
getType in interface HistoricTaskLogEntryBuilderpublic String getTaskId()
getTaskId in interface HistoricTaskLogEntryBuilderpublic Date getTimeStamp()
getTimeStamp in interface HistoricTaskLogEntryBuilderpublic String getUserId()
getUserId in interface HistoricTaskLogEntryBuilderpublic String getData()
getData in interface HistoricTaskLogEntryBuilderpublic String getExecutionId()
getExecutionId in interface HistoricTaskLogEntryBuilderpublic String getProcessInstanceId()
getProcessInstanceId in interface HistoricTaskLogEntryBuilderpublic String getProcessDefinitionId()
getProcessDefinitionId in interface HistoricTaskLogEntryBuilderpublic String getScopeId()
getScopeId in interface HistoricTaskLogEntryBuilderpublic String getScopeDefinitionId()
getScopeDefinitionId in interface HistoricTaskLogEntryBuilderpublic String getSubScopeId()
getSubScopeId in interface HistoricTaskLogEntryBuilderpublic String getScopeType()
getScopeType in interface HistoricTaskLogEntryBuilderpublic String getTenantId()
getTenantId in interface HistoricTaskLogEntryBuilderpublic void create()
create in interface HistoricTaskLogEntryBuilderCopyright © 2021 Flowable. All rights reserved.