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