|
||||||||||
| 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)
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.LdapDN |
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.LdapDN |
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. |
java.util.Iterator<java.lang.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. |
| 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
OperationManager
add in interface OperationManagerjava.lang.Exception
public void bind(BindOperationContext opContext)
throws java.lang.Exception
OperationManager
bind in interface OperationManagerjava.lang.Exception
public boolean compare(CompareOperationContext opContext)
throws java.lang.Exception
OperationManager
compare in interface OperationManagerjava.lang.Exception
public void delete(DeleteOperationContext opContext)
throws java.lang.Exception
OperationManager
delete in interface OperationManagerjava.lang.Exception
public org.apache.directory.shared.ldap.name.LdapDN getMatchedName(GetMatchedNameOperationContext opContext)
throws java.lang.Exception
OperationManager
getMatchedName in interface OperationManagerjava.lang.Exception
public ClonedServerEntry getRootDSE(GetRootDSEOperationContext opContext)
throws java.lang.Exception
OperationManager
getRootDSE in interface OperationManagerjava.lang.Exception
public org.apache.directory.shared.ldap.name.LdapDN getSuffix(GetSuffixOperationContext opContext)
throws java.lang.Exception
OperationManager
getSuffix in interface OperationManagerjava.lang.Exception
public boolean hasEntry(EntryOperationContext opContext)
throws java.lang.Exception
OperationManager
hasEntry in interface OperationManagerjava.lang.Exception
public EntryFilteringCursor list(ListOperationContext opContext)
throws java.lang.Exception
OperationManager
list in interface OperationManagerjava.lang.Exception
public java.util.Iterator<java.lang.String> listSuffixes(ListSuffixOperationContext opContext)
throws java.lang.Exception
OperationManager
listSuffixes in interface OperationManagerjava.lang.Exception
public ClonedServerEntry lookup(LookupOperationContext opContext)
throws java.lang.Exception
OperationManager
lookup in interface OperationManagerjava.lang.Exception
public void modify(ModifyOperationContext opContext)
throws java.lang.Exception
OperationManager
modify in interface OperationManagerjava.lang.Exception
public void move(MoveOperationContext opContext)
throws java.lang.Exception
OperationManager
move in interface OperationManagerjava.lang.Exception
public void moveAndRename(MoveAndRenameOperationContext opContext)
throws java.lang.Exception
OperationManager
moveAndRename in interface OperationManagerjava.lang.Exception
public void rename(RenameOperationContext opContext)
throws java.lang.Exception
OperationManager
rename in interface OperationManagerjava.lang.Exception
public EntryFilteringCursor search(SearchOperationContext opContext)
throws java.lang.Exception
OperationManager
search in interface OperationManagerjava.lang.Exception
public void unbind(UnbindOperationContext opContext)
throws java.lang.Exception
OperationManager
unbind in interface OperationManagerjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||