org.camunda.bpm.engine.rest.dto.history
Class HistoricJobLogDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
public class HistoricJobLogDto
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
timestamp
protected Date timestamp
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
executionId
protected String executionId
processInstanceId
protected String processInstanceId
processDefinitionId
protected String processDefinitionId
processDefinitionKey
protected String processDefinitionKey
deploymentId
protected String deploymentId
tenantId
protected String tenantId
creationLog
protected boolean creationLog
failureLog
protected boolean failureLog
successLog
protected boolean successLog
deletionLog
protected boolean deletionLog
HistoricJobLogDto
public HistoricJobLogDto()
getId
public String getId()
getTimestamp
public Date getTimestamp()
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()
getExecutionId
public String getExecutionId()
getProcessInstanceId
public String getProcessInstanceId()
getProcessDefinitionId
public String getProcessDefinitionId()
getProcessDefinitionKey
public String getProcessDefinitionKey()
getDeploymentId
public String getDeploymentId()
getTenantId
public String getTenantId()
isCreationLog
public boolean isCreationLog()
isFailureLog
public boolean isFailureLog()
isSuccessLog
public boolean isSuccessLog()
isDeletionLog
public boolean isDeletionLog()
fromHistoricJobLog
public static HistoricJobLogDto fromHistoricJobLog(HistoricJobLog historicJobLog)
Copyright © 2016 camunda services GmbH. All rights reserved.