Class AutomationTrigger

  • All Implemented Interfaces:
    Serializable

    public class AutomationTrigger
    extends com.logicaldoc.core.PersistentObject
    Conditions to trigger an AutomationRoutine
    Since:
    8.1
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • AutomationTrigger

        public AutomationTrigger()
    • Method Detail

      • getEvents

        public String getEvents()
      • setEvents

        public void setEvents​(String events)
      • getFolderId

        public Long getFolderId()
      • setFolderId

        public void setFolderId​(Long folderId)
      • getRoutineId

        public Long getRoutineId()
      • setRoutineId

        public void setRoutineId​(Long routineId)
      • getAutomation

        public String getAutomation()
      • setAutomation

        public void setAutomation​(String automation)
      • getDate

        public Date getDate()
      • setDate

        public void setDate​(Date date)
      • getCron

        public String getCron()
      • setCron

        public void setCron​(String cron)
      • getTriggered

        public int getTriggered()
      • setTriggered

        public void setTriggered​(int triggered)