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.getEmbargoDate(Context context, Item item)
          Get the embargo lift date for an Item, if any.
 DCDate DayTableEmbargoSetter.parseTerms(Context context, Item item, String terms)
          Parse the terms into a definite date.
 DCDate DefaultEmbargoSetter.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.
 

Methods in org.dspace.embargo with parameters of type DCDate
static void EmbargoManager.setEmbargo(Context context, Item item, DCDate lift)
          Put an Item under embargo until the specified lift date.
 



Copyright © 2011 DuraSpace. All Rights Reserved.