Class AutomationTrigger
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.enterprise.automation.AutomationTrigger
-
public class AutomationTrigger extends com.logicaldoc.core.PersistentObjectConditions 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 StringgetAutomation()StringgetEvents()LonggetFolderId()LonggetRoutineId()voidsetAutomation(String automation)voidsetEvents(String events)voidsetFolderId(Long folderId)voidsetRoutineId(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)
-
-