public abstract class AbstractSetProcessInstanceStateCmd extends Object implements Command<Void>
Modifier and Type | Field and Description |
---|---|
protected String |
executionId |
Constructor and Description |
---|
AbstractSetProcessInstanceStateCmd(String executionId) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected abstract SuspensionState |
getNewState() |
protected final String executionId
public AbstractSetProcessInstanceStateCmd(String executionId)
public Void execute(CommandContext commandContext)
protected abstract SuspensionState getNewState()
Copyright © 2016 Alfresco. All rights reserved.