org.gcube.datatransfer.portlets.user.client
Interface SchedulerServiceAsync
public interface SchedulerServiceAsync
Method Summary |
void |
cancel(String scope,
String resourceName,
String transferId,
boolean force,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
|
void |
getFileListOfDataSource(String dataSourceId,
String specificPath,
String scope,
String resourceName,
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 |
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)
|
listFiles
void listFiles(String input,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getTransfers
void getTransfers(String scope,
String resourceName,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getObjectsFromIS
void getObjectsFromIS(String type,
String scope,
String resourceName,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
schedule
void schedule(String obj,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
monitor
void monitor(String scope,
String resourceName,
String transferId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getOutcomes
void getOutcomes(String scope,
String resourceName,
String transferId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
cancel
void cancel(String scope,
String resourceName,
String transferId,
boolean force,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getFileListOfDataSource
void getFileListOfDataSource(String dataSourceId,
String specificPath,
String scope,
String resourceName,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
Copyright © 2012. All Rights Reserved.