Class EmbargoServiceImpl

java.lang.Object
org.dspace.embargo.EmbargoServiceImpl
All Implemented Interfaces:
EmbargoService

public class EmbargoServiceImpl extends Object implements EmbargoService
Public interface to the embargo subsystem.

Configuration properties: (with examples) # DC metadata field to hold the user-supplied embargo terms embargo.field.terms = dc.embargo.terms # DC metadata field to hold computed "lift date" of embargo embargo.field.lift = dc.date.available # String to indicate indefinite (forever) embargo in terms embargo.terms.open = Indefinite # implementation of embargo setter plugin plugin.single.org.dspace.embargo.EmbargoSetter = edu.my.Setter # implementation of embargo lifter plugin plugin.single.org.dspace.embargo.EmbargoLifter = edu.my.Lifter

Author:
Larry Stone, Richard Rodgers