org.camunda.bpm.engine.impl.persistence.entity
Class EverLivingJobEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.JobEntity
      extended by org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
All Implemented Interfaces:
Serializable, DbEntity, HasDbRevision, Job

public class EverLivingJobEntity
extends JobEntity

JobEntity for ever living job, which can be rescheduled and executed again.

Author:
Svetlana Dorokhova
See Also:
Serialized Form

Field Summary
static String TYPE
           
 
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
activityId, DEFAULT_EXCLUSIVE, DEFAULT_RETRIES, deploymentId, duedate, exceptionByteArray, exceptionByteArrayId, exceptionMessage, execution, executionId, id, isExclusive, jobDefinition, jobDefinitionId, jobHandlerConfiguration, jobHandlerType, lockExpirationTime, lockOwner, MAX_EXCEPTION_MESSAGE_LENGTH, priority, processDefinitionId, processDefinitionKey, processInstanceId, retries, revision, sequenceCounter, suspensionState, tenantId
 
Constructor Summary
EverLivingJobEntity()
           
 
Method Summary
 String getType()
           
 void init(CommandContext commandContext)
           
protected  void postExecute(CommandContext commandContext)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
createFailedJobIncident, createIncidentContext, delete, delete, ensureActivityIdInitialized, ensureExceptionByteArrayInitialized, ensureExecutionInitialized, ensureJobDefinitionInitialized, equals, execute, getActivityId, getDeploymentId, getDuedate, getExceptionByteArray, getExceptionByteArrayId, getExceptionMessage, getExceptionStacktrace, getExecution, getExecutionId, getId, getJobDefinition, getJobDefinitionId, getJobHandler, getJobHandlerConfiguration, getJobHandlerConfigurationRaw, getJobHandlerType, getLockExpirationTime, getLockOwner, getPersistentState, getPriority, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRetries, getRevision, getRevisionNext, getSequenceCounter, getSuspensionState, getTenantId, hashCode, incrementSequenceCounter, insert, isExclusive, isInInconsistentLockState, isSuspended, preExecute, removeFailedJobIncident, resetLock, setActivityId, setDeploymentId, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setId, setJobDefinition, setJobDefinitionId, setJobHandlerConfiguration, setJobHandlerConfigurationRaw, setJobHandlerType, setLockExpirationTime, setLockOwner, setPriority, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setRetries, setRetriesFromPersistence, setRevision, setSequenceCounter, setSuspensionState, setTenantId, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

EverLivingJobEntity

public EverLivingJobEntity()
Method Detail

getType

public String getType()
Specified by:
getType in class JobEntity

postExecute

protected void postExecute(CommandContext commandContext)
Overrides:
postExecute in class JobEntity

init

public void init(CommandContext commandContext)
Overrides:
init in class JobEntity

toString

public String toString()
Overrides:
toString in class JobEntity


Copyright © 2017 camunda services GmbH. All rights reserved.