Interface SearchItemVersionResult

  • All Superinterfaces:
    DatabaseApiValue, ItemVersionResult

    public interface SearchItemVersionResult
    extends ItemVersionResult
    The item version result returned when searching item versions in a Model Manager database. This could correspond to either a latest version or a historical version.
    • Method Detail

      • commitComment

        java.lang.String commitComment()
        Returns the associated commit comment written when the item version was saved. May be null.
        Returns:
        The associated comment for the commit corresponding to the item version. May be null.