Uses of Class
org.dspace.rdf.ItemNotArchivedException
-
Packages that use ItemNotArchivedException Package Description org.dspace.rdf -
-
Uses of ItemNotArchivedException in org.dspace.rdf
Methods in org.dspace.rdf that throw ItemNotArchivedException Modifier and Type Method Description static com.hp.hpl.jena.rdf.model.ModelRDFUtil. convert(Context context, DSpaceObject dso)Converts the the provided DSpaceObject into RDF and returns the model.static com.hp.hpl.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.
-