| Package | Description |
|---|---|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.embargo |
Embargo allows the deposit of Items whose content should not be made visible
until later.
|
| org.dspace.embargo.service |
| Modifier and Type | Method and Description |
|---|---|
static DCDate |
DCDate.getCurrent()
Get a date representing the current instant in time.
|
| Modifier and Type | Method and Description |
|---|---|
DCDate |
EmbargoServiceImpl.getEmbargoTermsAsDate(Context context,
Item item) |
DCDate |
DefaultEmbargoSetter.parseTerms(Context context,
Item item,
String terms)
Parse the terms into a definite date.
|
DCDate |
DayTableEmbargoSetter.parseTerms(Context context,
Item item,
String terms)
Parse the terms into a definite date.
|
DCDate |
EmbargoSetter.parseTerms(Context context,
Item item,
String terms)
Get lift date of embargo from the "terms" supplied in the
metadata (or other available state) of this Item.
|
protected DCDate |
EmbargoServiceImpl.recoverEmbargoDate(Item item) |
| Modifier and Type | Field and Description |
|---|---|
static DCDate |
EmbargoService.FOREVER
Special date signalling an Item is to be embargoed forever.
|
| Modifier and Type | Method and Description |
|---|---|
DCDate |
EmbargoService.getEmbargoTermsAsDate(Context context,
Item item)
Get the embargo lift date for an Item, if any.
|
Copyright © 2016 DuraSpace. All Rights Reserved.