public interface CrossRepositoryCopyService
Modifier and Type | Method and Description |
---|---|
void |
copy(org.alfresco.service.cmr.repository.NodeRef src,
org.alfresco.service.cmr.repository.NodeRef dst,
String name)
This copies recursively src, which may be a container or a content type
to dst, which must be a container.
|
void copy(org.alfresco.service.cmr.repository.NodeRef src, org.alfresco.service.cmr.repository.NodeRef dst, String name)
src
- The node to copy.dst
- The container to copy it into.name
- The name to give the copy.Copyright © 2005–2017 Alfresco Software. All rights reserved.