Uses of Interface
org.dspace.embargo.service.EmbargoService
-
Packages that use EmbargoService 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.factory -
-
Uses of EmbargoService in org.dspace.content
Fields in org.dspace.content declared as EmbargoService Modifier and Type Field Description protected EmbargoServiceInstallItemServiceImpl. embargoService -
Uses of EmbargoService in org.dspace.embargo
Classes in org.dspace.embargo that implement EmbargoService Modifier and Type Class Description classEmbargoServiceImplPublic interface to the embargo subsystem. -
Uses of EmbargoService in org.dspace.embargo.factory
Methods in org.dspace.embargo.factory that return EmbargoService Modifier and Type Method Description abstract EmbargoServiceEmbargoServiceFactory. getEmbargoService()EmbargoServiceEmbargoServiceFactoryImpl. getEmbargoService()
-