@RemoteServiceRelativePath(value="scheduler")
public interface SchedulerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
String |
cancel(String scope,
String resourceName,
String transferId,
boolean force) |
void |
createNewFolderInMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope) |
String |
createNewTreeSource(String agentHostname,
String agentPort,
String scope,
String sourceId) |
void |
deleteFolderInMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope) |
String |
deleteTreeSource(String agentHostname,
String agentPort,
String scope,
String sourceId) |
String |
getAgentStatistics(String scope) |
String |
getFileListOfAgent(String path,
String agentHostname,
String agentPort,
String scope) |
String |
getFileListOfDSourceOrDStorage(String type,
String dataSourceId,
String specificPath,
String scope,
String resourceName) |
String |
getFileListOfMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope) |
String |
getObjectsFromIS(String type,
String scope,
String resourceName) |
String |
getOutcomes(String scope,
String resourceName,
String transferId) |
String |
getTransfers(String scope,
String resourceName) |
String |
getTreeSources(String agentHostname,
String agentPort,
String scope,
String type) |
String |
getUserAndScopeAndRole() |
String |
getWorkspace(String username) |
String |
getWorkspaceFolder(String jsonWorkspace,
String folderId,
boolean needTheParent) |
String |
listFiles(String name) |
String |
monitor(String scope,
String resourceName,
String transferId) |
String |
schedule(String obj) |
String listFiles(String name) throws IllegalArgumentException
IllegalArgumentExceptionString getTransfers(String scope, String resourceName) throws IllegalArgumentException
IllegalArgumentExceptionString getObjectsFromIS(String type, String scope, String resourceName) throws IllegalArgumentException
IllegalArgumentExceptionString schedule(String obj) throws IllegalArgumentException
IllegalArgumentExceptionString monitor(String scope, String resourceName, String transferId) throws IllegalArgumentException
IllegalArgumentExceptionString getOutcomes(String scope, String resourceName, String transferId) throws IllegalArgumentException
IllegalArgumentExceptionString cancel(String scope, String resourceName, String transferId, boolean force) throws IllegalArgumentException
IllegalArgumentExceptionString getFileListOfDSourceOrDStorage(String type, String dataSourceId, String specificPath, String scope, String resourceName) throws IllegalArgumentException
IllegalArgumentExceptionString getWorkspaceFolder(String jsonWorkspace, String folderId, boolean needTheParent) throws IllegalArgumentException
IllegalArgumentExceptionString getUserAndScopeAndRole() throws IllegalArgumentException
IllegalArgumentExceptionString getWorkspace(String username) throws IllegalArgumentException
IllegalArgumentExceptionString getAgentStatistics(String scope) throws IllegalArgumentException
IllegalArgumentExceptionString getFileListOfMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope) throws IllegalArgumentException
IllegalArgumentExceptionString getFileListOfAgent(String path, String agentHostname, String agentPort, String scope) throws IllegalArgumentException
IllegalArgumentExceptionvoid createNewFolderInMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope) throws IllegalArgumentException
IllegalArgumentExceptionvoid deleteFolderInMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope) throws IllegalArgumentException
IllegalArgumentExceptionString getTreeSources(String agentHostname, String agentPort, String scope, String type) throws IllegalArgumentException
IllegalArgumentExceptionString createNewTreeSource(String agentHostname, String agentPort, String scope, String sourceId) throws IllegalArgumentException
IllegalArgumentExceptionString deleteTreeSource(String agentHostname, String agentPort, String scope, String sourceId) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2015. All Rights Reserved.