T
- The type of the results.VisitingRetriever
and visitor pattern instead.@Deprecated public abstract class Retriever<T> extends VisitingRetriever<T>
USN_ATTRIBUTE_KEY
Constructor and Description |
---|
Retriever(org.springframework.ldap.core.LdapTemplate ldapTemplate,
int timeout,
int pagingSize,
long internalHighestCommittedUSN,
long externalHighestCommittedUSN,
boolean isPagingAllowed)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getNextEntities()
Deprecated.
|
accept, getCollectingNameClassPairCallbackHandler, getContextMapper, getSearchBaseDefinitions, getSearchControl, getSearchFilter
public Retriever(org.springframework.ldap.core.LdapTemplate ldapTemplate, int timeout, int pagingSize, long internalHighestCommittedUSN, long externalHighestCommittedUSN, boolean isPagingAllowed)
ldapTemplate
- The template for LDAP.internalHighestCommittedUSN
- The usn to use.externalHighestCommittedUSN
- The usn from the external system.pagingSize
- The maximal size of requestet pages.timeout
- The timeout for connections.isPagingAllowed
- True, if paging is allowed.public Collection<T> getNextEntities() throws Exception
Exception
- Exception.Copyright © 2019 Communote team. All rights reserved.