org.camunda.bpm.engine.impl.history.event
Class HistoricJobLogEvent

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.event.HistoryEvent
      extended by org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
All Implemented Interfaces:
Serializable, DbEntity
Direct Known Subclasses:
HistoricJobLogEventEntity

public class HistoricJobLogEvent
extends HistoryEvent

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
protected  String activityId
           
protected  String deploymentId
           
protected  String exceptionByteArrayId
           
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  int state
           
protected  Date timestamp
           
 
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE
 
Constructor Summary
HistoricJobLogEvent()
           
 
Method Summary
 String getActivityId()
           
 String getDeploymentId()
           
protected  ByteArrayEntity getExceptionByteArray()
           
 String getExceptionByteArrayId()
           
 String getExceptionStacktrace()
           
 String getJobDefinitionConfiguration()
           
 String getJobDefinitionId()
           
 String getJobDefinitionType()
           
 Date getJobDueDate()
           
 String getJobExceptionMessage()
           
 String getJobId()
           
 long getJobPriority()
           
 int getJobRetries()
           
 int getState()
           
 Date getTimestamp()
           
 boolean isCreationLog()
           
 boolean isDeletionLog()
           
 boolean isFailureLog()
           
 boolean isSuccessLog()
           
 void setActivityId(String activityId)
           
 void setDeploymentId(String deploymentId)
           
 void setExceptionByteArrayId(String exceptionByteArrayId)
           
 void setJobDefinitionConfiguration(String jobDefinitionConfiguration)
           
 void setJobDefinitionId(String jobDefinitionId)
           
 void setJobDefinitionType(String jobDefinitionType)
           
 void setJobDueDate(Date jobDueDate)
           
 void setJobExceptionMessage(String jobExceptionMessage)
           
 void setJobId(String jobId)
           
 void setJobPriority(long jobPriority)
           
 void setJobRetries(int jobRetries)
           
 void setState(int state)
           
 void setTimestamp(Date timestamp)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timestamp

protected Date timestamp

jobId

protected String jobId

jobDueDate

protected Date jobDueDate

jobRetries

protected int jobRetries

jobPriority

protected long jobPriority

jobExceptionMessage

protected String jobExceptionMessage

exceptionByteArrayId

protected String exceptionByteArrayId

jobDefinitionId

protected String jobDefinitionId

jobDefinitionType

protected String jobDefinitionType

jobDefinitionConfiguration

protected String jobDefinitionConfiguration

activityId

protected String activityId

deploymentId

protected String deploymentId

state

protected int state
Constructor Detail

HistoricJobLogEvent

public HistoricJobLogEvent()
Method Detail

getTimestamp

public Date getTimestamp()

setTimestamp

public void setTimestamp(Date timestamp)

getJobId

public String getJobId()

setJobId

public void setJobId(String jobId)

getJobDueDate

public Date getJobDueDate()

setJobDueDate

public void setJobDueDate(Date jobDueDate)

getJobRetries

public int getJobRetries()

setJobRetries

public void setJobRetries(int jobRetries)

getJobPriority

public long getJobPriority()

setJobPriority

public void setJobPriority(long jobPriority)

getJobExceptionMessage

public String getJobExceptionMessage()

setJobExceptionMessage

public void setJobExceptionMessage(String jobExceptionMessage)

getExceptionByteArrayId

public String getExceptionByteArrayId()

setExceptionByteArrayId

public void setExceptionByteArrayId(String exceptionByteArrayId)

getExceptionStacktrace

public String getExceptionStacktrace()

getExceptionByteArray

protected ByteArrayEntity getExceptionByteArray()

getJobDefinitionId

public String getJobDefinitionId()

setJobDefinitionId

public void setJobDefinitionId(String jobDefinitionId)

getJobDefinitionType

public String getJobDefinitionType()

setJobDefinitionType

public void setJobDefinitionType(String jobDefinitionType)

getJobDefinitionConfiguration

public String getJobDefinitionConfiguration()

setJobDefinitionConfiguration

public void setJobDefinitionConfiguration(String jobDefinitionConfiguration)

getActivityId

public String getActivityId()

setActivityId

public void setActivityId(String activityId)

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

getState

public int getState()

setState

public void setState(int state)

isCreationLog

public boolean isCreationLog()

isFailureLog

public boolean isFailureLog()

isSuccessLog

public boolean isSuccessLog()

isDeletionLog

public boolean isDeletionLog()


Copyright © 2016 camunda services GmbH. All rights reserved.