Class CoreDirectory

java.lang.Object
org.nuxeo.ecm.directory.AbstractDirectory
org.nuxeo.ecm.directory.core.CoreDirectory
All Implemented Interfaces:
Directory

public class CoreDirectory extends AbstractDirectory
Implementation of a Directory on top of a core repository.
Since:
8.2
  • Field Details

    • schema

      protected final Schema schema
  • Constructor Details

  • Method Details

    • getDescriptor

      public CoreDirectoryDescriptor getDescriptor()
      Description copied from interface: Directory
      Get descriptor
    • start

      public void start()
    • setACL

      protected DocumentModel setACL(DocumentModel rootFolder, String userOrGroupName, String privilege, boolean granted)
    • getField

      public Field getField(String name)
    • getSession

      public Session getSession()
      Description copied from interface: Directory
      Creates a session for accessing entries in this directory.
      Returns:
      a Session object