Class RepositoryDeclaration

java.lang.Object
com.orchestranetworks.instance.RepositoryDeclaration

public final class RepositoryDeclaration extends Object
Provides general management information about a repository.
  • Field Details

  • Method Details

    • getRepositoryId

      public RepositoryId getRepositoryId()
      Returns an identifier for the repository.
    • getRepositoryLabel

      public String getRepositoryLabel()
      Returns a label for the repository.
    • getFormatId

      public String getFormatId()
      Returns an identifier for the format of the physical store. A formatId is used to ensure the mapping to a specific relational database and for repository migration, when the persistence format changes.
    • toString

      public String toString()
      Overrides:
      toString in class Object