Class HistoricJobLogDto
java.lang.Object
org.operaton.bpm.engine.rest.dto.history.HistoricJobLogDto
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected longprotected intprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected booleanprotected Stringprotected Date -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricJobLogDtofromHistoricJobLog(HistoricJobLog historicJobLog) getId()getJobId()longintbooleanbooleanbooleanboolean
-
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
-