|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrossRepositoryCopyService
Simple interface for copying between the two repsitory implementations.
Method Summary | |
---|---|
void |
copy(org.alfresco.service.cmr.repository.NodeRef src,
org.alfresco.service.cmr.repository.NodeRef dst,
java.lang.String name)
This copies recursively src, which may be a container or a content type to dst, which must be a container. |
Method Detail |
---|
void copy(org.alfresco.service.cmr.repository.NodeRef src, org.alfresco.service.cmr.repository.NodeRef dst, java.lang.String name)
src
- The node to copy.dst
- The container to copy it into.name
- The name to give the copy.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |