Class Docgen
java.lang.Object
it.uniroma2.art.semanticturkey.services.STServiceAdapter
it.uniroma2.art.semanticturkey.services.core.Docgen
- All Implemented Interfaces:
NewerNewStyleService
,STService
This class provides services for documentation generation.
- Author:
- Manuel Fiorelli
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Comparator<AnnotatedValue<? extends org.eclipse.rdf4j.model.Value>>
static final org.eclipse.rdf4j.model.Literal
static final Comparator<org.eclipse.rdf4j.model.Value>
Fields inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
applicationEventPublisher, cfManager, exptManager, stServiceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
Field Details
-
RDF4J_VALUE_COMPARATOR
-
ANNOTATED_VALUES_SHOW_COMPARATOR
public static final Comparator<AnnotatedValue<? extends org.eclipse.rdf4j.model.Value>> ANNOTATED_VALUES_SHOW_COMPARATOR -
EMPTY_LITERAL
public static final org.eclipse.rdf4j.model.Literal EMPTY_LITERAL
-
-
Constructor Details
-
Docgen
public Docgen()
-
-
Method Details
-
buildOWLDocumentation
@STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf\', \'R\')") public Docgen.OWLDocumentation buildOWLDocumentation() -
buildSKOSDocumentation
@STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf\', \'R\')") public Docgen.SKOSDocumentation buildSKOSDocumentation()
-