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