Class DocumentHistoryEntry


  • public class DocumentHistoryEntry
    extends Object
    A document history entry wrapping one manipulation state of a document.
    • Constructor Detail

      • DocumentHistoryEntry

        public DocumentHistoryEntry()
      • DocumentHistoryEntry

        public DocumentHistoryEntry​(String dateTime,
                                    String fileName,
                                    Integer id)
    • Method Detail

      • getActive

        @Nullable
        public @Nullable Boolean getActive()
        When this is set to **true** the entry is still active and may be reverted to.
        Returns:
        active
      • setActive

        public void setActive​(Boolean active)
      • getDateTime

        @Nullable
        public @Nullable String getDateTime()
        The creation time of the entry.
        Returns:
        dateTime
      • getFileName

        @Nullable
        public @Nullable String getFileName()
        The file name used for this entry.
        Returns:
        fileName
      • getId

        @NotNull
        public @NotNull Integer getId()
        The unique history id in the server“s **document storage**.
        Returns:
        id
      • getOperation

        @Nullable
        public @Nullable String getOperation()
        The name of the operation executed for the entry. (The name of the webservice - optionally followed by ':' and the name of the executed operation.)
        Returns:
        operation
      • setOperation

        public void setOperation​(String operation)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object