public class RDFConverterImpl extends Object implements RDFConverter
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationService |
configurationService |
protected List<ConverterPlugin> |
plugins |
| Constructor and Description |
|---|
RDFConverterImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
convert(Context context,
DSpaceObject dso) |
List<ConverterPlugin> |
getConverterPlugins() |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setPlugins(List<ConverterPlugin> plugins) |
protected ConfigurationService configurationService
protected List<ConverterPlugin> plugins
@Autowired(required=true) public void setConfigurationService(ConfigurationService configurationService)
@Autowired(required=true) public void setPlugins(List<ConverterPlugin> plugins)
public List<ConverterPlugin> getConverterPlugins()
public com.hp.hpl.jena.rdf.model.Model convert(Context context, DSpaceObject dso) throws SQLException, AuthorizeException
convert in interface RDFConverterSQLExceptionAuthorizeExceptionCopyright © 2016 DuraSpace. All rights reserved.