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 DirectoryEntry
DirectoryEntryJsonReader. 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 void
DirectoryEntryJsonWriter. 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 DirectoryEntry
DirectoryEntryObject. entry
Methods in org.nuxeo.ecm.restapi.server.jaxrs.directory that return DirectoryEntry Modifier and Type Method Description DirectoryEntry
DirectoryEntryObject. doGet()
DirectoryEntry
DirectoryEntryObject. 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.Response
DirectoryObject. addEntry(DirectoryEntry entry)
DirectoryEntry
DirectoryEntryObject. doUpdateEntry(DirectoryEntry entry)
-