Class CopyContentCommand

  • All Implemented Interfaces:
    Command

    public class CopyContentCommand
    extends Object
    implements Command
    CopyContent command Copy just the content from one node to another
    • Constructor Detail

      • CopyContentCommand

        public CopyContentCommand​(String from,
                                  String to,
                                  org.alfresco.service.cmr.repository.NodeRef rootNode,
                                  String fromPath,
                                  String toPath)