Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAutomationRoutine
-
Packages that use GUIAutomationRoutine Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.frontend.client.settings.automation -
-
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 GUIAutomationRoutine
GUIAutomationTrigger. getRoutine()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAutomationRoutine Modifier and Type Method Description void
GUIAutomationTrigger. setRoutine(GUIAutomationRoutine routine)
-
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 GUIAutomationRoutine
AutomationService. getRoutine(long id)
Loads a given routine from the databaseGUIAutomationRoutine
AutomationService. 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 void
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)
GUIAutomationRoutine
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 GUIAutomationRoutine Modifier and Type Method Description void
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 GUIAutomationRoutine Modifier and Type Method Description GUIAutomationRoutine
AutomationRoutineDetailsTab. getRoutine()
GUIAutomationRoutine
AutomationRoutineDetailsPanel. getTrigger()
Methods in com.logicaldoc.gui.frontend.client.settings.automation with parameters of type GUIAutomationRoutine Modifier and Type Method Description void
AutomationRoutineDetailsPanel. setRoutine(GUIAutomationRoutine trigger)
void
AutomationRoutinesPanel. showRoutineDetails(GUIAutomationRoutine routine)
void
AutomationRoutinesPanel. 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)
-