Class SkosDiffing
java.lang.Object
it.uniroma2.art.semanticturkey.services.STServiceAdapter
it.uniroma2.art.semanticturkey.services.core.SkosDiffing
- All Implemented Interfaces:
NewerNewStyleService
,STService
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
applicationEventPublisher, cfManager, exptManager, stServiceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteTask
(String taskId) getAllTasksInfo
(String projectName) void
getTaskResult
(jakarta.servlet.http.HttpServletResponse response, String taskId, SkosDiffing.ResultType resultType) runDiffing
(String leftProjectName, String leftVersionRepoId, String rightProjectName, String rightVersionRepoId, List<String> langList) 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
-
SkosDiffing
public SkosDiffing()
-
-
Method Details
-
runDiffing
@STServiceOperation(method=POST) public String runDiffing(String leftProjectName, @Optional String leftVersionRepoId, String rightProjectName, @Optional String rightVersionRepoId, @Optional List<String> langList) throws IOException - Throws:
IOException
-
getAllTasksInfo
@STServiceOperation(method=GET) public List<DiffTaskInfo> getAllTasksInfo(@Optional String projectName) throws IOException - Throws:
IOException
-
deleteTask
- Throws:
IOException
-
getTaskResult
@STServiceOperation(method=GET) public void getTaskResult(jakarta.servlet.http.HttpServletResponse response, String taskId, SkosDiffing.ResultType resultType) throws IOException, ParserConfigurationException, TransformerException
-