Uses of Class
it.uniroma2.art.semanticturkey.properties.STPropertyUpdateException
Packages that use STPropertyUpdateException
Package
Description
-
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.config
Methods in it.uniroma2.art.semanticturkey.config that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptiondefault void
ConfigurationManager.storeConfiguration
(Reference reference, CONFTYPE configuration) default void
ProjectConfigurationManager.storeProjectConfiguration
(Project project, String identifier, CONFTYPE configuration) default void
PUConfigurationManager.storeProjectConfiguration
(Project project, STUser user, String identifier, CONFTYPE configuration) default void
SystemConfigurationManager.storeSystemConfiguration
(String identifier, CONFTYPE configuration) default void
UserConfigurationManager.storeUserConfiguration
(STUser user, String identifier, CONFTYPE configuration) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.config.impl
Methods in it.uniroma2.art.semanticturkey.config.impl that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionstatic <CONFTYPE extends Configuration>
voidConfigurationSupport.storeConfiguration
(File folder, String identifier, CONFTYPE configuration) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.customviews
Methods in it.uniroma2.art.semanticturkey.customviews that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionvoid
CustomViewsManager.storeAssociation
(org.eclipse.rdf4j.model.IRI property, String customViewRef, ViewsEnum defaultView) void
CustomViewsManager.storeCustomView
(Reference reference, CustomView customView) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.extension
Methods in it.uniroma2.art.semanticturkey.extension that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionvoid
ExtensionPointManager.storeConfiguration
(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) void
ExtensionPointManager.storeSetting
(String componentID, Project project, STUser loggedUser, UsersGroup group, Scope scope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManager.storeSettingDefault
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManager.storeSettings
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) void
ExtensionPointManager.storeSettingsDefault
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.extension.extpts.collaboration
Methods in it.uniroma2.art.semanticturkey.extension.extpts.collaboration that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionvoid
CollaborationBackend.assignProject
(com.fasterxml.jackson.databind.node.ObjectNode projectJson) void
CollaborationBackend.createProject
(com.fasterxml.jackson.databind.node.ObjectNode projectJson) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.extension.impl
Methods in it.uniroma2.art.semanticturkey.extension.impl that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionvoid
ExtensionPointManagerImpl.storeConfiguration
(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) void
ExtensionPointManagerImpl.storeSetting
(String componentID, Project project, STUser loggedUser, UsersGroup group, Scope scope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManagerImpl.storeSettingDefault
(String componentID, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, String property, com.fasterxml.jackson.databind.JsonNode propertyValue) void
ExtensionPointManagerImpl.storeSettings
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, com.fasterxml.jackson.databind.node.ObjectNode settings) void
ExtensionPointManagerImpl.storeSettingsDefault
(String componentIdentifier, Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, com.fasterxml.jackson.databind.node.ObjectNode settings) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.extension.settings
Methods in it.uniroma2.art.semanticturkey.extension.settings that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptiondefault void
PGSettingsManager.storeProjectSettings
(Project project, UsersGroup group, T settings) default void
ProjectSettingsManager.storeProjectSettings
(Project project, T settings) default void
PUSettingsManager.storeProjectSettings
(Project project, STUser user, T settings) default void
ProjectSettingsManager.storeProjectSettingsDefault
(T settings) default void
PUSettingsManager.storePUSettingsProjectDefault
(Project project, T settings) default void
PUSettingsManager.storePUSettingsSystemDefault
(T settings) default void
PUSettingsManager.storePUSettingsUserDefault
(STUser user, T settings) default void
SettingsManager.storeSettings
(Project project, STUser user, UsersGroup group, Scope scope, Settings settings) default void
SettingsManager.storeSettingsDefault
(Project project, STUser user, UsersGroup group, Scope scope, Scope defaultScope, Settings settings) default void
SystemSettingsManager.storeSystemSettings
(T settings) default void
UserSettingsManager.storeUserSettings
(STUser user, T settings) default void
UserSettingsManager.storeUserSettingsDefault
(T settings) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.notification
Methods in it.uniroma2.art.semanticturkey.notification that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionvoid
ResourceChangeNotificationManager.disableNotificationDigest()
void
ResourceChangeNotificationManager.setNotificationDigestSchedule
(NotificationSystemSettings.CronDefinition schedule) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project that throw STPropertyUpdateExceptionModifier 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) void
OntologyImportSourceManager.setImportSources
(String repo, Map<String, String> importSourcesMap) -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.properties
Subclasses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.propertiesModifier and TypeClassDescriptionclass
class
Methods in it.uniroma2.art.semanticturkey.properties that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionstatic void
STPropertiesManager.setPGSettings
(STProperties preferences, World world, Project project, UsersGroup group, String pluginID, boolean allowIncompletePropValueSet) Sets the values of pg_setting related to the given project-group-pluginstatic void
STPropertiesManager.setProjectSettings
(STProperties settings, World world, Project project, String pluginID, boolean allowIncompletePropValueSet) Sets the values of project settings related to a plugin.static void
STPropertiesManager.setProjectSettingsDefault
(STProperties settings, World world, String pluginID, boolean allowIncompletePropValueSet) Sets the value of a default project setting at system level.static void
STPropertiesManager.setPUSettings
(STProperties preferences, World world, Project project, STUser user, String pluginID, boolean allowIncompletePropValueSet) Sets the values of pu_setting related to the given project-user-pluginstatic void
STPropertiesManager.setPUSettingsProjectDefault
(STProperties settings, World world, Project project, String pluginID, boolean allowIncompletePropValueSet) Sets the value of a default pu-setting at project level.static void
STPropertiesManager.setPUSettingsSystemDefault
(STProperties settings, World world, String pluginID, boolean allowIncompletePropValueSet) Sets the value of a default pu-setting at system level.static void
STPropertiesManager.setPUSettingsUserDefault
(STProperties settings, World world, STUser user, String pluginID, boolean allowIncompletePropValueSet) Sets the value of a default pu-setting at user level.static void
STPropertiesManager.setSystemSettings
(STProperties settings, String pluginID) static void
STPropertiesManager.setSystemSettings
(STProperties settings, String pluginID, boolean allowIncompletePropValueSet) static void
STPropertiesManager.setUserSettings
(STProperties preferences, World world, STUser user, String pluginID, boolean allowIncompletePropValueSet) static void
STPropertiesManager.setUserSettingsDefault
(STProperties settings, World world, String pluginID, boolean allowIncompletePropValueSet) Sets the value of a default user setting at system level. -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.resources
Methods in it.uniroma2.art.semanticturkey.resources that throw STPropertyUpdateException -
Uses of STPropertyUpdateException in it.uniroma2.art.semanticturkey.user
Methods in it.uniroma2.art.semanticturkey.user that throw STPropertyUpdateExceptionModifier and TypeMethodDescriptionstatic void
static void
UsersManager.addSuperUser
(STUser user) static void
UsersManager.clearExpiredUnverifiedUser()
Delete the user that have not been verified after 48 hours of the registrationstatic void
UsersManager.deleteUser
(STUser user) Delete the user with the given emailstatic void
UsersManager.removeAdmin
(STUser user) static void
UsersManager.removeSuperUser
(STUser user)