public interface SchedulerServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String scope,
String resourceName,
String transferId,
boolean force,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
createNewFolderInMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
createNewTreeSource(String agentHostname,
String agentPort,
String scope,
String sourceId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
deleteFolderInMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
deleteTreeSource(String agentHostname,
String agentPort,
String scope,
String sourceId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getAgentStatistics(String scope,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getFileListOfAgent(String path,
String agentHostname,
String agentPort,
String scope,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getFileListOfDSourceOrDStorage(String type,
String dataSourceId,
String specificPath,
String scope,
String resourceName,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getFileListOfMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getObjectsFromIS(String type,
String scope,
String resourceName,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getOutcomes(String scope,
String resourceName,
String transferId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getTransfers(String scope,
String resourceName,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getTreeSources(String agentHostname,
String agentPort,
String scope,
String type,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getUserAndScopeAndRole(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getWorkspace(String username,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getWorkspaceFolder(String jsonWorkspace,
String folderId,
boolean needTheParent,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
listFiles(String input,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
monitor(String scope,
String resourceName,
String transferId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
schedule(String obj,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void listFiles(String input, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getTransfers(String scope, String resourceName, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getObjectsFromIS(String type, String scope, String resourceName, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid schedule(String obj, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid monitor(String scope, String resourceName, String transferId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getOutcomes(String scope, String resourceName, String transferId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid cancel(String scope, String resourceName, String transferId, boolean force, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getFileListOfDSourceOrDStorage(String type, String dataSourceId, String specificPath, String scope, String resourceName, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getWorkspaceFolder(String jsonWorkspace, String folderId, boolean needTheParent, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getUserAndScopeAndRole(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getWorkspace(String username, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getAgentStatistics(String scope, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getFileListOfMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getFileListOfAgent(String path, String agentHostname, String agentPort, String scope, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid createNewFolderInMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid deleteFolderInMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid getTreeSources(String agentHostname, String agentPort, String scope, String type, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid createNewTreeSource(String agentHostname, String agentPort, String scope, String sourceId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionvoid deleteTreeSource(String agentHostname, String agentPort, String scope, String sourceId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2016. All Rights Reserved.