public class DeleteRenditionItemsByTaskIdCmd extends Object implements Command<Void>
protected String
taskId
DeleteRenditionItemsByTaskIdCmd(String taskId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String taskId
public DeleteRenditionItemsByTaskIdCmd(String taskId)
public Void execute(CommandContext commandContext)
execute
Command<Void>