Uses of Interface
org.nuxeo.ecm.directory.Directory
Package
Description
-
Uses of Directory in org.nuxeo.audit.storage.impl
-
Uses of Directory in org.nuxeo.directory.mongodb
-
Uses of Directory in org.nuxeo.ecm.directory
Modifier and TypeFieldDescriptionprotected final Directory
BaseSession.directory
protected Directory
AbstractReference.sourceDirectory
protected Directory
AbstractReference.targetDirectory
Modifier and TypeFieldDescriptionDirectoryRegistry.directories
Effective instantiated directories.Modifier and TypeMethodDescriptionabstract Directory
BaseSession.getDirectory()
To be implemented with a more specific return type.DirectoryEntryResolver.getDirectory()
DirectoryRegistry.getDirectory
(String id) Gets the directory with the given id.DirectoryServiceImpl.getDirectory
(String id) DirectoryServiceImpl.getDirectory
(String id, DocumentModel documentContext) protected Directory
DirectoryServiceImpl.getDirectoryOrFail
(String name) protected Directory
DirectoryServiceImpl.getDirectoryOrFail
(String id, DocumentModel documentContext) AbstractReference.getSourceDirectory()
Reference.getSourceDirectory()
AbstractReference.getTargetDirectory()
Reference.getTargetDirectory()
BaseDirectoryDescriptor.newDirectory()
Creates a newDirectory
instance from thisBaseDirectoryDescriptor
.Modifier and TypeMethodDescriptionDirectoryRegistry.getDirectories()
Gets all the directories.DirectoryServiceImpl.getDirectories()
Modifier and TypeMethodDescriptionEntryAdaptor.adapt
(Directory directory, DocumentModel entry) Apply an arbitrary transformation of the fetched entry.protected static void
DirectoryRegistry.shutdownDirectory
(Directory dir) Shuts down the given directory and catches anyDirectoryException
.ModifierConstructorDescriptionprotected
BaseSession
(Directory directory, Class<? extends Reference> referenceClass) -
Uses of Directory in org.nuxeo.ecm.directory.api
Modifier and TypeMethodDescriptionDirectoryService.getDirectory
(String id) Return the directory with the given id.DirectoryService.getDirectory
(String id, DocumentModel documentContext) Returns the directory for the specified id and document context. -
Uses of Directory in org.nuxeo.ecm.directory.core
Modifier and TypeClassDescriptionclass
Implementation of aDirectory
on top of a core repository. -
Uses of Directory in org.nuxeo.ecm.directory.impl
Modifier and TypeMethodDescriptionWritePolicyEntryAdaptor.adapt
(Directory directory, DocumentModel entry) -
Uses of Directory in org.nuxeo.ecm.directory.io
Modifier and TypeMethodDescriptionprotected Closeable
DirectoryEntryJsonReader.openWrappedContext
(Directory directory) Wraps and opens the currentRenderingContext
with the directory schema and the parent resolver in case of hierarchical vocabulary.protected void
DirectoryJsonWriter.writeEntityBody
(Directory entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Directory in org.nuxeo.ecm.directory.ldap
Modifier and TypeClassDescriptionclass
Implementation of the Directory interface for servers implementing the Lightweight Directory Access Protocol.Modifier and TypeMethodDescriptionLDAPReference.getSourceDirectory()
LDAPTreeReference.getSourceDirectory()
LDAPReference.getTargetDirectory()
LDAPTreeReference.getTargetDirectory()
-
Uses of Directory in org.nuxeo.ecm.directory.memory
-
Uses of Directory in org.nuxeo.ecm.directory.multi
-
Uses of Directory in org.nuxeo.ecm.directory.sql
-
Uses of Directory in org.nuxeo.ecm.platform.csv.export.io
Modifier and TypeMethodDescriptionstatic Directory
DocumentModelCSVHelper.getVocabulary
(Type type) Modifier and TypeMethodDescriptionprotected void
DocumentPropertyCSVWriter.writeListVocabularyProperty
(String[] values, Directory vocabulary, org.apache.commons.csv.CSVPrinter printer) protected void
DocumentPropertyCSVWriter.writeScalarVocabularyProperty
(String value, Directory vocabulary, org.apache.commons.csv.CSVPrinter printer) -
Uses of Directory in org.nuxeo.ecm.platform.usermanager
Modifier and TypeMethodDescriptionprotected boolean
UserManagerImpl.isAnonymousMatching
(QueryBuilder queryBuilder, Directory dir) -
Uses of Directory in org.nuxeo.ecm.restapi.server.jaxrs.directory
Modifier and TypeMethodDescriptionDirectoryRootObject.getDirectoryNames
(List<String> types) Get non system directory list.Modifier and TypeMethodDescriptionstatic <T> T
DirectorySessionRunner.withDirectorySession
(Directory directory, DirectorySessionRunner<T> runner) -
Uses of Directory in org.nuxeo.ecm.webengine.ui.tree.directory