Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAutomationRoutine
Package
Description
-
Uses of GUIAutomationRoutine in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionvoid
GUIAutomationTrigger.setRoutine
(GUIAutomationRoutine routine) -
Uses of GUIAutomationRoutine in com.logicaldoc.gui.frontend.client.document.grid
ModifierConstructorDescriptionFillRoutineParams
(String title, GUIAutomationRoutine routine, long folderId, Long[] docIds) -
Uses of GUIAutomationRoutine in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionAutomationService.getRoutine
(long id) Loads a given routine from the databaseAutomationService.saveRoutine
(GUIAutomationRoutine routine) Creates or updates a routineModifier and TypeMethodDescriptionvoid
AutomationService.execute
(GUIAutomationRoutine routine, Long[] docIds, Long folderId) Executes a routine or a given scriptvoid
AutomationServiceAsync.execute
(GUIAutomationRoutine routine, Long[] docIds, Long folderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) AutomationService.saveRoutine
(GUIAutomationRoutine routine) Creates or updates a routinevoid
AutomationServiceAsync.saveRoutine
(GUIAutomationRoutine routine, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) Modifier and TypeMethodDescriptionvoid
AutomationServiceAsync.getRoutine
(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) void
AutomationServiceAsync.saveRoutine
(GUIAutomationRoutine routine, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) -
Uses of GUIAutomationRoutine in com.logicaldoc.gui.frontend.client.settings.automation
Modifier and TypeMethodDescriptionAutomationRoutineDetailsTab.getRoutine()
AutomationRoutineDetailsPanel.getTrigger()
Modifier and TypeMethodDescriptionvoid
AutomationRoutineDetailsPanel.setRoutine
(GUIAutomationRoutine trigger) void
AutomationRoutinesPanel.showRoutineDetails
(GUIAutomationRoutine routine) void
AutomationRoutinesPanel.updateRecord
(GUIAutomationRoutine routine) Updates the selected rec with new dataModifierConstructorDescriptionAutomationRoutineParametersPanel
(GUIAutomationRoutine routine, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) AutomationRoutineProperties
(GUIAutomationRoutine routine, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) AutomationRoutineSecurity
(GUIAutomationRoutine routine, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)