Uses of Class
org.dspace.content.AccessStatus
Packages that use AccessStatus
Package
Description
Access status allows the users to view the bitstreams availability before
browsing into the item itself.
-
Uses of AccessStatus in org.dspace.access.status
Methods in org.dspace.access.status that return AccessStatusModifier and TypeMethodDescriptionAccessStatusServiceImpl.getAccessStatus(Context context, Bitstream bitstream) AccessStatusServiceImpl.getAccessStatus(Context context, Item item) AccessStatusHelper.getAccessStatusFromBitstream(Context context, Bitstream bitstream, LocalDate threshold, String type) Calculate the access status for the bitstream.DefaultAccessStatusHelper.getAccessStatusFromBitstream(Context context, Bitstream bitstream, LocalDate threshold, String type) Look at the bitstream policies to determine an access status value.AccessStatusHelper.getAccessStatusFromItem(Context context, Item item, LocalDate threshold, String type) Calculate the access status for the item.DefaultAccessStatusHelper.getAccessStatusFromItem(Context context, Item item, LocalDate threshold, String type) Look at the item's primary or first bitstream policies to determine an access status value.AccessStatusServiceImpl.getAnonymousAccessStatus(Context context, Item item) AccessStatusHelper.getAnonymousAccessStatusFromItem(Context context, Item item, LocalDate threshold) Calculate the anonymous access status for the item.DefaultAccessStatusHelper.getAnonymousAccessStatusFromItem(Context context, Item item, LocalDate threshold) Look at the anonymous policies of the primary (or first) bitstream of the item to retrieve its embargo. -
Uses of AccessStatus in org.dspace.access.status.service
Methods in org.dspace.access.status.service that return AccessStatusModifier and TypeMethodDescriptionAccessStatusService.getAccessStatus(Context context, Bitstream bitstream) Calculate the access status for a bitstream while considering the forever embargo date threshold.AccessStatusService.getAccessStatus(Context context, Item item) Calculate the access status for an Item while considering the forever embargo date threshold.AccessStatusService.getAnonymousAccessStatus(Context context, Item item) Calculate the anonymous access status for an Item while considering the forever embargo date threshold.