Package com.adobe.acs.commons.version
Interface Evolution
public interface Evolution
Value object representing a single version in the evolution of a content resource.
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of individual entries in this evolution from the prior version.boolean
-
Method Details
-
isCurrent
boolean isCurrent() -
getVersionName
String getVersionName() -
getVersionDate
Date getVersionDate() -
getVersionEntries
List<EvolutionEntry> getVersionEntries()Get the list of individual entries in this evolution from the prior version.- Returns:
- a list of entries
-