Class ProjectMetadataStore

java.lang.Object
it.uniroma2.art.semanticturkey.settings.metadata.ProjectMetadataStore
All Implemented Interfaces:
IdentifiableComponent, ProjectSettingsManager<StoredProjectMetadata>, SettingsManager, SystemSettingsManager<StoredProjectMetadata>

@Component public class ProjectMetadataStore extends Object implements SystemSettingsManager<StoredProjectMetadata>, ProjectSettingsManager<StoredProjectMetadata>
A storage for project metadata
Author:
Manuel Fiorelli
  • Constructor Details

    • ProjectMetadataStore

      public ProjectMetadataStore()
  • Method Details

    • isStatic

      public boolean isStatic()
      Description copied from interface: SettingsManager
      Tells whether the settings manager is multiverse-insensitive: always managing the same set of settings.
      Specified by:
      isStatic in interface SettingsManager
      Returns:
    • getId

      public String getId()
      Description copied from interface: IdentifiableComponent
      returns the identifier of this component
      Specified by:
      getId in interface IdentifiableComponent
      Returns:
      the identifier of this component