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