public class DefaultOperationManager extends Object implements OperationManager
Constructor and Description |
---|
DefaultOperationManager(DirectoryService directoryService) |
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.
|
public DefaultOperationManager(DirectoryService directoryService)
public void add(AddOperationContext opContext) throws Exception
add
in interface OperationManager
Exception
public void bind(BindOperationContext opContext) throws Exception
bind
in interface OperationManager
Exception
public boolean compare(CompareOperationContext opContext) throws Exception
compare
in interface OperationManager
Exception
public void delete(DeleteOperationContext opContext) throws Exception
delete
in interface OperationManager
Exception
public org.apache.directory.shared.ldap.name.DN getMatchedName(GetMatchedNameOperationContext opContext) throws Exception
getMatchedName
in interface OperationManager
Exception
public ClonedServerEntry getRootDSE(GetRootDSEOperationContext opContext) throws Exception
getRootDSE
in interface OperationManager
Exception
public org.apache.directory.shared.ldap.name.DN getSuffix(GetSuffixOperationContext opContext) throws Exception
getSuffix
in interface OperationManager
Exception
public boolean hasEntry(EntryOperationContext opContext) throws Exception
hasEntry
in interface OperationManager
Exception
public EntryFilteringCursor list(ListOperationContext opContext) throws Exception
list
in interface OperationManager
Exception
public Set<String> listSuffixes(ListSuffixOperationContext opContext) throws Exception
listSuffixes
in interface OperationManager
Exception
public ClonedServerEntry lookup(LookupOperationContext opContext) throws Exception
lookup
in interface OperationManager
Exception
public void modify(ModifyOperationContext opContext) throws Exception
modify
in interface OperationManager
Exception
public void move(MoveOperationContext opContext) throws Exception
move
in interface OperationManager
Exception
public void moveAndRename(MoveAndRenameOperationContext opContext) throws Exception
moveAndRename
in interface OperationManager
Exception
public void rename(RenameOperationContext opContext) throws Exception
rename
in interface OperationManager
Exception
public EntryFilteringCursor search(SearchOperationContext opContext) throws Exception
search
in interface OperationManager
Exception
public void unbind(UnbindOperationContext opContext) throws Exception
unbind
in interface OperationManager
Exception
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.