Package org.camunda.bpm.engine.impl.cmd
Class ActivateJobCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
org.camunda.bpm.engine.impl.cmd.ActivateJobCmd
- Author:
- roman.smirnov
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
jobDefinitionId, jobId, processDefinitionId, processDefinitionKey, processDefinitionTenantId, processDefinitionTenantIdSet, processInstanceId
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
checkAuthorization, checkParameters, logUserOperation, updateSuspensionState
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getDeploymentId, getDeploymentIdByJobDefinition, getDeploymentIdByProcessDefinition, getDeploymentIdByProcessDefinitionKey, getJobHandlerConfiguration, getNextCommand, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate, triggerHistoryEvent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Constructor Details
-
ActivateJobCmd
-
-
Method Details
-
getNewSuspensionState
- Specified by:
getNewSuspensionState
in classAbstractSetStateCmd
-
getLogEntryOperation
- Specified by:
getLogEntryOperation
in classAbstractSetStateCmd
-