Class AutomationTrigger
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.enterprise.automation.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 Summary
Constructors Constructor Description AutomationTrigger()
AutomationTrigger(AutomationTrigger source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAutomation()
String
getCron()
Date
getDate()
String
getEvents()
Long
getFolderId()
Long
getRoutineId()
int
getTriggered()
void
setAutomation(String automation)
void
setCron(String cron)
void
setDate(Date date)
void
setEvents(String events)
void
setFolderId(Long folderId)
void
setRoutineId(Long routineId)
void
setTriggered(int triggered)
-
-
-
Constructor Detail
-
AutomationTrigger
public AutomationTrigger()
-
AutomationTrigger
public AutomationTrigger(AutomationTrigger source)
-
-
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)
-
-