public interface HistoricTaskLogEntryBuilder
HistoricTaskLogEntryBuilder taskId(String taskId)
HistoricTaskLogEntryBuilder type(String type)
HistoricTaskLogEntryBuilder timeStamp(Date timeStamp)
HistoricTaskLogEntryBuilder userId(String userId)
HistoricTaskLogEntryBuilder processInstanceId(String processInstanceId)
HistoricTaskLogEntryBuilder processDefinitionId(String processDefinitionId)
HistoricTaskLogEntryBuilder executionId(String executionId)
HistoricTaskLogEntryBuilder scopeId(String scopeId)
HistoricTaskLogEntryBuilder scopeDefinitionId(String scopeDefinitionId)
HistoricTaskLogEntryBuilder subScopeId(String subScopeId)
HistoricTaskLogEntryBuilder scopeType(String scopeType)
HistoricTaskLogEntryBuilder tenantId(String tenantId)
HistoricTaskLogEntryBuilder data(String data)
String getType()
String getTaskId()
Date getTimeStamp()
String getUserId()
String getData()
String getExecutionId()
String getProcessInstanceId()
String getProcessDefinitionId()
String getScopeId()
String getScopeDefinitionId()
String getSubScopeId()
String getScopeType()
String getTenantId()
void create()
Copyright © 2019 Flowable. All rights reserved.