Interface SystemServiceAsync
public interface SystemServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
confirmUpdate
(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
disableTask
(String taskName, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) void
enableTask
(String taskName, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) void
getPlugins
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
getStatistics
(String locale, com.google.gwt.user.client.rpc.AsyncCallback<List<List<GUIParameter>>> callback) void
getTaskByName
(String taskName, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) void
initializePlugin
(String plugin, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
installPlugin
(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
void
removeLogger
(String name, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
void
saveLogger
(String name, String level, boolean additivity, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
saveTask
(GUITask task, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) void
search
(Long userId, Date from, Date till, int maxResult, String historySid, List<String> event, Long rootFolderId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIHistory>> callback) void
searchApiCalls
(Long userId, Date from, Date till, String callSid, String protocol, String uri, int maxResult, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIHistory>> callback) void
setGUILanguageStatus
(String language, boolean active, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
void
void
uninstallPlugin
(String plugin, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
unscheduleJobs
(List<GUIValue> jobs, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
getStatistics
void getStatistics(String locale, com.google.gwt.user.client.rpc.AsyncCallback<List<List<GUIParameter>>> callback) -
loadTasks
-
startTask
-
stopTask
-
getTaskByName
-
disableTask
-
enableTask
-
saveTask
-
setGUILanguageStatus
-
getPlugins
-
confirmUpdate
-
restart
-
search
-
searchApiCalls
-
unscheduleJobs
-
initializePlugin
-
installPlugin
-
uninstallPlugin
-
saveLogger
-
removeLogger
-