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
-
public class ActivateJobCmd extends AbstractSetJobStateCmd
- 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
Constructors Constructor Description ActivateJobCmd(UpdateJobSuspensionStateBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getLogEntryOperation()
protected SuspensionState
getNewSuspensionState()
-
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 Detail
-
ActivateJobCmd
public ActivateJobCmd(UpdateJobSuspensionStateBuilderImpl builder)
-
-
Method Detail
-
getNewSuspensionState
protected SuspensionState getNewSuspensionState()
- Specified by:
getNewSuspensionState
in classAbstractSetStateCmd
-
getLogEntryOperation
protected String getLogEntryOperation()
- Specified by:
getLogEntryOperation
in classAbstractSetStateCmd
-
-