Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAutomationRoutine
-
-
Uses of GUIAutomationRoutine in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIAutomationRoutine Modifier and Type Method Description GUIAutomationRoutineGUIAutomationTrigger. getRoutine()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAutomationRoutine Modifier and Type Method Description voidGUIAutomationTrigger. 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 GUIAutomationRoutine Constructor Description FillRoutineParams(String title, GUIAutomationRoutine routine, long folderId, long[] docIds) -
Uses of GUIAutomationRoutine in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIAutomationRoutine Modifier and Type Method Description GUIAutomationRoutineAutomationService. getRoutine(long id)Loads a given routine from the databaseGUIAutomationRoutineAutomationService. saveRoutine(GUIAutomationRoutine routine)Creates or updates a routineMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAutomationRoutine Modifier and Type Method Description voidAutomationService. execute(GUIAutomationRoutine routine, long[] docIds, Long folderId)Executes a routine or a given scriptvoidAutomationServiceAsync. execute(GUIAutomationRoutine routine, long[] docIds, Long folderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)GUIAutomationRoutineAutomationService. 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 GUIAutomationRoutine Modifier and Type Method Description voidAutomationServiceAsync. 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 GUIAutomationRoutine Modifier and Type Method Description GUIAutomationRoutineAutomationRoutineDetailsTab. getRoutine()GUIAutomationRoutineAutomationRoutineDetailsPanel. getTrigger()Methods in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationRoutine Modifier and Type Method Description voidAutomationRoutineDetailsPanel. setRoutine(GUIAutomationRoutine trigger)voidAutomationRoutinesPanel. showRoutineDetails(GUIAutomationRoutine routine)voidAutomationRoutinesPanel. updateRecord(GUIAutomationRoutine routine)Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationRoutine Constructor Description AutomationRoutineDetailsTab(GUIAutomationRoutine routine, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)AutomationRoutineParametersPanel(GUIAutomationRoutine routine, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)AutomationRoutineProperties(GUIAutomationRoutine routine, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
-