Class OCRHistory

java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.History
com.logicaldoc.ocr.OCRHistory
All Implemented Interfaces:
Serializable, Comparable<com.logicaldoc.core.History>

public class OCRHistory extends com.logicaldoc.core.History
History entry to record OCR events
Since:
8.8.5
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class com.logicaldoc.core.History

    ASPECT

    Fields inherited from class com.logicaldoc.core.PersistentObject

    DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class com.logicaldoc.core.History

    compareTo, getColor, getComment, getDate, getDevice, getDocId, getDocument, getEvent, getFile, getFilename, getFilenameOld, getFileSize, getFileVersion, getFolder, getFolderId, getGeolocation, getIp, getIsNew, getKeyLabel, getNotified, getPath, getPathOld, getReason, getSessionId, getTenant, getUser, getUserId, getUserLogin, getUsername, getVersion, isNotifyEvent, setClient, setColor, setComment, setDate, setDevice, setDocId, setDocument, setEvent, setFile, setFilename, setFilenameOld, setFileSize, setFileVersion, setFolder, setFolderId, setGeolocation, setIp, setIsNew, setKeyLabel, setNotified, setNotifyEvent, setPath, setPathOld, setReason, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsername, setVersion, toString

    Methods inherited from class com.logicaldoc.core.PersistentObject

    getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • OCRHistory

      public OCRHistory()
    • OCRHistory

      public OCRHistory(OCRHistory source)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.logicaldoc.core.History
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class com.logicaldoc.core.History