Example usage for org.springframework.batch.item ItemStreamReader interface-usage

List of usage examples for org.springframework.batch.item ItemStreamReader interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item ItemStreamReader interface-usage.

Usage

From source file lcn.module.batch.core.item.composite.reader.CompositePagingReader.java

/**
 * CompositeReader  ItemReaderList? ?? ?? ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0

From source file de.codecentric.batch.metrics.item.MetricsTestItemReader.java

/**
 * @author Tobias Flohre
 */
public class MetricsTestItemReader implements ItemStreamReader<Item> {

    private static final Log log = LogFactory.getLog(MetricsTestItemReader.class);

From source file egovframework.rte.bat.core.item.composite.reader.EgovCompositeCursorReader.java

/**
 * CompositeCursorReader  ItemReaderList? ?? DB?? ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0

From source file egovframework.rte.bat.core.item.composite.reader.EgovCompositePagingReader.java

/**
 * CompositeReader  ItemReaderList? ?? ?? ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0

From source file fr.acxio.tools.agia.cmis.CmisReader.java

public class CmisReader implements ItemStreamReader<QueryResult> {

    private static final Logger LOGGER = LoggerFactory.getLogger(CmisReader.class);

    private static final String CONTEXT_KEY_LASTTIMESTAMP = "cmis.reader.lastTimestamp";
    private static final DateToStringConverter CONVERTER_TIMESTAMP = new DateToStringConverter(

From source file org.obiba.onyx.core.etl.participant.impl.AbstractParticipantReader.java

    protected Map<String, Integer> attributeNameToColumnIndexMap;

    protected void checkColumnsForMandatoryAttributesPresent() {
        List<ParticipantAttribute> allAttributes = new ArrayList<ParticipantAttribute>();
        allAttributes.addAll(participantMetadata.getEssentialAttributes());
        allAttributes.addAll(participantMetadata.getConfiguredAttributes());

From source file com.flipkart.aesop.serializer.batch.reader.UserInfoServiceScanReader.java

/**
 * The <code>UserInfoServiceScanReader</code> class is an implementation of the {@link ItemStreamReader} that invokes JSON over REST calls to a deployed service 
 * for scanning and retrieving the entire set of sample data item {@link UserInfo} instances
 * 
 * @author Regunath B
 * @version 1.0, 25 Mar 2014

From source file org.cbio.portal.pipelines.foundation.FoundationReader.java

/**
 *
 * @author ochoaa
 */
public class FoundationReader implements ItemStreamReader<CaseType> {

From source file org.cbio.portal.pipelines.foundation.CnaDataReader.java

/**
 *
 * @author ochoaa
 */
public class CnaDataReader implements ItemStreamReader<String> {

From source file org.cbioportal.database.annotator.AnnotateRecordsReader.java

/**
 *
 * @author heinsz
 */

public class AnnotateRecordsReader implements ItemStreamReader<MutationEvent> {