org.camunda.bpm.engine.impl.history.event
Class HistoricJobLogEvent
java.lang.Object
org.camunda.bpm.engine.impl.history.event.HistoryEvent
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
| 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, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, 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 |
| 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 |
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
tenantId
protected String tenantId
HistoricJobLogEvent
public HistoricJobLogEvent()
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)
getTenantId
public String getTenantId()
setTenantId
public void setTenantId(String tenantId)
isCreationLog
public boolean isCreationLog()
isFailureLog
public boolean isFailureLog()
isSuccessLog
public boolean isSuccessLog()
isDeletionLog
public boolean isDeletionLog()
Copyright © 2016 camunda services GmbH. All rights reserved.