Interface AutomationServiceAsync


public interface AutomationServiceAsync
  • Method Details

    • deleteRoutines

      void deleteRoutines(List<Long> ids, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • deleteTriggers

      void deleteTriggers(List<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, List<Long> docIds, Long folderId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)