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 TypeClassDescriptionclassDescribes the access to a remote server for accessing existing (remote) repositories.classDescribes the creation of new local repositories inside the project.classDescribes the access to a remote server for the creation of new (remote) repositories.classAbstract 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 TypeMethodDescriptionProjectManager.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 shardName, 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, boolean flattenGraphs, TransitiveImportMethodAllowance transitiveImportAllowance, Set<org.eclipse.rdf4j.model.IRI> failedImports, String leftDataset, String rightDataset, String refDataset, String docSet, boolean shaclEnabled, SHACLSettings shaclSettings, boolean trivialInferenceEnabled, boolean openAtStartup, ProjectACL.AccessLevel universalAccess, ProjectVisibility visibility, boolean undoEnabled, String description, Consumer<Project> callbackBeforeReturning) org.eclipse.rdf4j.repository.RepositoryProject.createProjectShard(RepositoryAccess repositoryAccess, String repositoryId, PluginSpecification repoConfigurerSpecification, String shardName, boolean editable, boolean asDefault, String backendType, boolean customizeSearch) Creates a new project shard.static RepositoryLocationRepositoryLocation.fromRepositoryAccess(RepositoryAccess repositoryAccess) -
Uses of RepositoryAccess in it.uniroma2.art.semanticturkey.services
Methods in it.uniroma2.art.semanticturkey.services with parameters of type RepositoryAccessModifier and TypeMethodDescriptionprotected voidSTServiceAdapter.resolveRemoteRepositoryAccess(RepositoryAccess repositoryAccess) Resolves repository access details (serverURL, username, password) for remote repositories.