Class Blacklist
java.lang.Object
it.uniroma2.art.semanticturkey.services.STServiceAdapter
it.uniroma2.art.semanticturkey.services.core.Blacklist
- All Implemented Interfaces:
NewerNewStyleService
,STService
This class provides services related to the blacklist.
- Author:
- Manuel Fiorelli
-
Field Summary
Fields inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
applicationEventPublisher, cfManager, exptManager, stServiceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
downloadBlacklist
(jakarta.servlet.http.HttpServletResponse oRes, org.eclipse.rdf4j.rio.RDFFormat format) Methods inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
addValue, checkNotLocallyDefined, createQueryBuilder, generateIRI, generateNatureSPARQLSelectPart, generateNatureSPARQLWherePart, generateResourceWithCustomConstructor, getCodaLexModeForSearchFromLexicalizationModel, getDeleteGraph, getGraphFromNature, getInitializedCodaCore, getManagedConnection, getMetadataGraph, getOptionalProject, getPlatformTransactionManager, getProject, getRepository, getRoleFromNature, getUserNamedGraphs, getWorkingGraph, instantiateSearchStrategy, instantiateSearchStrategy, parseReference, publishResourceDeleted, publishResourceDeleted, removeReifiedValue, retrieveResources, shutDownCodaCore, updateTriplePredicate
-
Constructor Details
-
Blacklist
public Blacklist()
-
-
Method Details
-
clearBlacklist
-
downloadBlacklist
@STServiceOperation @Read public void downloadBlacklist(jakarta.servlet.http.HttpServletResponse oRes, @Optional(defaultValue="TURTLE") org.eclipse.rdf4j.rio.RDFFormat format) throws org.eclipse.rdf4j.repository.RepositoryException, org.eclipse.rdf4j.rio.RDFHandlerException, org.eclipse.rdf4j.rio.UnsupportedRDFormatException, IOException - Throws:
org.eclipse.rdf4j.repository.RepositoryException
org.eclipse.rdf4j.rio.RDFHandlerException
org.eclipse.rdf4j.rio.UnsupportedRDFormatException
IOException
-