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
Exception
org.apache.directory.shared.ldap.name.DN getMatchedName(GetMatchedNameOperationContext opContext) throws Exception
Exception
org.apache.directory.shared.ldap.name.DN getSuffix(GetSuffixOperationContext opContext) throws Exception
Exception
Set<String> listSuffixes(ListSuffixOperationContext opContext) throws Exception
Exception
boolean compare(CompareOperationContext opContext) throws Exception
Exception
void delete(DeleteOperationContext opContext) throws Exception
Exception
void add(AddOperationContext opContext) throws Exception
Exception
void modify(ModifyOperationContext opContext) throws Exception
Exception
EntryFilteringCursor list(ListOperationContext opContext) throws Exception
Exception
EntryFilteringCursor search(SearchOperationContext opContext) throws Exception
Exception
ClonedServerEntry lookup(LookupOperationContext opContext) throws Exception
Exception
boolean hasEntry(EntryOperationContext opContext) throws Exception
Exception
void rename(RenameOperationContext opContext) throws Exception
Exception
void move(MoveOperationContext opContext) throws Exception
Exception
void moveAndRename(MoveAndRenameOperationContext opContext) throws Exception
Exception
void bind(BindOperationContext opContext) throws Exception
Exception
void unbind(UnbindOperationContext opContext) throws Exception
Exception
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.