Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAutomationRoutine
Packages that use GUIAutomationRoutine
Package
Description
-
Uses of GUIAutomationRoutine in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIAutomationRoutineMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAutomationRoutineModifier and TypeMethodDescriptionvoid
GUIAutomationTrigger.setRoutine
(GUIAutomationRoutine routine) -
Uses of GUIAutomationRoutine in com.logicaldoc.gui.frontend.client.document.grid
Constructors in com.logicaldoc.gui.frontend.client.document.grid with parameters of type GUIAutomationRoutineModifierConstructorDescriptionFillRoutineParams
(String title, GUIAutomationRoutine routine, long folderId, List<Long> docIds) -
Uses of GUIAutomationRoutine in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIAutomationRoutineModifier and TypeMethodDescriptionAutomationService.getRoutine
(long id) Loads a given routine from the databaseAutomationService.saveRoutine
(GUIAutomationRoutine routine) Creates or updates a routineMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAutomationRoutineModifier and TypeMethodDescriptionvoid
AutomationService.execute
(GUIAutomationRoutine routine, List<Long> docIds, Long folderId) Executes a routine or a given scriptvoid
AutomationServiceAsync.execute
(GUIAutomationRoutine routine, List<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) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIAutomationRoutineModifier 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
Methods in com.logicaldoc.gui.frontend.client.settings.automation that return GUIAutomationRoutineModifier and TypeMethodDescriptionAutomationRoutineDetailsTab.getRoutine()
AutomationRoutineDetailsPanel.getTrigger()
Methods in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationRoutineModifier and TypeMethodDescriptionvoid
AutomationRoutineDetailsPanel.setRoutine
(GUIAutomationRoutine trigger) void
AutomationRoutinesPanel.showRoutineDetails
(GUIAutomationRoutine routine) void
AutomationRoutinesPanel.updateRecord
(GUIAutomationRoutine routine) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationRoutineModifierConstructorDescriptionAutomationRoutineParametersPanel
(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)