spring-ldap-ldif-batch
A D H L M O R S

A

afterPropertiesSet() - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
afterPropertiesSet() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 
aggregate(LdapAttributes) - Method in class org.springframework.ldap.ldif.batch.LdifAggregator
Returns a String containing a properly formated LDIF.

D

doClose() - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
doClose() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 
doOpen() - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
doOpen() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 
doRead() - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
doRead() - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 

H

handleRecord(LdapAttributes) - Method in interface org.springframework.ldap.ldif.batch.RecordCallbackHandler
Execute operations on the supplied record.

L

LdifAggregator - Class in org.springframework.ldap.ldif.batch
The LdifAggregator object is an implementation of the LineAggregator interface for use with a FlatFileItemWriter to write LDIF records to a file.
LdifAggregator() - Constructor for class org.springframework.ldap.ldif.batch.LdifAggregator
 
LdifReader - Class in org.springframework.ldap.ldif.batch
The LdifReader is an adaptation of the FlatFileItemReader built around an LdifParser.
LdifReader() - Constructor for class org.springframework.ldap.ldif.batch.LdifReader
 

M

MappingLdifReader<T> - Class in org.springframework.ldap.ldif.batch
The MappingLdifReader is an adaptation of the FlatFileItemReader built around an LdifParser.
MappingLdifReader() - Constructor for class org.springframework.ldap.ldif.batch.MappingLdifReader
 
mapRecord(LdapAttributes) - Method in interface org.springframework.ldap.ldif.batch.RecordMapper
Maps an LdapAttributes object to the specified type.

O

org.springframework.ldap.ldif.batch - package org.springframework.ldap.ldif.batch
This package contains the classes required for using the LdifParser with the Spring Batch framework.

R

RecordCallbackHandler - Interface in org.springframework.ldap.ldif.batch
This interface can be used to operate on skipped records in the LdifReader and the MappingLdifReader.
RecordMapper<T> - Interface in org.springframework.ldap.ldif.batch
This interface should be implemented to map LdapAttributes objects to POJOs.

S

setRecordMapper(RecordMapper<T>) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
Setter for object mapper.
setRecordsToSkip(int) - Method in class org.springframework.ldap.ldif.batch.LdifReader
Public setter for the number of lines to skip at the start of a file.
setRecordsToSkip(int) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
Public setter for the number of lines to skip at the start of a file.
setResource(Resource) - Method in class org.springframework.ldap.ldif.batch.LdifReader
 
setResource(Resource) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
 
setSkippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.ldap.ldif.batch.LdifReader
RecordCallbackHandler implementations can be used to take action on skipped records.
setSkippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
RecordCallbackHandler implementations can be used to take action on skipped records.
setStrict(boolean) - Method in class org.springframework.ldap.ldif.batch.LdifReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
setStrict(boolean) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.

A D H L M O R S
spring-ldap-ldif-batch