Uses of Interface
org.apache.directory.api.ldap.model.message.SearchResultEntry
-
-
Uses of SearchResultEntry in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement SearchResultEntry Modifier and Type Class Description classSearchResultEntryDsmlDSML Decorator for SearchResultEntryConstructors in org.apache.directory.api.dsmlv2.response with parameters of type SearchResultEntry Constructor Description SearchResultEntryDsml(LdapApiService codec, SearchResultEntry ldapMessage)Creates a new getDecoratedMessage() of SearchResultEntryDsml. -
Uses of SearchResultEntry in org.apache.directory.api.ldap.codec.actions.response.search.entry
Method parameters in org.apache.directory.api.ldap.codec.actions.response.search.entry with type arguments of type SearchResultEntry Modifier and Type Method Description voidAddAttributeType. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed.voidInitSearchResultEntry. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed.voidStoreSearchResultAttributeValue. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed.voidStoreSearchResultEntryObjectName. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed. -
Uses of SearchResultEntry in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement SearchResultEntry Modifier and Type Class Description classSearchResultEntryImplLockable SearchResponseEntry implementation
-