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, processInstanceIdFields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
checkAuthorization, checkParameters, logUserOperation, updateSuspensionStateMethods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getDeploymentId, getDeploymentIdByJobDefinition, getDeploymentIdByProcessDefinition, getDeploymentIdByProcessDefinitionKey, getJobHandlerConfiguration, getNextCommand, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate, triggerHistoryEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Constructor Details
-
ActivateJobCmd
-
-
Method Details
-
getNewSuspensionState
- Specified by:
getNewSuspensionStatein classAbstractSetStateCmd
-
getLogEntryOperation
- Specified by:
getLogEntryOperationin classAbstractSetStateCmd
-