Uses of Class
it.uniroma2.art.semanticturkey.project.STRepositoryInfo
Packages that use STRepositoryInfo
-
Uses of STRepositoryInfo in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project that return STRepositoryInfoModifier and TypeMethodDescriptionstatic STRepositoryInfo
STRepositoryInfo.createDefault()
STRepositoryInfo.withNewAccessCredentials
(String newUsername, String newPassword) Methods in it.uniroma2.art.semanticturkey.project that return types with arguments of type STRepositoryInfoMethod parameters in it.uniroma2.art.semanticturkey.project with type arguments of type STRepositoryInfoModifier and TypeMethodDescriptionSTRepositoryInfoUtils.getSearchStrategy
(Optional<STRepositoryInfo> repoInfo) Returns the appropriate value inSTRepositoryInfo.SearchStrategies
with fallback toSTRepositoryInfo.SearchStrategies.REGEX
. -
Uses of STRepositoryInfo in it.uniroma2.art.semanticturkey.tx
Method parameters in it.uniroma2.art.semanticturkey.tx with type arguments of type STRepositoryInfoModifier and TypeMethodDescriptionstatic org.eclipse.rdf4j.common.transaction.IsolationLevel
RDF4JRepositoryUtils.computeIsolationLevel
(Optional<STRepositoryInfo> repositoryInfo, org.eclipse.rdf4j.repository.RepositoryConnection conn, boolean readOnly) Computes the appropriate level for a connection.Constructor parameters in it.uniroma2.art.semanticturkey.tx with type arguments of type STRepositoryInfoModifierConstructorDescriptionRDF4JRepositoryTransactionManager
(org.eclipse.rdf4j.repository.Repository sesameRepository, Optional<STRepositoryInfo> repositoryInfo)