Interface Evolution


public interface Evolution
Value object representing a single version in the evolution of a content resource.
  • 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