Interface ImportParent

All Known Implementing Classes:
ParentContext

public interface ImportParent
Description of parent for node to import.
Author:
David Caruana
  • Method Details

    • 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