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