Interface RevisionMetaData

All Superinterfaces:
Serializable

public interface RevisionMetaData extends Serializable
This interface represents metadata of an specific revision.
Since:
4.0.47
See Also:
  • Method Details

    • getFiles

      @Deprecated(since="5.2.230103") Collection<de.espirit.storage.File> getFiles()
      Deprecated.
      since 5.2.230103 - use getChangedStoreElements()
      Returns an unmodifiable collection of files modified by the belonging revision.
      Since:
      4.0.47
    • getChangedStoreElements

      Returns an unmodifiable map of storeelement changes indicating all changes processed in the belonging revision. The store element is identified by the BasicElementInfo. The value of the map is an mapping of change type to RevisionChangeDetail.
      Returns:
      storeelement changes
      Since:
      4.0.59
    • getOperation

      @Nullable @Nullable RevisionOperation<?> getOperation()
      Returns the revision operation.
      Returns:
      the revision operation.
      Since:
      4.0.120