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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIAutomationTrigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAutomation()
String
getEvents()
String[]
getEventsArray()
GUIFolder
getFolder()
long
getId()
GUIAutomationRoutine
getRoutine()
void
setAutomation(String automation)
void
setEvents(String events)
void
setFolder(GUIFolder folder)
void
setId(long id)
void
setRoutine(GUIAutomationRoutine routine)
-
-
-
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)
-
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)
-
-