wt.identity
Interface VersionedDisplayIdentity
- All Superinterfaces:
- DisplayIdentity, IteratedDisplayIdentity, LocalizableMessage, Message
- All Known Implementing Classes:
- StandardVersionedDisplayIdentity, StandardViewVersionedDisplayIdentity
public interface VersionedDisplayIdentity
- extends IteratedDisplayIdentity
Defines the identity of versioned information. An information object
is versioned if simultaneously there may exist multiple instances, all
with the same base or common identification and each individual instance
having some additional identification. The additional identification
distinguishes the instance from other instances.
For example, different instances of the same document are identified
by different revision identifiers. The document name identifies the
concept, the revision identifies the version.
Supported API: true
Extendable: true