Uses of Class
org.dspace.content.DCDate

Packages that use DCDate
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. 
 

Uses of DCDate in org.dspace.content
 

Methods in org.dspace.content that return DCDate
static DCDate DCDate.getCurrent()
          Get a date representing the current instant in time.
 

Uses of DCDate in org.dspace.embargo
 

Fields in org.dspace.embargo declared as DCDate
static DCDate EmbargoManager.FOREVER
          Special date signalling an Item is to be embargoed forever.
 

Methods in org.dspace.embargo that return DCDate
static DCDate EmbargoManager.getEmbargoTermsAsDate(Context context, Item item)
          Get the embargo lift date for an Item, if any.
 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.
 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.
 



Copyright © 2012 DuraSpace. All Rights Reserved.