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<GUIValue[]> callback) void
getStatistics
(String locale, com.google.gwt.user.client.rpc.AsyncCallback<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
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, String[] event, Long rootFolderId, com.google.gwt.user.client.rpc.AsyncCallback<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<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
(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<GUIParameter[][]> callback) -
loadTasks
-
startTask
-
stopTask
-
getTaskByName
-
disableTask
-
enableTask
-
saveTask
-
setGUILanguageStatus
-
getPlugins
-
confirmUpdate
-
restart
-
search
-
searchApiCalls
-
unscheduleJobs
-
initializePlugin
-
installPlugin
-
uninstallPlugin
-