public abstract class AbstractSetJobStateCmd extends Object implements Command<Void>
Modifier and Type | Field and Description |
---|---|
protected String |
jobDefinitionId |
protected String |
jobId |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processInstanceId |
Constructor and Description |
---|
AbstractSetJobStateCmd(String jobId,
String jobDefinitionId,
String processInstanceId,
String processDefinitionId,
String processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected abstract SuspensionState |
getSuspensionState()
Subclasses should return the wanted
SuspensionState here. |
protected String jobId
protected String jobDefinitionId
protected String processInstanceId
protected String processDefinitionId
protected String processDefinitionKey
public Void execute(CommandContext commandContext)
protected abstract SuspensionState getSuspensionState()
SuspensionState
here.Copyright © 2015. All rights reserved.