Class RobotHistory

java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.history.History
com.logicaldoc.robot.RobotHistory
All Implemented Interfaces:
Serializable, Comparable<com.logicaldoc.core.history.History>

@Entity public class RobotHistory extends com.logicaldoc.core.history.History
History entry due to an event of a Robot.
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Summary

    Fields inherited from class com.logicaldoc.core.history.History

    ASPECT

    Fields inherited from class com.logicaldoc.core.PersistentObject

    DELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    RobotHistory(com.logicaldoc.core.security.Session session)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    long
     
     
    int
     
    void
     
    void
    setRobot(Robot robot)
     
    void
    setRobotId(long robotId)
     
    void
    setRobotName(String robotName)
     

    Methods inherited from class com.logicaldoc.core.history.History

    compareTo, eventTables, getComment, getDate, getDevice, getEvent, getGeolocation, getIp, getKeyLabel, getNotified, getPath, getSessionId, getTenant, getUser, getUserId, getUserLogin, getUsername, isNotifyEvent, setClient, setComment, setDate, setDevice, setGeolocation, setIp, setKeyLabel, setNotified, setNotifyEvent, setPath, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsername, 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
  • Constructor Details

    • RobotHistory

      public RobotHistory()
    • RobotHistory

      public RobotHistory(com.logicaldoc.core.security.Session session)
    • RobotHistory

      public RobotHistory(RobotHistory source)
  • Method Details

    • setEvent

      public void setEvent(RobotEvent event)
    • getEventEnum

      public RobotEvent getEventEnum()
    • getRobotId

      public long getRobotId()
    • setRobotId

      public void setRobotId(long robotId)
    • getRobotName

      public String getRobotName()
    • setRobotName

      public void setRobotName(String robotName)
    • setRobot

      public void setRobot(Robot robot)
    • hashCode

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

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