Interface HomeFolderManager

  • All Known Implementing Classes:
    PortableHomeFolderManager

    public interface HomeFolderManager
    An object responsible for creating / validating the home folder for a given person node child association reference.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void makeHomeFolder​(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
      Create / move the home folder if required.
    • Method Detail

      • makeHomeFolder

        void makeHomeFolder​(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
        Create / move the home folder if required.
        Parameters:
        childAssocRef - the primary child association pointing to the person node.