public interface OperationManager
| Modifier and Type | Method and Description |
|---|---|
void |
add(AddOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
bind(BindOperationContext opContext)
TODO document after determining if this method should be here.
|
boolean |
compare(CompareOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
delete(DeleteOperationContext opContext)
TODO document after determining if this method should be here.
|
org.apache.directory.shared.ldap.name.DN |
getMatchedName(GetMatchedNameOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
getRootDSE(GetRootDSEOperationContext opContext)
TODO document after determining if this method should be here.
|
org.apache.directory.shared.ldap.name.DN |
getSuffix(GetSuffixOperationContext opContext)
TODO document after determining if this method should be here.
|
boolean |
hasEntry(EntryOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
list(ListOperationContext opContext)
TODO document after determining if this method should be here.
|
Set<String> |
listSuffixes(ListSuffixOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
lookup(LookupOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
modify(ModifyOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
move(MoveOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
moveAndRename(MoveAndRenameOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
rename(RenameOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
search(SearchOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
unbind(UnbindOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry getRootDSE(GetRootDSEOperationContext opContext) throws Exception
Exceptionorg.apache.directory.shared.ldap.name.DN getMatchedName(GetMatchedNameOperationContext opContext) throws Exception
Exceptionorg.apache.directory.shared.ldap.name.DN getSuffix(GetSuffixOperationContext opContext) throws Exception
ExceptionSet<String> listSuffixes(ListSuffixOperationContext opContext) throws Exception
Exceptionboolean compare(CompareOperationContext opContext) throws Exception
Exceptionvoid delete(DeleteOperationContext opContext) throws Exception
Exceptionvoid add(AddOperationContext opContext) throws Exception
Exceptionvoid modify(ModifyOperationContext opContext) throws Exception
ExceptionEntryFilteringCursor list(ListOperationContext opContext) throws Exception
ExceptionEntryFilteringCursor search(SearchOperationContext opContext) throws Exception
ExceptionClonedServerEntry lookup(LookupOperationContext opContext) throws Exception
Exceptionboolean hasEntry(EntryOperationContext opContext) throws Exception
Exceptionvoid rename(RenameOperationContext opContext) throws Exception
Exceptionvoid move(MoveOperationContext opContext) throws Exception
Exceptionvoid moveAndRename(MoveAndRenameOperationContext opContext) throws Exception
Exceptionvoid bind(BindOperationContext opContext) throws Exception
Exceptionvoid unbind(UnbindOperationContext opContext) throws Exception
ExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.