Uses of Class
it.uniroma2.art.semanticturkey.extension.NoSuchConfigurationManager
Packages that use NoSuchConfigurationManager
Package
Description
-
Uses of NoSuchConfigurationManager in it.uniroma2.art.semanticturkey.customviews
Constructors in it.uniroma2.art.semanticturkey.customviews that throw NoSuchConfigurationManagerModifierConstructorDescriptionCustomViewsManager(Project project, ExtensionPointManager exptManager) -
Uses of NoSuchConfigurationManager in it.uniroma2.art.semanticturkey.extension
Methods in it.uniroma2.art.semanticturkey.extension that throw NoSuchConfigurationManagerModifier and TypeMethodDescriptionvoidExtensionPointManager.deleteConfiguraton(String componentIdentifier, Reference reference) ExtensionPointManager.getConfiguration(String componentIdentifier, Reference reference) Returns a stored configuration located with the supplied identifierExtensionPointManager.getConfigurationManager(String componentID) ExtensionPointManager.getConfigurationReferences(Project project, STUser user, String componentIdentifier) Returns the stored configurations associated with a given componentExtensionPointManager.getFactoryConfigurationsMetadata(String componentID) voidExtensionPointManager.storeConfiguration(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) -
Uses of NoSuchConfigurationManager in it.uniroma2.art.semanticturkey.extension.extpts.datasetcatalog
Methods in it.uniroma2.art.semanticturkey.extension.extpts.datasetcatalog that throw NoSuchConfigurationManagerModifier and TypeMethodDescriptionvoidDatasetCatalogManager.addDatasetCatalogSettings(com.fasterxml.jackson.databind.node.ObjectNode datasetCatalogSettings, com.fasterxml.jackson.databind.node.ObjectNode datasetCatalogConfig) Adds a new dataset catalog with the provided settings and configuration.protected ConfigurationAbstractDatasetCatalogManager.findFactoryConfiguration(DatasetCatalogSettings datasetCatalogSettings) Retrieves the factory configuration for the specified dataset catalog settings.AbstractDatasetCatalogManager.getDatasetCatalogSettingsConfiguration(String catalogId, String extensionId) Retrieves the configuration settings associated with a dataset catalog by matching the catalog ID and extension ID.voidDatasetCatalogManager.removeDatasetCatalogSettings(String catalogId, String extensionId) Removes a dataset catalog from the system settings based on the provided catalog ID and extension ID. -
Uses of NoSuchConfigurationManager in it.uniroma2.art.semanticturkey.extension.impl
Methods in it.uniroma2.art.semanticturkey.extension.impl that throw NoSuchConfigurationManagerModifier and TypeMethodDescriptionvoidExtensionPointManagerImpl.deleteConfiguraton(String componentIdentifier, Reference reference) ExtensionPointManagerImpl.getConfiguration(String componentIdentifier, Reference reference) ExtensionPointManagerImpl.getConfigurationManager(String componentIdentifier) ExtensionPointManagerImpl.getConfigurationReferences(Project project, STUser user, String componentIdentifier) ExtensionPointManagerImpl.getFactoryConfigurationsMetadata(String componentID) voidExtensionPointManagerImpl.storeConfiguration(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) -
Uses of NoSuchConfigurationManager in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project that throw NoSuchConfigurationManagerModifier 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) -
Uses of NoSuchConfigurationManager in it.uniroma2.art.semanticturkey.versioning
Methods in it.uniroma2.art.semanticturkey.versioning that throw NoSuchConfigurationManagerModifier and TypeMethodDescriptionResourceMetadataManager.getResourceMetadataAssociationStore()ResourceMetadataManager.getResourceMetadataPattern(Project project, String reference) Returns theResourceMetadataPatternwith the given reference.ResourceMetadataManager.getResourceMetadataPatternStore()