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 StringgetAutomation()StringgetEvents()String[]getEventsArray()GUIFoldergetFolder()longgetId()GUIAutomationRoutinegetRoutine()voidsetAutomation(String automation)voidsetEvents(String events)voidsetFolder(GUIFolder folder)voidsetId(long id)voidsetRoutine(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)
 
 - 
 
 -