Package com.comsol.api.database.result
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcommitComment()Returns the associated commit comment written when the item version was saved.-
Methods inherited from interface com.comsol.api.database.result.ItemVersionResult
branchKey, commitKey, databaseKey, itemKey, itemSaveType, itemVersionKey, itemVersionType, originItemKey, owner, repositoryKey, saved, savedBy, title
-
-