Uses of Class
org.dspace.rdf.ItemWithdrawnException
-
Packages that use ItemWithdrawnException Package Description org.dspace.rdf -
-
Uses of ItemWithdrawnException in org.dspace.rdf
Methods in org.dspace.rdf that throw ItemWithdrawnException 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.
-