Uses of Class
org.dspace.harvest.HarvestedCollection
-
Packages that use HarvestedCollection Package Description org.dspace.harvest org.dspace.harvest.dao org.dspace.harvest.dao.impl org.dspace.harvest.service -
-
Uses of HarvestedCollection in org.dspace.harvest
Fields in org.dspace.harvest with type parameters of type HarvestedCollection Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Collection>HarvestedCollection_. collectionstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>HarvestedCollection_. harvestMessagestatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Date>HarvestedCollection_. harvestStartTimestatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer>HarvestedCollection_. harvestStatusstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer>HarvestedCollection_. harvestTypestatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer>HarvestedCollection_. idstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Date>HarvestedCollection_. lastHarvestedstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>HarvestedCollection_. metadataConfigIdstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>HarvestedCollection_. oaiSetIdstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>HarvestedCollection_. oaiSourceMethods in org.dspace.harvest that return HarvestedCollection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionServiceImpl. create(Context context, Collection collection)HarvestedCollectionHarvestedCollectionServiceImpl. find(Context context, Collection collection)HarvestedCollectionHarvestedCollectionServiceImpl. findNewestHarvest(Context context)HarvestedCollectionHarvestedCollectionServiceImpl. findOldestHarvest(Context context)Methods in org.dspace.harvest that return types with arguments of type HarvestedCollection Modifier and Type Method Description List<HarvestedCollection>HarvestedCollectionServiceImpl. findAll(Context context)List<HarvestedCollection>HarvestedCollectionServiceImpl. findByStatus(Context context, int status)List<HarvestedCollection>HarvestedCollectionServiceImpl. findReady(Context context)Methods in org.dspace.harvest with parameters of type HarvestedCollection Modifier and Type Method Description voidHarvestScheduler. addThread(Context context, HarvestedCollection harvestedCollection)Adds a thread to the ready stack.voidHarvestedCollectionServiceImpl. delete(Context context, HarvestedCollection harvestedCollection)booleanHarvestedCollectionServiceImpl. isHarvestable(HarvestedCollection harvestedCollection)booleanHarvestedCollectionServiceImpl. isReady(HarvestedCollection harvestedCollection)voidHarvestedCollectionServiceImpl. update(Context context, HarvestedCollection harvestedCollection)Constructors in org.dspace.harvest with parameters of type HarvestedCollection Constructor Description OAIHarvester(Context c, DSpaceObject dso, HarvestedCollection hc) -
Uses of HarvestedCollection in org.dspace.harvest.dao
Methods in org.dspace.harvest.dao that return HarvestedCollection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionDAO. findByCollection(Context context, Collection collection)HarvestedCollectionHarvestedCollectionDAO. findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context context, int status, int type, int limit)HarvestedCollectionHarvestedCollectionDAO. findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context context, int status, int type, int limit)Methods in org.dspace.harvest.dao that return types with arguments of type HarvestedCollection Modifier and Type Method Description List<HarvestedCollection>HarvestedCollectionDAO. findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context context, Date startTime, int minimalType, int[] statuses, int expirationStatus, Date expirationTime)List<HarvestedCollection>HarvestedCollectionDAO. findByStatus(Context context, int status) -
Uses of HarvestedCollection in org.dspace.harvest.dao.impl
Methods in org.dspace.harvest.dao.impl that return HarvestedCollection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionDAOImpl. findByCollection(Context context, Collection collection)HarvestedCollectionHarvestedCollectionDAOImpl. findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context context, int status, int type, int limit)HarvestedCollectionHarvestedCollectionDAOImpl. findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context context, int status, int type, int limit)Methods in org.dspace.harvest.dao.impl that return types with arguments of type HarvestedCollection Modifier and Type Method Description List<HarvestedCollection>HarvestedCollectionDAOImpl. findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context context, Date startTime, int minimalType, int[] statuses, int expirationStatus, Date expirationTime)List<HarvestedCollection>HarvestedCollectionDAOImpl. findByStatus(Context context, int status) -
Uses of HarvestedCollection in org.dspace.harvest.service
Methods in org.dspace.harvest.service that return HarvestedCollection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionService. create(Context context, Collection collection)Create a new harvest instance row for a specified collection.HarvestedCollectionHarvestedCollectionService. find(Context context, Collection collection)Find the harvest settings corresponding to this collectionHarvestedCollectionHarvestedCollectionService. findNewestHarvest(Context context)Find the collection that was harvested most recently.HarvestedCollectionHarvestedCollectionService. findOldestHarvest(Context context)Find the collection that was harvested the longest time ago.Methods in org.dspace.harvest.service that return types with arguments of type HarvestedCollection Modifier and Type Method Description List<HarvestedCollection>HarvestedCollectionService. findAll(Context context)Find all collections that are set up for harvestingList<HarvestedCollection>HarvestedCollectionService. findByStatus(Context context, int status)Find all collections with the specified status flag.List<HarvestedCollection>HarvestedCollectionService. findReady(Context context)Find all collections that are ready for harvestingMethods in org.dspace.harvest.service with parameters of type HarvestedCollection Modifier and Type Method Description voidHarvestedCollectionService. delete(Context context, HarvestedCollection harvestedCollection)booleanHarvestedCollectionService. isHarvestable(HarvestedCollection harvestedCollection)Returns whether this harvest instance is actually harvestable, i.e.booleanHarvestedCollectionService. isReady(HarvestedCollection harvestedCollection)Returns whether the specified collection is ready for immediate harvest.voidHarvestedCollectionService. update(Context context, HarvestedCollection harvestedCollection)
-