Interface HasVersionId

All Superinterfaces:
HasLog
All Known Subinterfaces:
DMSDocForm, DMSFolderForm, DMSForm, DMSNote, DMSWebLink

public interface HasVersionId extends HasLog
History Entries with a special Version id
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Return a numerical id for the version.
    void
    setVersionId(long vid)
    Set the version id for the object.
  • Method Details

    • getVersionId

      long getVersionId()
      Return a numerical id for the version. If 0 is returned each change will cause a new version, otherwise only one version will be written per id.
      Returns:
      the id
    • setVersionId

      void setVersionId(long vid)
      Set the version id for the object.
      Parameters:
      vid -