public interface OperationManager
| Modifier and Type | Method and Description |
|---|---|
void |
add(AddOperationContext addContext)
Add an entry into the backend, going through the interceptor chain
|
void |
bind(BindOperationContext bindContext)
TODO document after determining if this method should be here.
|
boolean |
compare(CompareOperationContext compareContext)
TODO document after determining if this method should be here.
|
void |
delete(DeleteOperationContext deleteContext)
TODO document after determining if this method should be here.
|
org.apache.directory.api.ldap.model.entry.Entry |
getRootDse(GetRootDseOperationContext getRootDseContext)
Get the RooDse entry.
|
ReadWriteLock |
getRWLock() |
boolean |
hasEntry(HasEntryOperationContext hasEntryContext)
TODO document after determining if this method should be here.
|
void |
lockRead()
Acquires a ReadLock
|
void |
lockWrite()
Acquires a WriteLock
|
org.apache.directory.api.ldap.model.entry.Entry |
lookup(LookupOperationContext lookupContext)
TODO document after determining if this method should be here.
|
void |
modify(ModifyOperationContext modifyContext)
TODO document after determining if this method should be here.
|
void |
move(MoveOperationContext moveContext)
TODO document after determining if this method should be here.
|
void |
moveAndRename(MoveAndRenameOperationContext moveAndRenameContext)
TODO document after determining if this method should be here.
|
void |
rename(RenameOperationContext renameContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
search(SearchOperationContext searchContext)
TODO document after determining if this method should be here.
|
void |
unbind(UnbindOperationContext unbindContext)
TODO document after determining if this method should be here.
|
void |
unlockRead()
Releases a ReadLock
|
void |
unlockWrite()
Releases a WriteLock
|
void add(AddOperationContext addContext) throws org.apache.directory.api.ldap.model.exception.LdapException
addContext - The context containing the information to process the additionorg.apache.directory.api.ldap.model.exception.LdapException - If the addition can't be processed successfullyorg.apache.directory.api.ldap.model.entry.Entry getRootDse(GetRootDseOperationContext getRootDseContext) throws org.apache.directory.api.ldap.model.exception.LdapException
getRootDseContext - The getRootDse() contextorg.apache.directory.api.ldap.model.exception.LdapException - If we can't get back the rootDse entryboolean compare(CompareOperationContext compareContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid delete(DeleteOperationContext deleteContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid modify(ModifyOperationContext modifyContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionEntryFilteringCursor search(SearchOperationContext searchContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.entry.Entry lookup(LookupOperationContext lookupContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionboolean hasEntry(HasEntryOperationContext hasEntryContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid rename(RenameOperationContext renameContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid move(MoveOperationContext moveContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid moveAndRename(MoveAndRenameOperationContext moveAndRenameContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid bind(BindOperationContext bindContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid unbind(UnbindOperationContext unbindContext) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionvoid lockWrite()
void unlockWrite()
void lockRead()
void unlockRead()
ReadWriteLock getRWLock()
Copyright © 2021. All rights reserved.