@ProviderType
public interface VersionDef
Instances of this interface are considered to hold "lightweight" representations of a version - they're just defining the basic data required to reference a version, not to access its content.
To access the actual versioned content, see
Versionable.getVersionedContent(VersionDef)
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets a human-readable description of the represented version.
|
java.lang.String |
getIdentifier()
Gets a text-based identifier for the represented version.
|
java.lang.String getIdentifier()
The identifier has to be unique for the implementation. Otherwise, it is left to the implementation what that identifier may look like.
java.lang.String getDescription()
Copyright © 2010 - 2020 Adobe. All Rights Reserved