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
 
 
 
- 
- All Implemented Interfaces:
- Command<java.lang.Void>
 
 public class ActivateJobCmd extends AbstractSetJobStateCmd - Author:
- roman.smirnov
 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmdjobDefinitionId, jobId, processDefinitionId, processDefinitionKey, processDefinitionTenantId, processDefinitionTenantIdSet, processInstanceId
 - 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmdexecutionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
 
- 
 - 
Constructor SummaryConstructors Constructor Description ActivateJobCmd(UpdateJobSuspensionStateBuilderImpl builder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetLogEntryOperation()protected SuspensionStategetNewSuspensionState()- 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmdcheckAuthorization, checkParameters, logUserOperation, updateSuspensionState
 - 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmddisableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getDeploymentId, getDeploymentIdByJobDefinition, getDeploymentIdByProcessDefinition, getDeploymentIdByProcessDefinitionKey, getJobHandlerConfiguration, getNextCommand, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate, triggerHistoryEvent
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 
- 
 
- 
- 
- 
Constructor Detail- 
ActivateJobCmdpublic ActivateJobCmd(UpdateJobSuspensionStateBuilderImpl builder) 
 
- 
 - 
Method Detail- 
getNewSuspensionStateprotected SuspensionState getNewSuspensionState() - Specified by:
- getNewSuspensionStatein class- AbstractSetStateCmd
 
 - 
getLogEntryOperationprotected java.lang.String getLogEntryOperation() - Specified by:
- getLogEntryOperationin class- AbstractSetStateCmd
 
 
- 
 
-