Skip navigation links
eu.dnetlib.data.objectstore.modular.gridFS

Class GridFSObjectstoreResultSetListener

    • Constructor Detail

      • GridFSObjectstoreResultSetListener

        public GridFSObjectstoreResultSetListener()
    • Method Detail

      • getResult

        public List<String> getResult(int from,
                                      int to)
        Specified by:
        getResult in interface eu.dnetlib.enabling.resultset.TypedResultSetListener<String>
      • getSize

        public int getSize()
        Specified by:
        getSize in interface eu.dnetlib.enabling.resultset.TypedResultSetListener<String>
      • setResultSet

        public void setResultSet(eu.dnetlib.enabling.resultset.ResultSet resultSet)
        Specified by:
        setResultSet in interface eu.dnetlib.enabling.resultset.ResultSetAware
      • getFromDate

        public Long getFromDate()
        Gets the from date.
        Returns:
        the from date
      • setFromDate

        public void setFromDate(Long fromdate)
        Sets the from date.
        Parameters:
        fromdate - the new from date
      • getUntilDate

        public Long getUntilDate()
        Gets the until date.
        Returns:
        the until date
      • setUntilDate

        public void setUntilDate(Long untilDate)
        Sets the until date.
        Parameters:
        untilDate - the new until date
      • getRecords

        public List<String> getRecords()
        Gets the records.
        Returns:
        the records
      • setRecords

        public void setRecords(List<String> records)
        Sets the records.
        Parameters:
        records - the new records
      • getCollection

        public com.mongodb.gridfs.GridFS getCollection()
        Gets the collection.
        Returns:
        the collection
      • setCollection

        public void setCollection(com.mongodb.gridfs.GridFS collection)
        Sets the collection.
        Parameters:
        collection - the new collection
      • getBaseURI

        public String getBaseURI()
        Gets the base uri.
        Returns:
        the base uri
      • setBaseURI

        public void setBaseURI(String baseURI)
        Sets the base uri.
        Parameters:
        baseURI - the new base uri
      • getObjectStoreID

        public String getObjectStoreID()
        Gets the object store id.
        Returns:
        the object store id
      • setObjectStoreID

        public void setObjectStoreID(String objectStoreID)
        Sets the object store id.
        Parameters:
        objectStoreID - the new object store id

Copyright © 2017. All rights reserved.