Package com.day.cq.wcm.command.api
Interface CopyMoveCommandPathArgument
-
- All Superinterfaces:
CommandPathArgument
@ProviderType public interface CopyMoveCommandPathArgument extends CommandPathArgument
path argument interface for copy/move command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getAdjustRefPaths()
java.lang.String
getDstPath()
java.lang.String[]
getPublishPaths()
-
Methods inherited from interface com.day.cq.wcm.command.api.CommandPathArgument
getSrcPath
-
-
-
-
Method Detail
-
getDstPath
@Nonnull java.lang.String getDstPath()
- Returns:
- destination path for the source item
-
getAdjustRefPaths
@Nullable java.lang.String[] getAdjustRefPaths()
- Returns:
- reference paths of the selected item
-
getPublishPaths
@Nullable java.lang.String[] getPublishPaths()
- Returns:
- publish paths referenced in the selected item
-
-