Package com.orchestranetworks.instance
Class RepositoryDeclaration
- java.lang.Object
-
- com.orchestranetworks.instance.RepositoryDeclaration
-
public final class RepositoryDeclaration extends Object
Provides general management information about a repository.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_REPOSITORY_LABEL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormatId()Returns an identifier for the format of the physical store.RepositoryIdgetRepositoryId()Returns an identifier for the repository.StringgetRepositoryLabel()Returns a label for the repository.StringtoString()
-
-
-
Field Detail
-
DEFAULT_REPOSITORY_LABEL
public static final String DEFAULT_REPOSITORY_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
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. AformatIdis used to ensure the mapping to a specific relational database and for repository migration, when the persistence format changes.
-
-