public class HistoricJobLogDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected boolean |
creationLog |
protected boolean |
deletionLog |
protected String |
deploymentId |
protected String |
executionId |
protected boolean |
failureLog |
protected String |
id |
protected String |
jobDefinitionConfiguration |
protected String |
jobDefinitionId |
protected String |
jobDefinitionType |
protected Date |
jobDueDate |
protected String |
jobExceptionMessage |
protected String |
jobId |
protected long |
jobPriority |
protected int |
jobRetries |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processInstanceId |
protected boolean |
successLog |
protected String |
tenantId |
protected Date |
timestamp |
Constructor and Description |
---|
HistoricJobLogDto() |
Modifier and Type | Method and Description |
---|---|
static HistoricJobLogDto |
fromHistoricJobLog(HistoricJobLog historicJobLog) |
String |
getActivityId() |
String |
getDeploymentId() |
String |
getExecutionId() |
String |
getId() |
String |
getJobDefinitionConfiguration() |
String |
getJobDefinitionId() |
String |
getJobDefinitionType() |
Date |
getJobDueDate() |
String |
getJobExceptionMessage() |
String |
getJobId() |
long |
getJobPriority() |
int |
getJobRetries() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessInstanceId() |
String |
getTenantId() |
Date |
getTimestamp() |
boolean |
isCreationLog() |
boolean |
isDeletionLog() |
boolean |
isFailureLog() |
boolean |
isSuccessLog() |
protected String id
protected Date timestamp
protected String jobId
protected Date jobDueDate
protected int jobRetries
protected long jobPriority
protected String jobExceptionMessage
protected String jobDefinitionId
protected String jobDefinitionType
protected String jobDefinitionConfiguration
protected String activityId
protected String executionId
protected String processInstanceId
protected String processDefinitionId
protected String processDefinitionKey
protected String deploymentId
protected String tenantId
protected boolean creationLog
protected boolean failureLog
protected boolean successLog
protected boolean deletionLog
public String getId()
public Date getTimestamp()
public String getJobId()
public Date getJobDueDate()
public int getJobRetries()
public long getJobPriority()
public String getJobExceptionMessage()
public String getJobDefinitionId()
public String getJobDefinitionType()
public String getJobDefinitionConfiguration()
public String getActivityId()
public String getExecutionId()
public String getProcessInstanceId()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public String getDeploymentId()
public String getTenantId()
public boolean isCreationLog()
public boolean isFailureLog()
public boolean isSuccessLog()
public boolean isDeletionLog()
public static HistoricJobLogDto fromHistoricJobLog(HistoricJobLog historicJobLog)
Copyright © 2019. All rights reserved.