Uses of Class
org.dspace.rdf.ItemNotDiscoverableException
Packages that use ItemNotDiscoverableException
-
Uses of ItemNotDiscoverableException in org.dspace.rdf
Methods in org.dspace.rdf that throw ItemNotDiscoverableExceptionModifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ModelRDFUtil.convert(Context context, DSpaceObject dso) Converts the the provided DSpaceObject into RDF and returns the model.static org.apache.jena.rdf.model.ModelRDFUtil.convertAndStore(Context context, DSpaceObject dso) Converts a DSpaceObject into RDF data and stores them using the configuredRDFStorage.static voidRDFUtil.isPublic(Context context, DSpaceObject dso) Checks whether the provided DSpaceObject is readable within the provided context and if the DSO is an Item whether it is archived, discoverable and not withdrawn.