Class RenameFileCommand

    • Constructor Detail

      • RenameFileCommand

        public RenameFileCommand​(String from,
                                 String to,
                                 org.alfresco.service.cmr.repository.NodeRef rootNode,
                                 String fromPath,
                                 String toPath)
    • Method Detail

      • getFrom

        public String getFrom()
      • getTo

        public String getTo()
      • setRootNode

        public void setRootNode​(org.alfresco.service.cmr.repository.NodeRef rootNode)
      • getRootNode

        public org.alfresco.service.cmr.repository.NodeRef getRootNode()
      • setFromPath

        public void setFromPath​(String fromPath)
      • getFromPath

        public String getFromPath()
      • setToPath

        public void setToPath​(String toPath)
      • getToPath

        public String getToPath()
      • isSoft

        public boolean isSoft()