Interface AutomationServiceAsync


  • public interface AutomationServiceAsync
    • 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)
      • 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)
      • applyTriggersToTree

        void applyTriggersToTree​(long rootId,
                                 com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
      • execute

        void execute​(Long routineId,
                     String routine,
                     Long[] docIds,
                     Long folderId,
                     com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)