Class GUIAutomationTrigger

java.lang.Object
com.logicaldoc.gui.common.client.beans.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:
  • Constructor Details

    • GUIAutomationTrigger

      public GUIAutomationTrigger()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getEvents

      public String getEvents()
    • getEventsArray

      public String[] getEventsArray()
    • setEvents

      public void setEvents(String events)
    • getFolder

      public GUIFolder getFolder()
    • setFolder

      public void setFolder(GUIFolder folder)
    • getAutomation

      public String getAutomation()
    • setAutomation

      public void setAutomation(String automation)
    • getRoutine

      public GUIAutomationRoutine getRoutine()
    • setRoutine

      public void setRoutine(GUIAutomationRoutine routine)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getCron

      public String getCron()
    • setCron

      public void setCron(String cron)