Package org.alfresco.repo.importer
Interface ImportParent
- All Known Implementing Classes:
ParentContext
public interface ImportParent
Description of parent for node to import.
- Author:
- David Caruana
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssocType(QName assocType) Re-set association typevoidsetParentRef(NodeRef parentRef) Re-set parent reference
-
Method Details