Uses of Interface
org.dspace.license.service.CreativeCommonsService
-
Packages that use CreativeCommonsService Package Description org.dspace.content.crosswalk 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.org.dspace.content.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)org.dspace.license org.dspace.license.factory -
-
Uses of CreativeCommonsService in org.dspace.content.crosswalk
Fields in org.dspace.content.crosswalk declared as CreativeCommonsService Modifier and Type Field Description protected CreativeCommonsServiceCreativeCommonsRDFStreamDisseminationCrosswalk. creativeCommonsServiceprotected CreativeCommonsServiceCreativeCommonsRDFStreamIngestionCrosswalk. creativeCommonsServiceprotected CreativeCommonsServiceCreativeCommonsTextStreamDisseminationCrosswalk. creativeCommonsServiceDeprecated. -
Uses of CreativeCommonsService in org.dspace.content.packager
Fields in org.dspace.content.packager declared as CreativeCommonsService Modifier and Type Field Description protected CreativeCommonsServiceAbstractMETSDisseminator. creativeCommonsService -
Uses of CreativeCommonsService in org.dspace.license
Classes in org.dspace.license that implement CreativeCommonsService Modifier and Type Class Description classCreativeCommonsServiceImpl -
Uses of CreativeCommonsService in org.dspace.license.factory
Methods in org.dspace.license.factory that return CreativeCommonsService Modifier and Type Method Description abstract CreativeCommonsServiceLicenseServiceFactory. getCreativeCommonsService()CreativeCommonsServiceLicenseServiceFactoryImpl. getCreativeCommonsService()
-