Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAutomationTrigger
-
Packages that use GUIAutomationTrigger Package Description com.logicaldoc.gui.frontend.client.folder com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.frontend.client.settings.automation -
-
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.folder
Methods in com.logicaldoc.gui.frontend.client.folder with parameters of type GUIAutomationTrigger Modifier and Type Method Description void
FolderAutomationPanel. updateRecord(GUIAutomationTrigger trigger)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.folder with parameters of type GUIAutomationTrigger Constructor Description AutomationTriggerDialog(GUIAutomationTrigger trigger, FolderAutomationPanel automationPanel)
-
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIAutomationTrigger Modifier and Type Method Description GUIAutomationTrigger
AutomationService. getTrigger(long id)
Loads a given trigger from the databaseGUIAutomationTrigger
AutomationService. saveTrigger(GUIAutomationTrigger trigger)
Creates or updates a triggerMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAutomationTrigger Modifier and Type Method Description GUIAutomationTrigger
AutomationService. saveTrigger(GUIAutomationTrigger trigger)
Creates or updates a triggervoid
AutomationServiceAsync. saveTrigger(GUIAutomationTrigger trigger, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIAutomationTrigger Modifier and Type Method Description void
AutomationServiceAsync. getTrigger(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback)
void
AutomationServiceAsync. saveTrigger(GUIAutomationTrigger trigger, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback)
-
Uses of GUIAutomationTrigger in com.logicaldoc.gui.frontend.client.settings.automation
Methods in com.logicaldoc.gui.frontend.client.settings.automation that return GUIAutomationTrigger Modifier and Type Method Description GUIAutomationTrigger
AutomationTriggerDetailsPanel. getTrigger()
GUIAutomationTrigger
AutomationTriggerDetailsTab. getTrigger()
Methods in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationTrigger Modifier and Type Method Description void
AutomationTriggerDetailsPanel. setTrigger(GUIAutomationTrigger trigger)
void
AutomationTriggersPanel. showTriggerDetails(GUIAutomationTrigger trigger)
void
AutomationTriggersPanel. updateRecord(GUIAutomationTrigger trigger)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationTrigger Constructor Description AutomationTriggerDetailsTab(GUIAutomationTrigger trigger, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
AutomationTriggerProperties(GUIAutomationTrigger trigger, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
-