public class RemoveExecutionVariablesCmd extends NeedsActiveExecutionCmd<Void>
executionId| Constructor and Description |
|---|
RemoveExecutionVariablesCmd(String executionId,
Collection<String> variableNames,
boolean isLocal) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
execute(CommandContext commandContext,
ExecutionEntity execution)
Subclasses should implement this method.
|
protected String |
getSuspendedExceptionMessage()
Subclasses can override this to provide a more detailed exception message
that will be thrown when the execution is suspended.
|
executepublic RemoveExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
protected Void execute(CommandContext commandContext, ExecutionEntity execution)
NeedsActiveExecutionCmdExecutionEntity is guaranteed to be active (ie. not suspended).execute in class NeedsActiveExecutionCmd<Void>protected String getSuspendedExceptionMessage()
NeedsActiveExecutionCmdgetSuspendedExceptionMessage in class NeedsActiveExecutionCmd<Void>Copyright © 2016 Alfresco. All rights reserved.