public class RemoveTaskVariablesCmd extends NeedsActiveTaskCmd<Void>
taskId
Constructor and Description |
---|
RemoveTaskVariablesCmd(String taskId,
Collection<String> variableNames,
boolean isLocal) |
Modifier and Type | Method and Description |
---|---|
protected Void |
execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
protected String |
getSuspendedTaskException()
Subclasses can override this method to provide a customized exception message
that will be thrown when the task is suspended.
|
execute
public RemoveTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
protected Void execute(CommandContext commandContext, TaskEntity task)
NeedsActiveTaskCmd
execute
in class NeedsActiveTaskCmd<Void>
protected String getSuspendedTaskException()
NeedsActiveTaskCmd
getSuspendedTaskException
in class NeedsActiveTaskCmd<Void>
Copyright © 2016 Alfresco. All rights reserved.