Package com.day.cq.wcm.command.api
Interface DeleteCommandResult
-
- All Superinterfaces:
CommandResult
@ProviderType public interface DeleteCommandResult extends CommandResult
interface representing result of executing a delete command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getMessages()
-
Methods inherited from interface com.day.cq.wcm.command.api.CommandResult
executionSucceeded
-
-