Class CustomTrees
java.lang.Object
it.uniroma2.art.semanticturkey.services.STServiceAdapter
it.uniroma2.art.semanticturkey.services.core.CustomTrees
- All Implemented Interfaces:
NewerNewStyleService
,STService
-
Field Summary
Fields inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
applicationEventPublisher, cfManager, exptManager, stServiceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<AnnotatedValue<org.eclipse.rdf4j.model.Resource>>
getChildrenResources
(org.eclipse.rdf4j.model.IRI resource) Collection<AnnotatedValue<org.eclipse.rdf4j.model.Resource>>
getRoots()
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
-
CustomTrees
public CustomTrees()
-
-
Method Details
-
getRoots
@STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf(resource, taxonomy)\', \'R\')") public Collection<AnnotatedValue<org.eclipse.rdf4j.model.Resource>> getRoots() throws STPropertyAccessException- Throws:
STPropertyAccessException
-
getChildrenResources
@STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf(resource, taxonomy)\', \'R\')") public Collection<AnnotatedValue<org.eclipse.rdf4j.model.Resource>> getChildrenResources(org.eclipse.rdf4j.model.IRI resource) throws STPropertyAccessException - Throws:
STPropertyAccessException
-