| Package | Description |
|---|---|
| org.dspace.harvest | |
| org.dspace.harvest.dao | |
| org.dspace.harvest.dao.impl | |
| org.dspace.harvest.service |
| Modifier and Type | Method and Description |
|---|---|
HarvestedItem |
HarvestedItemServiceImpl.create(Context context,
Item item,
String itemOAIid) |
HarvestedItem |
HarvestedItemServiceImpl.find(Context context,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
void |
HarvestedItemServiceImpl.delete(Context context,
HarvestedItem harvestedItem) |
void |
HarvestedItemServiceImpl.update(Context context,
HarvestedItem harvestedItem) |
| Modifier and Type | Method and Description |
|---|---|
HarvestedItem |
HarvestedItemDAO.findByItem(Context context,
Item item) |
HarvestedItem |
HarvestedItemDAO.findByOAIId(Context context,
String itemOaiID,
Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
HarvestedItem |
HarvestedItemDAOImpl.findByItem(Context context,
Item item) |
HarvestedItem |
HarvestedItemDAOImpl.findByOAIId(Context context,
String itemOaiID,
Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
HarvestedItem |
HarvestedItemService.create(Context context,
Item item,
String itemOAIid)
Create a new harvested item row for a specified item id.
|
HarvestedItem |
HarvestedItemService.find(Context context,
Item item)
Find the harvest parameters corresponding to the specified DSpace item
|
| Modifier and Type | Method and Description |
|---|---|
void |
HarvestedItemService.delete(Context context,
HarvestedItem harvestedItem) |
void |
HarvestedItemService.update(Context context,
HarvestedItem harvestedItem) |
Copyright © 2017 DuraSpace. All rights reserved.