Uses of Class
it.uniroma2.art.semanticturkey.plugin.PluginSpecification
Packages that use PluginSpecification
Package
Description
-
Uses of PluginSpecification in it.uniroma2.art.semanticturkey.converters
Methods in it.uniroma2.art.semanticturkey.converters that return PluginSpecificationModifier and TypeMethodDescription -
Uses of PluginSpecification in it.uniroma2.art.semanticturkey.extension
Methods in it.uniroma2.art.semanticturkey.extension that return PluginSpecificationModifier and TypeMethodDescriptiondefault <T extends Extension,
C extends Configuration>
PluginSpecificationExtensionPointManager.buildPluginSpecification
(Class<T> targetInterface, C conf) Methods in it.uniroma2.art.semanticturkey.extension with parameters of type PluginSpecificationModifier and TypeMethodDescriptiondefault <T extends Extension>
TExtensionPointManager.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec) Create an instance of an extension that conforms totargetInterface
, following the providedspec
<T extends Extension,
C extends Configuration>
TExtensionPointManager.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec, Project project, STUser user) -
Uses of PluginSpecification in it.uniroma2.art.semanticturkey.extension.extpts.deployer
Fields in it.uniroma2.art.semanticturkey.extension.extpts.deployer declared as PluginSpecificationModifier and TypeFieldDescriptionDeploymentConstraintsViolationException.Repair.transformerSpecification
-
Uses of PluginSpecification in it.uniroma2.art.semanticturkey.extension.impl
Methods in it.uniroma2.art.semanticturkey.extension.impl with parameters of type PluginSpecificationModifier and TypeMethodDescription<T extends Extension,
C extends Configuration>
TExtensionPointManagerImpl.instantiateExtension
(Class<T> targetInterface, PluginSpecification spec, Project project, STUser user) -
Uses of PluginSpecification in it.uniroma2.art.semanticturkey.extension.impl.rendering
Methods in it.uniroma2.art.semanticturkey.extension.impl.rendering that return types with arguments of type PluginSpecificationModifier and TypeMethodDescriptionstatic Optional<PluginSpecification>
BaseRenderingEngine.getRenderingEngineSpecificationForLexicalModel
(org.eclipse.rdf4j.model.IRI lexicalizationModel) -
Uses of PluginSpecification in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project with parameters of type PluginSpecificationModifier 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. -
Uses of PluginSpecification in it.uniroma2.art.semanticturkey.showvoc
Methods in it.uniroma2.art.semanticturkey.showvoc with parameters of type PluginSpecificationModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
RemoteSTConnector.createProject
(String projectName, String baseURI, org.eclipse.rdf4j.model.IRI model, org.eclipse.rdf4j.model.IRI lexicalizationModel, PluginSpecification coreRepoSailConfigurerSpecification) com.fasterxml.jackson.databind.node.ObjectNode
RemoteSTConnector.createProject
(String projectName, String baseURI, org.eclipse.rdf4j.model.IRI model, org.eclipse.rdf4j.model.IRI lexicalizationModel, PluginSpecification coreRepoSailConfigurerSpecification, PluginSpecification supportRepoSailConfigurerSpecification, boolean historyEnabled, boolean validationEnabled, boolean undoEnabled) com.fasterxml.jackson.databind.node.ObjectNode
RemoteSTConnector.loadRDF
(String projectName, String baseURI, File file, String format, PluginSpecification rdfLifterSpec, TransitiveImportMethodAllowance transitiveImportAllowance, boolean targetGraphsFromData)