Uses of Interface
it.uniroma2.art.semanticturkey.services.STServiceContext
Packages that use STServiceContext
Package
Description
-
Uses of STServiceContext in it.uniroma2.art.semanticturkey.data.role
Methods in it.uniroma2.art.semanticturkey.data.role with parameters of type STServiceContextModifier and TypeMethodDescriptionRoleRecognitionOrchestrator.getGraphPattern(STServiceContext context) Map<org.eclipse.rdf4j.model.Value,org.eclipse.rdf4j.model.Literal> RoleRecognitionOrchestrator.processBindings(STServiceContext context, List<org.eclipse.rdf4j.query.BindingSet> resultTable) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.extension.extpts.search
Methods in it.uniroma2.art.semanticturkey.extension.extpts.search with parameters of type STServiceContextModifier and TypeMethodDescriptionSearchStrategy.searchInstancesOfClass(STServiceContext stServiceContext, List<List<org.eclipse.rdf4j.model.IRI>> clsListList, String searchString, boolean useLexicalizations, boolean useLocalName, boolean useURI, boolean useNotes, SearchMode searchMode, List<String> langs, boolean includeLocales, boolean searchStringCanBeNull, boolean searchInSubTypes, org.eclipse.rdf4j.model.IRI lexModel, boolean searchInRDFSLabel, boolean searchInSKOSLabel, boolean searchInSKOSXLLabel, boolean searchInOntolex, List<List<org.eclipse.rdf4j.model.IRI>> schemes, SearchStrategy.StatusFilter statusFilter, List<Pair<org.eclipse.rdf4j.model.IRI, List<org.eclipse.rdf4j.model.Value>>> outgoingLinks, List<TripleForSearch<org.eclipse.rdf4j.model.IRI, String, SearchMode>> outgoingSearch, String customQueryPart, List<String> varToAddToSelAndGroupList, List<Pair<org.eclipse.rdf4j.model.IRI, List<org.eclipse.rdf4j.model.Value>>> ingoingLinks, SearchStrategy searchStrategy, String baseURI, Map<String, String> prefixToNamespaceMap, boolean includeNonDirect, boolean addNaturePart) SearchStrategy.searchLexicalEntry(STServiceContext stServiceContext, String searchString, boolean useLexicalizations, boolean useLocalName, boolean useURI, boolean useNotes, SearchMode searchMode, List<org.eclipse.rdf4j.model.IRI> lexicons, List<String> langs, boolean includeLocales, org.eclipse.rdf4j.model.IRI iri, boolean searchInRDFSLabel, boolean searchInSKOSLabel, boolean searchInSKOSXLLabel, boolean searchInOntolex, Map<String, String> prefixToNamespaceMap) SearchStrategy.searchResource(STServiceContext stServiceContext, String searchString, String[] rolesArray, boolean useLexicalizations, boolean useLocalName, boolean useURI, boolean useNotes, SearchMode searchMode, List<org.eclipse.rdf4j.model.IRI> schemes, String schemeFilter, List<String> langs, boolean includeLocales, org.eclipse.rdf4j.model.IRI lexModel, boolean searchInRDFSLabel, boolean searchInSKOSLabel, boolean searchInSKOSXLLabel, boolean searchInOntolex, Map<String, String> prefixToNamespaceMap) SearchStrategy.searchStringList(STServiceContext stServiceContext, String searchString, String[] rolesArray, boolean useLocalName, SearchMode searchMode, List<org.eclipse.rdf4j.model.IRI> schemes, String schemeFilter, List<String> langs, org.eclipse.rdf4j.model.IRI cls, boolean includeLocales) SearchStrategy.searchURIList(STServiceContext stServiceContext, String searchString, String[] rolesArray, SearchMode searchMode, List<org.eclipse.rdf4j.model.IRI> schemes, String schemeFilter, org.eclipse.rdf4j.model.IRI cls, Map<String, String> prefixToNamespaceMap, int maxNumResults) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.extension.extpts.urigen
Methods in it.uniroma2.art.semanticturkey.extension.extpts.urigen with parameters of type STServiceContextModifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.IRIURIGenerator.generateIRI(STServiceContext stServiceContext, String xRole, Map<String, org.eclipse.rdf4j.model.Value> args) Returns a resource identifier produced randomly from the given inputs. -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.extension.impl.rendering
Methods in it.uniroma2.art.semanticturkey.extension.impl.rendering with parameters of type STServiceContextModifier and TypeMethodDescriptionBaseRenderingEngine.computeLanguages(RenderingEngineExtensionPoint renderingEngineExtensionPoint, STServiceContext context, String languages) Computes the list of languages by interpolating the configured languages with ST Properties.BaseRenderingEngine.getGraphPattern(STServiceContext context) Map<org.eclipse.rdf4j.model.Value,org.eclipse.rdf4j.model.Literal> BaseRenderingEngine.processBindings(STServiceContext context, List<org.eclipse.rdf4j.query.BindingSet> resultTable) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.extension.impl.search
Methods in it.uniroma2.art.semanticturkey.extension.impl.search with parameters of type STServiceContextModifier and TypeMethodDescriptionprotected org.eclipse.rdf4j.repository.RepositoryConnectionAbstractSearchStrategy.getThreadBoundTransaction(STServiceContext stServiceContext) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.history
Constructors in it.uniroma2.art.semanticturkey.history with parameters of type STServiceContextModifierConstructorDescriptionHistoryMetadataInterceptor(STServiceContext stServiceContext) HistoryMetadataPostProcessor(STServiceContext stServiceContext) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.mvc
Methods in it.uniroma2.art.semanticturkey.mvc with parameters of type STServiceContextModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperRequestMappingHandlerAdapterPostProcessor.createObjectMapper(ExtensionPointManager exptManager, STServiceContext stServiceContext) Constructors in it.uniroma2.art.semanticturkey.mvc with parameters of type STServiceContextModifierConstructorDescriptionRequestMappingHandlerAdapterPostProcessor(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, STServiceContext stServiceContext) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.properties
Constructors in it.uniroma2.art.semanticturkey.properties with parameters of type STServiceContextModifierConstructorDescriptionSTPropertiesSerializer(Class<STProperties> t, ExtensionPointManager exptManager, STServiceContext stServiceContext) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.search
Constructors in it.uniroma2.art.semanticturkey.search with parameters of type STServiceContextModifierConstructorDescriptionSearchUpdateInterceptor(STServiceContext stServiceContext, ExtensionPointManager exptManager) SearchUpdatePostProcessor(STServiceContext stServiceContext, ExtensionPointManager exptManager) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.services
Classes in it.uniroma2.art.semanticturkey.services that implement STServiceContextFields in it.uniroma2.art.semanticturkey.services declared as STServiceContext -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.services.aspects
Constructors in it.uniroma2.art.semanticturkey.services.aspects with parameters of type STServiceContextModifierConstructorDescriptionRejectedTermsBlacklistingInterceptor(STServiceContext stServiceContext) RejectedTermsBlacklistingPostProcessor(STServiceContext stServiceContext) ResourceLifecycleEventPublisherInterceptor(org.springframework.context.ApplicationContext applicationContext, STServiceContext stServiceContext) ResourceLifecycleEventPublisherPostProcessor(STServiceContext stServiceContext, org.springframework.context.ApplicationContext applicationContext) UserConnectionTrackingPostProcessor(STServiceContext stServiceContext) WritabilityCheckerInterceptor(STServiceContext stServiceContext, MetadataRegistryBackend metadataRegistryBackend, STAuthorizationEvaluator auth) WritabilityCheckerPostProcessor(STServiceContext stServiceContext, MetadataRegistryBackend metadataRegistryBackend, STAuthorizationEvaluator auth) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.services.http
Classes in it.uniroma2.art.semanticturkey.services.http that implement STServiceContext -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.services.support
Methods in it.uniroma2.art.semanticturkey.services.support with parameters of type STServiceContextModifier and TypeMethodDescriptionQNameQueryBuilderProcessor.getGraphPattern(STServiceContext context) QueryBuilderProcessor.getGraphPattern(STServiceContext context) ResourceNatureQueryBuilderProcessor.getGraphPattern(STServiceContext context) static org.eclipse.rdf4j.repository.RepositorySTServiceContextUtils.getRepository(STServiceContext stServiceContext) Returns the repository that should be used for servicing a data operation.static org.eclipse.rdf4j.repository.RepositorySTServiceContextUtils.getRepository(STServiceContext stServiceContext, ProjectRepository repositoryRole) Returns the repository that should be used for servicing a data operation.static StringSTServiceContextUtils.getRepositoryId(STServiceContext stServiceContext) Returns the id of the repository that should be used for servicing a data operation.static StringSTServiceContextUtils.getRepositoryId(STServiceContext stServiceContext, ProjectRepository repositoryRole) Returns the id of the repository that should be used for servicing a data operation.static StringSTServiceContextUtils.getShard(STServiceContext context) Map<org.eclipse.rdf4j.model.Value,org.eclipse.rdf4j.model.Literal> QNameQueryBuilderProcessor.processBindings(STServiceContext context, List<org.eclipse.rdf4j.query.BindingSet> resultTable) Map<org.eclipse.rdf4j.model.Value,org.eclipse.rdf4j.model.Literal> QueryBuilderProcessor.processBindings(STServiceContext context, List<org.eclipse.rdf4j.query.BindingSet> resultTable) Map<org.eclipse.rdf4j.model.Value,org.eclipse.rdf4j.model.Literal> ResourceNatureQueryBuilderProcessor.processBindings(STServiceContext context, List<org.eclipse.rdf4j.query.BindingSet> resultTable) Constructors in it.uniroma2.art.semanticturkey.services.support with parameters of type STServiceContextModifierConstructorDescriptionQueryBuilder(STServiceContext serviceContext, String resourceQuery) Constructs aQueryBuilderfor a service backed by a given (tuple) query. -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.spring
Methods in it.uniroma2.art.semanticturkey.spring that return STServiceContextModifier and TypeMethodDescriptionSTBaseServiceConfiguration.stServiceContext()STCoreFrameworkConfiguration.stServiceContext()Methods in it.uniroma2.art.semanticturkey.spring with parameters of type STServiceContextModifier and TypeMethodDescriptionstatic HistoryMetadataPostProcessorSTBaseServiceConfiguration.historyMetadataPostProcessor(STServiceContext stServiceContext) STBaseServiceConfiguration.rejectedTermsBlacklistingPostProcessor(STServiceContext stServiceContext) STBaseServiceConfiguration.requestMappingHandlerAdapterPostProcessor(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, STServiceContext stServiceContext) STBaseServiceConfiguration.resourceLifecycleEventPublisherPostProcessor(STServiceContext stServiceContext, org.springframework.context.ApplicationContext applicationContext) STBaseServiceConfiguration.schemesOwnershipPostProcessor(STServiceContext stServiceContext) static SearchUpdatePostProcessorSTBaseServiceConfiguration.searchUpdatePostProcessor(STServiceContext stServiceContext, ExtensionPointManager exptManager) STBaseServiceConfiguration.userConnectionTrackingPostProcessor(STServiceContext stServiceContext) STBaseServiceConfiguration.writabilityCheckerPostProcessor(STServiceContext stServiceContext, MetadataRegistryBackend metadataRegistryBackend, STAuthorizationEvaluator auth) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.user
Constructors in it.uniroma2.art.semanticturkey.user with parameters of type STServiceContextModifierConstructorDescriptionSchemesOwnershipCheckerInterceptor(STServiceContext stServiceContext) SchemesOwnershipPostProcessor(STServiceContext stServiceContext) -
Uses of STServiceContext in it.uniroma2.art.semanticturkey.validation
Methods in it.uniroma2.art.semanticturkey.validation with parameters of type STServiceContextModifier and TypeMethodDescriptionstatic booleanValidationUtilities.isValidationEnabled(STServiceContext stServiceContext) Determines whether validation is enabled on the provided service context.