public interface Versioned
This allows us to have a common set of attributes and audit events relating to the versioning of entities. Prominent
examples are ExternalDatabase
and ArrayDesign
.
These entities can be made auditable, in which case VersionedEvent
can be used to represent events such as a new release, a genome patch update being applied, etc.
Modifier and Type | Method and Description |
---|---|
Date |
getLastUpdated()
The last updated date, if known.
|
URL |
getReleaseUrl()
External URL to the release, if applicable.
|
String |
getReleaseVersion()
The version of the release, if applicable.
|
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.