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 TypeMethodDescriptionvoidGUIAutomationTrigger.setRoutine(GUIAutomationRoutine routine) -
Uses of GUIAutomationRoutine in com.logicaldoc.gui.frontend.client.document.grid
Methods in com.logicaldoc.gui.frontend.client.document.grid with parameters of type GUIAutomationRoutineModifier and TypeMethodDescriptionvoidConstructors in com.logicaldoc.gui.frontend.client.document.grid with parameters of type GUIAutomationRoutineModifierConstructorDescriptionFillRoutineParams(String title, GUIAutomationRoutine routine, List<Long> folderIds, 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 TypeMethodDescriptionvoidExecutes a routine or a given scriptvoidAutomationServiceAsync.execute(GUIAutomationRoutine routine, List<Long> docIds, List<Long> folderIds, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) AutomationService.saveRoutine(GUIAutomationRoutine routine) Creates or updates a routinevoidAutomationServiceAsync.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 TypeMethodDescriptionvoidAutomationServiceAsync.getRoutine(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) voidAutomationServiceAsync.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 TypeMethodDescriptionvoidAutomationRoutineDetailsPanel.setRoutine(GUIAutomationRoutine trigger) voidAutomationRoutinesPanel.showRoutineDetails(GUIAutomationRoutine routine) voidAutomationRoutinesPanel.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)