Interface AutomationServiceAsync
public interface AutomationServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTriggersToTree
(long rootId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
deleteRoutines
(List<Long> ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
deleteTriggers
(List<Long> ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
execute
(GUIAutomationRoutine routine, List<Long> docIds, Long folderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
getRoutine
(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) void
getTrigger
(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback) void
saveRoutine
(GUIAutomationRoutine routine, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) void
saveTrigger
(GUIAutomationTrigger trigger, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback)
-
Method Details
-
deleteRoutines
-
deleteTriggers
-
saveTrigger
void saveTrigger(GUIAutomationTrigger trigger, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback) -
getTrigger
void getTrigger(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback) -
getRoutine
void getRoutine(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) -
saveRoutine
void saveRoutine(GUIAutomationRoutine routine, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback) -
applyTriggersToTree
-
execute
void execute(GUIAutomationRoutine routine, List<Long> docIds, Long folderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-