Class AbstractHomeFolderProvider.V2Adaptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HomeSpaceNodeRef getHomeFolder​(org.alfresco.service.cmr.repository.NodeRef person)
      Callback from PortableHomeFolderManager to locate or create a home folder.
      java.util.List<java.lang.String> getHomeFolderPath​(org.alfresco.service.cmr.repository.NodeRef person)
      Returns a preferred path (a list of folder names) for the home folder relative to the root path.
      java.lang.String getName()
      Get the name of the provider (the bean name).
      PermissionsManager getOnCreatePermissionsManager()
      Gets the PermissionsManager used on creating the home folder
      PermissionsManager getOnReferencePermissionsManager()
      Gets the PermissionsManager used on referencing the home folder
      java.lang.String getOwner()
      Set the authority to use as the owner of all home folder nodes.
      java.lang.String getRootPath()
      Get the root path in the store under which all home folders will be located.
      java.lang.String getStoreUrl()
      Get the URL String of the node store that will be used.
      org.alfresco.service.cmr.repository.NodeRef getTemplateNodeRef()
      Returns a node to copy (a template) for the home folder.
      void onCreateNode​(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait