Class AutomationTrigger
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.enterprise.automation.AutomationTrigger
-
public class AutomationTrigger extends com.logicaldoc.core.PersistentObject
Conditions to trigger an AutomationRoutine- Since:
- 8.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description AutomationTrigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAutomation()
String
getEvents()
Long
getFolderId()
Long
getRoutineId()
void
setAutomation(String automation)
void
setEvents(String events)
void
setFolderId(Long folderId)
void
setRoutineId(Long routineId)
-
-
-
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)
-
-