Class HistoricJobLogDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected boolean
protected boolean
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
protected String
protected long
protected int
protected String
protected String
protected String
protected Date
protected String
protected boolean
protected String
protected Date
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricJobLogDto
fromHistoricJobLog
(HistoricJobLog historicJobLog) getId()
getJobId()
long
int
boolean
boolean
boolean
boolean
-
Field Details
-
id
-
timestamp
-
removalTime
-
jobId
-
jobDueDate
-
jobRetries
protected int jobRetries -
jobPriority
protected long jobPriority -
jobExceptionMessage
-
jobDefinitionId
-
jobDefinitionType
-
jobDefinitionConfiguration
-
activityId
-
failedActivityId
-
executionId
-
processInstanceId
-
processDefinitionId
-
processDefinitionKey
-
deploymentId
-
tenantId
-
hostname
-
rootProcessInstanceId
-
batchId
-
creationLog
protected boolean creationLog -
failureLog
protected boolean failureLog -
successLog
protected boolean successLog -
deletionLog
protected boolean deletionLog
-
-
Constructor Details
-
HistoricJobLogDto
public HistoricJobLogDto()
-
-
Method Details
-
getId
-
getTimestamp
-
getRemovalTime
-
getJobId
-
getJobDueDate
-
getJobRetries
public int getJobRetries() -
getJobPriority
public long getJobPriority() -
getJobExceptionMessage
-
getJobDefinitionId
-
getJobDefinitionType
-
getJobDefinitionConfiguration
-
getActivityId
-
getFailedActivityId
-
getExecutionId
-
getProcessInstanceId
-
getProcessDefinitionId
-
getProcessDefinitionKey
-
getDeploymentId
-
getTenantId
-
getHostname
-
getRootProcessInstanceId
-
getBatchId
-
isCreationLog
public boolean isCreationLog() -
isFailureLog
public boolean isFailureLog() -
isSuccessLog
public boolean isSuccessLog() -
isDeletionLog
public boolean isDeletionLog() -
fromHistoricJobLog
-