Package org.dspace.rdf.conversion
Class RDFConverterImpl
java.lang.Object
org.dspace.rdf.conversion.RDFConverterImpl
- All Implemented Interfaces:
RDFConverter
- Author:
- Pascal-Nicolas Becker (dspace -at- pascal -hyphen- becker -dot- de)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.Modelconvert(Context context, DSpaceObject dso) voidsetConfigurationService(ConfigurationService configurationService) voidsetPlugins(List<ConverterPlugin> plugins)
-
Field Details
-
configurationService
-
plugins
-
-
Constructor Details
-
RDFConverterImpl
public RDFConverterImpl()
-
-
Method Details
-
setConfigurationService
@Autowired(required=true) public void setConfigurationService(ConfigurationService configurationService) -
setPlugins
-
getConverterPlugins
-
convert
public org.apache.jena.rdf.model.Model convert(Context context, DSpaceObject dso) throws SQLException, AuthorizeException - Specified by:
convertin interfaceRDFConverter- Throws:
SQLExceptionAuthorizeException
-