Uses of Class
org.nuxeo.ecm.directory.api.DirectoryEntry
-
Packages that use DirectoryEntry Package Description org.nuxeo.ecm.directory.io org.nuxeo.ecm.directory.providers org.nuxeo.ecm.restapi.server.jaxrs.directory -
-
Uses of DirectoryEntry in org.nuxeo.ecm.directory.io
Methods in org.nuxeo.ecm.directory.io that return DirectoryEntry Modifier and Type Method Description protected DirectoryEntryDirectoryEntryJsonReader. readEntity(com.fasterxml.jackson.databind.JsonNode jn)Methods in org.nuxeo.ecm.directory.io with parameters of type DirectoryEntry Modifier and Type Method Description protected voidDirectoryEntryJsonWriter. writeEntityBody(DirectoryEntry entry, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of DirectoryEntry in org.nuxeo.ecm.directory.providers
Methods in org.nuxeo.ecm.directory.providers that return types with arguments of type DirectoryEntry Modifier and Type Method Description List<DirectoryEntry>DirectoryEntryPageProvider. getCurrentPage() -
Uses of DirectoryEntry in org.nuxeo.ecm.restapi.server.jaxrs.directory
Fields in org.nuxeo.ecm.restapi.server.jaxrs.directory declared as DirectoryEntry Modifier and Type Field Description protected DirectoryEntryDirectoryEntryObject. entryMethods in org.nuxeo.ecm.restapi.server.jaxrs.directory that return DirectoryEntry Modifier and Type Method Description DirectoryEntryDirectoryEntryObject. doGet()DirectoryEntryDirectoryEntryObject. doUpdateEntry(DirectoryEntry entry)Methods in org.nuxeo.ecm.restapi.server.jaxrs.directory that return types with arguments of type DirectoryEntry Modifier and Type Method Description List<DirectoryEntry>DirectoryObject. getDirectoryEntries()Methods in org.nuxeo.ecm.restapi.server.jaxrs.directory with parameters of type DirectoryEntry Modifier and Type Method Description javax.ws.rs.core.ResponseDirectoryObject. addEntry(DirectoryEntry entry)DirectoryEntryDirectoryEntryObject. doUpdateEntry(DirectoryEntry entry)
-