Uses of Class
it.uniroma2.art.semanticturkey.project.RepositoryAccess
Packages that use RepositoryAccess
Package
Description
-
Uses of RepositoryAccess in it.uniroma2.art.semanticturkey.converters
Methods in it.uniroma2.art.semanticturkey.converters that return RepositoryAccessModifier and TypeMethodDescription -
Uses of RepositoryAccess in it.uniroma2.art.semanticturkey.project
Subclasses of RepositoryAccess in it.uniroma2.art.semanticturkey.projectModifier and TypeClassDescriptionclass
Describes the access to a remote server for accessing existing (remote) repositories.class
Describes the creation of new local repositories inside the project.class
Describes the access to a remote server for the creation of new (remote) repositories.class
Abstract base class of concrete remote repository access options:CreateRemote
,AccessExistingRemote
.Methods in it.uniroma2.art.semanticturkey.project that return RepositoryAccessMethods in it.uniroma2.art.semanticturkey.project with parameters of type RepositoryAccessModifier and TypeMethodDescriptionstatic Project
ProjectManager.createProject
(ProjectConsumer consumer, String projectName, org.eclipse.rdf4j.model.Literal label, org.eclipse.rdf4j.model.IRI model, org.eclipse.rdf4j.model.IRI lexicalizationModel, String baseURI, String defaultNamespace, boolean historyEnabled, boolean validationEnabled, boolean blacklistingEnabled, RepositoryAccess repositoryAccess, String coreRepoID, PluginSpecification coreRepoSailConfigurerSpecification, String coreBackendType, String supportRepoID, PluginSpecification supportRepoSailConfigurerSpecification, String supportBackendType, PluginSpecification uriGeneratorSpecification, PluginSpecification renderingEngineSpecification, List<Pair<RDFResourceRole, String>> resourceMetadataAssociations, File preloadedDataFile, org.eclipse.rdf4j.rio.RDFFormat preloadedDataFormat, TransitiveImportMethodAllowance transitiveImportAllowance, Set<org.eclipse.rdf4j.model.IRI> failedImports, String leftDataset, String rightDataset, boolean shaclEnabled, SHACLSettings shaclSettings, boolean trivialInferenceEnabled, boolean openAtStartup, ProjectACL.AccessLevel universalAccess, boolean undoEnabled) org.eclipse.rdf4j.repository.Repository
Project.createReadOnlyRepository
(RepositoryAccess repositoryAccess, String repositoryId, PluginSpecification repoConfigurerSpecification, String localRepostoryId, String backendType, boolean customizeSearch) org.eclipse.rdf4j.repository.Repository
Project.createRepository
(RepositoryAccess repositoryAccess, String repositoryId, PluginSpecification repoConfigurerSpecification, String localRepostoryId) org.eclipse.rdf4j.repository.Repository
Project.createRepository
(RepositoryAccess repositoryAccess, String repositoryId, PluginSpecification repoConfigurerSpecification, String localRepostoryId, boolean readOnlyWrapper, String backendType, boolean customizeSearch) Creates a new repository.static RepositoryLocation
RepositoryLocation.fromRepositoryAccess
(RepositoryAccess repositoryAccess)