Interface CrossRepositoryCopyService
public interface CrossRepositoryCopyService
Simple interface for copying between the two repsitory implementations.
- Author:
- britt
-
Method Summary
-
Method Details
-
copy
This copies recursively src, which may be a container or a content type to dst, which must be a container. Copied nodes will have the copied from aspect applied to them.- Parameters:
src- The node to copy.dst- The container to copy it into.name- The name to give the copy.
-