Uses of Class
org.dspace.content.DCDate
Packages that use DCDate
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
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 DCDateModifier and TypeMethodDescriptionstatic DCDateDCDate.getCurrent()Get a date representing the current instant in UTC time.Methods in org.dspace.content with parameters of type DCDateModifier and TypeMethodDescriptionvoidBitstream.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 DCDateModifier and TypeMethodDescriptionEmbargoServiceImpl.getEmbargoTermsAsDate(Context context, Item item) DayTableEmbargoSetter.parseTerms(Context context, Item item, String terms) Parse the terms into a definite date.DefaultEmbargoSetter.parseTerms(Context context, Item item, String terms) Parse the terms into a definite date.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 DCDateEmbargoServiceImpl.recoverEmbargoDate(Item item) -
Uses of DCDate in org.dspace.embargo.service
Fields in org.dspace.embargo.service declared as DCDateModifier and TypeFieldDescriptionstatic final DCDateEmbargoService.FOREVERSpecial date signalling an Item is to be embargoed foreverMethods in org.dspace.embargo.service that return DCDateModifier and TypeMethodDescriptionEmbargoService.getEmbargoTermsAsDate(Context context, Item item) Get the embargo lift date for an Item, if any.