Interface AutomationServiceAsync
- 
public interface AutomationServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyTriggersToTree(long rootId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voiddeleteRoutines(long[] ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voiddeleteTriggers(long[] ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidexecute(GUIAutomationRoutine routine, Long[] docIds, Long folderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidgetRoutine(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback)voidgetTrigger(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback)voidsaveRoutine(GUIAutomationRoutine routine, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationRoutine> callback)voidsaveTrigger(GUIAutomationTrigger trigger, com.google.gwt.user.client.rpc.AsyncCallback<GUIAutomationTrigger> callback) 
 - 
 
- 
- 
Method Detail
- 
deleteRoutines
void deleteRoutines(long[] ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
deleteTriggers
void deleteTriggers(long[] ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
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
void applyTriggersToTree(long rootId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
execute
void execute(GUIAutomationRoutine routine, Long[] docIds, Long folderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
 
 - 
 
 -