Package net.bluemind.directory.api
Interface IDirectoryPromise
public interface IDirectoryPromise
-
Method Summary
Modifier and TypeMethodDescriptiondeleteByEntryUid
(String entryUid) findByEntryUid
(String entryUid) getByEmail
(String email) getByRoles
(List<String> roles) getEntries
(String path) CompletableFuture
<byte[]> getEntryIcon
(String entryUid) CompletableFuture
<byte[]> getEntryPhoto
(String entryUid) CompletableFuture
<byte[]> getMultiple
(List<String> id) getRolesForDirEntry
(String entryUid) getRolesForOrgUnit
(String ouUid) getRoot()
search
(DirEntryQuery query)
-
Method Details
-
changeset
-
delete
-
deleteByEntryUid
-
findByEntryUid
-
getByEmail
-
getByRoles
-
getEntries
-
getEntry
-
getEntryIcon
-
getEntryPhoto
-
getIcon
-
getMultiple
-
getRolesForDirEntry
-
getRolesForOrgUnit
-
getRoot
CompletableFuture<DirEntry> getRoot() -
getVCard
-
search
-