Package org.alfresco.repo.importer
Interface ImportParent
-
- All Known Implementing Classes:
ParentContext
public interface ImportParentDescription of parent for node to import.- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetAssocType()NodeRefgetParentRef()voidsetAssocType(QName assocType)Re-set association typevoidsetParentRef(NodeRef parentRef)Re-set parent reference
-
-
-
Method Detail
-
getParentRef
NodeRef getParentRef()
- Returns:
- the parent ref
-
getAssocType
QName getAssocType()
- Returns:
- the child association type
-
setParentRef
void setParentRef(NodeRef parentRef)
Re-set parent reference- Parameters:
parentRef- parent reference
-
setAssocType
void setAssocType(QName assocType)
Re-set association type- Parameters:
assocType- association type
-
-