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.
|
execute
public RemoveExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
protected Void execute(CommandContext commandContext, ExecutionEntity execution)
NeedsActiveExecutionCmd
ExecutionEntity
is guaranteed to be active (ie. not suspended).execute
in class NeedsActiveExecutionCmd<Void>
protected String getSuspendedExceptionMessage()
NeedsActiveExecutionCmd
getSuspendedExceptionMessage
in class NeedsActiveExecutionCmd<Void>
Copyright © 2016 Alfresco. All rights reserved.