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