org.camunda.bpm.engine.rest.dto.history
Class HistoricJobLogDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto

public class HistoricJobLogDto
extends Object

Author:
Roman Smirnov

Field Summary
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 Summary
HistoricJobLogDto()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HistoricJobLogDto

public HistoricJobLogDto()
Method Detail

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.