Uses of Class
org.dspace.content.DCDate
-
Packages that use DCDate 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 -
-
Uses of DCDate in org.dspace.content
Methods in org.dspace.content that return DCDate Modifier and Type Method Description static DCDateDCDate. getCurrent()Get a date representing the current instant in time.Methods in org.dspace.content with parameters of type DCDate Modifier and Type Method Description voidBitstream. setAcceptanceDate(Context context, DCDate acceptanceDate)Add date for bitstream granted (used into the use case for license grant theLicenseUtils.grantLicense(Context, Item, String, String) -
Uses of DCDate in org.dspace.embargo
Methods in org.dspace.embargo that return DCDate Modifier and Type Method Description DCDateEmbargoServiceImpl. getEmbargoTermsAsDate(Context context, Item item)DCDateDayTableEmbargoSetter. parseTerms(Context context, Item item, String terms)Parse the terms into a definite date.DCDateDefaultEmbargoSetter. parseTerms(Context context, Item item, String terms)Parse the terms into a definite date.DCDateEmbargoSetter. 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 DCDateEmbargoServiceImpl. recoverEmbargoDate(Item item) -
Uses of DCDate in org.dspace.embargo.service
Fields in org.dspace.embargo.service declared as DCDate Modifier and Type Field Description static DCDateEmbargoService. FOREVERSpecial date signalling an Item is to be embargoed forever.Methods in org.dspace.embargo.service that return DCDate Modifier and Type Method Description DCDateEmbargoService. getEmbargoTermsAsDate(Context context, Item item)Get the embargo lift date for an Item, if any.
-