|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.DefaultOperationManager
public class DefaultOperationManager
The default implementation of an OperationManager.
| Constructor Summary | |
|---|---|
DefaultOperationManager(DirectoryService directoryService)
|
|
| Method Summary | |
|---|---|
void |
add(AddOperationContext opContext)
|
void |
bind(BindOperationContext opContext)
|
boolean |
compare(CompareOperationContext opContext)
|
void |
delete(DeleteOperationContext opContext)
|
org.apache.directory.shared.ldap.name.DN |
getMatchedName(GetMatchedNameOperationContext opContext)
|
ClonedServerEntry |
getRootDSE(GetRootDSEOperationContext opContext)
|
org.apache.directory.shared.ldap.name.DN |
getSuffix(GetSuffixOperationContext opContext)
|
boolean |
hasEntry(EntryOperationContext opContext)
|
EntryFilteringCursor |
list(ListOperationContext opContext)
|
java.util.Set<java.lang.String> |
listSuffixes(ListSuffixOperationContext opContext)
|
ClonedServerEntry |
lookup(LookupOperationContext opContext)
|
void |
modify(ModifyOperationContext opContext)
|
void |
move(MoveOperationContext opContext)
|
void |
moveAndRename(MoveAndRenameOperationContext opContext)
|
void |
rename(RenameOperationContext opContext)
|
EntryFilteringCursor |
search(SearchOperationContext opContext)
|
void |
unbind(UnbindOperationContext opContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultOperationManager(DirectoryService directoryService)
| Method Detail |
|---|
public void add(AddOperationContext opContext)
throws java.lang.Exception
add in interface OperationManagerjava.lang.Exception
public void bind(BindOperationContext opContext)
throws java.lang.Exception
bind in interface OperationManagerjava.lang.Exception
public boolean compare(CompareOperationContext opContext)
throws java.lang.Exception
compare in interface OperationManagerjava.lang.Exception
public void delete(DeleteOperationContext opContext)
throws java.lang.Exception
delete in interface OperationManagerjava.lang.Exception
public org.apache.directory.shared.ldap.name.DN getMatchedName(GetMatchedNameOperationContext opContext)
throws java.lang.Exception
getMatchedName in interface OperationManagerjava.lang.Exception
public ClonedServerEntry getRootDSE(GetRootDSEOperationContext opContext)
throws java.lang.Exception
getRootDSE in interface OperationManagerjava.lang.Exception
public org.apache.directory.shared.ldap.name.DN getSuffix(GetSuffixOperationContext opContext)
throws java.lang.Exception
getSuffix in interface OperationManagerjava.lang.Exception
public boolean hasEntry(EntryOperationContext opContext)
throws java.lang.Exception
hasEntry in interface OperationManagerjava.lang.Exception
public EntryFilteringCursor list(ListOperationContext opContext)
throws java.lang.Exception
list in interface OperationManagerjava.lang.Exception
public java.util.Set<java.lang.String> listSuffixes(ListSuffixOperationContext opContext)
throws java.lang.Exception
listSuffixes in interface OperationManagerjava.lang.Exception
public ClonedServerEntry lookup(LookupOperationContext opContext)
throws java.lang.Exception
lookup in interface OperationManagerjava.lang.Exception
public void modify(ModifyOperationContext opContext)
throws java.lang.Exception
modify in interface OperationManagerjava.lang.Exception
public void move(MoveOperationContext opContext)
throws java.lang.Exception
move in interface OperationManagerjava.lang.Exception
public void moveAndRename(MoveAndRenameOperationContext opContext)
throws java.lang.Exception
moveAndRename in interface OperationManagerjava.lang.Exception
public void rename(RenameOperationContext opContext)
throws java.lang.Exception
rename in interface OperationManagerjava.lang.Exception
public EntryFilteringCursor search(SearchOperationContext opContext)
throws java.lang.Exception
search in interface OperationManagerjava.lang.Exception
public void unbind(UnbindOperationContext opContext)
throws java.lang.Exception
unbind in interface OperationManagerjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||