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