Class GUIAutomationTrigger

  • All Implemented Interfaces:
    Serializable

    public class GUIAutomationTrigger
    extends Object
    implements Serializable
    Defins the rules to automatically trigger a routine.
    Since:
    8.1
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • GUIAutomationTrigger

        public GUIAutomationTrigger()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getEvents

        public String getEvents()
      • getEventsArray

        public String[] getEventsArray()
      • setEvents

        public void setEvents​(String events)
      • setFolder

        public void setFolder​(GUIFolder folder)
      • 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)