Uses of Class
org.dspace.content.Site
Packages that use Site
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
-
Uses of Site in org.dspace.content
Fields in org.dspace.content with type parameters of type SiteModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Site>Site_.class_Methods in org.dspace.content that return SiteMethods in org.dspace.content with parameters of type Site -
Uses of Site in org.dspace.content.crosswalk
Methods in org.dspace.content.crosswalk with parameters of type SiteModifier and TypeMethodDescriptionprotected List<MetadataValueDTO>MODSDisseminationCrosswalk.site2Metadata(Site site) Generate a list of metadata elements for the given DSpace site. -
Uses of Site in org.dspace.content.dao
Methods in org.dspace.content.dao that return Site -
Uses of Site in org.dspace.content.dao.impl
Methods in org.dspace.content.dao.impl that return Site -
Uses of Site in org.dspace.content.service
Methods in org.dspace.content.service that return Site -
Uses of Site in org.dspace.curate
Methods in org.dspace.curate with parameters of type SiteModifier and TypeMethodDescriptionprotected booleanCurator.doSite(Curator.TaskRunner tr, Site site) Run task for entire Site (including all Communities, Collections and Items) -
Uses of Site in org.dspace.rdf.conversion
Methods in org.dspace.rdf.conversion with parameters of type SiteModifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ModelSimpleDSORelationsConverterPlugin.convertSite(Context context, Site site)