Class HistoricJobLogDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
-
public class HistoricJobLogDto extends Object
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdprotected booleancreationLogprotected booleandeletionLogprotected StringdeploymentIdprotected StringexecutionIdprotected StringfailedActivityIdprotected booleanfailureLogprotected Stringhostnameprotected Stringidprotected StringjobDefinitionConfigurationprotected StringjobDefinitionIdprotected StringjobDefinitionTypeprotected DatejobDueDateprotected StringjobExceptionMessageprotected StringjobIdprotected longjobPriorityprotected intjobRetriesprotected StringprocessDefinitionIdprotected StringprocessDefinitionKeyprotected StringprocessInstanceIdprotected DateremovalTimeprotected StringrootProcessInstanceIdprotected booleansuccessLogprotected StringtenantIdprotected Datetimestamp
-
Constructor Summary
Constructors Constructor Description HistoricJobLogDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricJobLogDtofromHistoricJobLog(org.camunda.bpm.engine.history.HistoricJobLog historicJobLog)StringgetActivityId()StringgetDeploymentId()StringgetExecutionId()StringgetFailedActivityId()StringgetHostname()StringgetId()StringgetJobDefinitionConfiguration()StringgetJobDefinitionId()StringgetJobDefinitionType()DategetJobDueDate()StringgetJobExceptionMessage()StringgetJobId()longgetJobPriority()intgetJobRetries()StringgetProcessDefinitionId()StringgetProcessDefinitionKey()StringgetProcessInstanceId()DategetRemovalTime()StringgetRootProcessInstanceId()StringgetTenantId()DategetTimestamp()booleanisCreationLog()booleanisDeletionLog()booleanisFailureLog()booleanisSuccessLog()
-
-
-
Field Detail
-
id
protected String id
-
timestamp
protected Date timestamp
-
removalTime
protected Date removalTime
-
jobId
protected String jobId
-
jobDueDate
protected Date jobDueDate
-
jobRetries
protected int jobRetries
-
jobPriority
protected long jobPriority
-
jobExceptionMessage
protected String jobExceptionMessage
-
jobDefinitionId
protected String jobDefinitionId
-
jobDefinitionType
protected String jobDefinitionType
-
jobDefinitionConfiguration
protected String jobDefinitionConfiguration
-
activityId
protected String activityId
-
failedActivityId
protected String failedActivityId
-
executionId
protected String executionId
-
processInstanceId
protected String processInstanceId
-
processDefinitionId
protected String processDefinitionId
-
processDefinitionKey
protected String processDefinitionKey
-
deploymentId
protected String deploymentId
-
tenantId
protected String tenantId
-
hostname
protected String hostname
-
rootProcessInstanceId
protected String rootProcessInstanceId
-
creationLog
protected boolean creationLog
-
failureLog
protected boolean failureLog
-
successLog
protected boolean successLog
-
deletionLog
protected boolean deletionLog
-
-
Method Detail
-
getId
public String getId()
-
getTimestamp
public Date getTimestamp()
-
getRemovalTime
public Date getRemovalTime()
-
getJobId
public String getJobId()
-
getJobDueDate
public Date getJobDueDate()
-
getJobRetries
public int getJobRetries()
-
getJobPriority
public long getJobPriority()
-
getJobExceptionMessage
public String getJobExceptionMessage()
-
getJobDefinitionId
public String getJobDefinitionId()
-
getJobDefinitionType
public String getJobDefinitionType()
-
getJobDefinitionConfiguration
public String getJobDefinitionConfiguration()
-
getActivityId
public String getActivityId()
-
getFailedActivityId
public String getFailedActivityId()
-
getExecutionId
public String getExecutionId()
-
getProcessInstanceId
public String getProcessInstanceId()
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
-
getDeploymentId
public String getDeploymentId()
-
getTenantId
public String getTenantId()
-
getHostname
public String getHostname()
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
-
isCreationLog
public boolean isCreationLog()
-
isFailureLog
public boolean isFailureLog()
-
isSuccessLog
public boolean isSuccessLog()
-
isDeletionLog
public boolean isDeletionLog()
-
fromHistoricJobLog
public static HistoricJobLogDto fromHistoricJobLog(org.camunda.bpm.engine.history.HistoricJobLog historicJobLog)
-
-