Uses of Class
it.uniroma2.art.semanticturkey.properties.WrongPropertiesException
Packages that use WrongPropertiesException
Package
Description
-
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.config
Methods in it.uniroma2.art.semanticturkey.config that throw WrongPropertiesExceptionModifier and TypeMethodDescriptiondefault voidConfigurationManager.storeConfiguration(Reference reference, CONFTYPE configuration) default voidProjectConfigurationManager.storeProjectConfiguration(Project project, String identifier, CONFTYPE configuration) default voidPUConfigurationManager.storeProjectConfiguration(Project project, STUser user, String identifier, CONFTYPE configuration) default voidSystemConfigurationManager.storeSystemConfiguration(String identifier, CONFTYPE configuration) default voidUserConfigurationManager.storeUserConfiguration(AuthenticatedActor user, String identifier, CONFTYPE configuration) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.config.impl
Methods in it.uniroma2.art.semanticturkey.config.impl that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionstatic ConfigurationConfigurationSupport.createConfiguration(ConfigurationManager<?> configurationManager, Map<String, Object> properties) static <CONFTYPE extends Configuration>
voidConfigurationSupport.storeConfiguration(File folder, String identifier, CONFTYPE configuration) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.customviews
Methods in it.uniroma2.art.semanticturkey.customviews that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionvoidCustomViewsManager.storeAssociation(org.eclipse.rdf4j.model.IRI property, String customViewRef, ViewsEnum defaultView) voidCustomViewsManager.storeCustomView(Reference reference, CustomView customView) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.extension
Methods in it.uniroma2.art.semanticturkey.extension that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionExtensionPointManager.getConfiguration(String componentIdentifier, Reference reference) Returns a stored configuration located with the supplied identifierdefault <T extends Extension,C extends Configuration>
TExtensionPointManager.instantiateExtension(Class<T> targetInterface, C conf) Create an instance of an extension that conforms totargetInterface, following the providedConfigurationdefault <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, AuthenticatedActor user) voidExtensionPointManager.storeConfiguration(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) voidExtensionPointManager.storeSetting(String componentID, Project project, AuthenticatedActor loggedUser, UsersGroup group, Scope scope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) voidExtensionPointManager.storeSettingDefault(String componentIdentifier, Project project, AuthenticatedActor user, UsersGroup group, Scope scope, Scope defaultScope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) voidExtensionPointManager.storeSettings(String componentIdentifier, Project project, AuthenticatedActor user, UsersGroup group, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) voidExtensionPointManager.storeSettingsDefault(String componentIdentifier, Project project, AuthenticatedActor user, UsersGroup group, Scope scope, Scope defaultScope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.extension.extpts.datasetcatalog
Methods in it.uniroma2.art.semanticturkey.extension.extpts.datasetcatalog that throw WrongPropertiesExceptionModifier 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.DatasetCatalogManager.describeDataset(PluginSpecification connectorSpec, Optional<Project> project, com.fasterxml.jackson.databind.node.ObjectNode connectorConfig, String datasetId) Retrieves the description of a dataset from a dataset catalog connector.AbstractDatasetCatalogManager.getDatasetCatalogSettingsConfiguration(String catalogId, String extensionId) Retrieves the configuration settings associated with a dataset catalog by matching the catalog ID and extension ID.AbstractDatasetCatalogManager.getLatestVersion(PluginSpecification connectorSpec, Optional<Project> project, com.fasterxml.jackson.databind.node.ObjectNode connectorConfig, String datasetId) Retrieves the latest version of a dataset by using the specified connector, project, and configuration details.DatasetCatalogManager.initFactoryDatasetCatalogSettings()Initializes the factory dataset catalog settings for the system by analyzing the existing dataset settings and available extension factories.voidDatasetCatalogManager.removeDatasetCatalogSettings(String catalogId, String extensionId) Removes a dataset catalog from the system settings based on the provided catalog ID and extension ID.DatasetCatalogManager.searchDataset(PluginSpecification connectorSpec, Optional<Project> project, com.fasterxml.jackson.databind.node.ObjectNode connectorConfig, String query, Map<String, List<String>> facets, int page) Performs a search for datasets using the specified parameters and returns a paginated result.voidDatasetCatalogManager.setDatasetCatalogSettings(com.fasterxml.jackson.databind.node.ObjectNode datasetCatalogSettings, com.fasterxml.jackson.databind.node.ObjectNode datasetCatalogConfig) Updates the dataset catalog settings for a specified catalog based on the provided settings model and configuration. -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.extension.impl
Methods in it.uniroma2.art.semanticturkey.extension.impl that throw WrongPropertiesExceptionModifier and TypeMethodDescription<T extends Extension,C extends Configuration>
TExtensionPointManagerImpl.instantiateExtension(Class<T> targetInterface, PluginSpecification spec, Project project, AuthenticatedActor user) voidExtensionPointManagerImpl.storeConfiguration(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) voidExtensionPointManagerImpl.storeSetting(String componentID, Project project, AuthenticatedActor loggedUser, UsersGroup group, Scope scope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) voidExtensionPointManagerImpl.storeSettingDefault(String componentID, Project project, AuthenticatedActor user, UsersGroup group, Scope scope, Scope defaultScope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) voidExtensionPointManagerImpl.storeSettings(String componentIdentifier, Project project, AuthenticatedActor user, UsersGroup group, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) voidExtensionPointManagerImpl.storeSettingsDefault(String componentIdentifier, Project project, AuthenticatedActor user, UsersGroup group, Scope scope, Scope defaultScope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.extension.settings.impl
Methods in it.uniroma2.art.semanticturkey.extension.settings.impl that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionstatic SettingsSettingsSupport.createSettings(SettingsManager settingsManager, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.plugin.configuration
Methods in it.uniroma2.art.semanticturkey.plugin.configuration that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionvoidAbstractPluginConfiguration.setPropertyValue(String id, Object value) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project that throw WrongPropertiesExceptionModifier 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 WrongPropertiesException in it.uniroma2.art.semanticturkey.properties
Methods in it.uniroma2.art.semanticturkey.properties that throw WrongPropertiesExceptionModifier and TypeMethodDescriptiondefault voidSTProperties.loadProperties(File propertyFile) invokesSTProperties.setPropertyValue(String, Object)on each of the property/value pairs found inpropertyFilevoidSTPropertiesImpl.loadProperties(File propertyFile) default voidSTProperties.setProperties(Properties props) invokesSTProperties.setPropertyValue(String, Object)on each of the property/value pairs found inpropertiesvoidSTPropertiesImpl.setProperties(Properties props) default voidSTProperties.setPropertyValue(String id, Object value) voidSTPropertiesImpl.setPropertyValue(String id, Object value) default voidSTProperties.storeProperties(File propertyFile) stores the properties in this instance in filepropertyFiledefault voidSTProperties.storeProperties(Properties properties) stores the properties in this instance in the givenPropertiesobjectpropertiesvoidSTPropertiesImpl.storeProperties(File propertyFile) voidSTPropertiesImpl.storeProperties(Properties properties) Constructors in it.uniroma2.art.semanticturkey.properties that throw WrongPropertiesException -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.properties.dynamic
Methods in it.uniroma2.art.semanticturkey.properties.dynamic that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionvoidDynamicSTProperties.setPropertyValue(String id, Object value) -
Uses of WrongPropertiesException in it.uniroma2.art.semanticturkey.security.apikey
Methods in it.uniroma2.art.semanticturkey.security.apikey that throw WrongPropertiesExceptionModifier and TypeMethodDescriptionvoidApiKeyService.deleteApiKey(String id) Deletes an API key with the provided ID from the system's settings.voidApiKeyService.saveApiKey(String key, List<org.eclipse.rdf4j.model.IRI> allowedOrigins, org.eclipse.rdf4j.model.IRI system) Saves an API key along with its properties such as allowed origins, associated system, creation timestamp, expiration time, and other related metadata.voidApiKeyService.updateApiKey(ApiKeySettings apiKeySettings) Updates an existing API key with the provided settings.