org.gcube.datatransfer.portlets.user.client
Interface SchedulerService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
SchedulerServiceImpl

@RemoteServiceRelativePath(value="scheduler")
public interface SchedulerService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 String cancel(String scope, String resourceName, String transferId, boolean force)
           
 String getFileListOfDataSource(String dataSourceId, String specificPath, String scope, String resourceName)
           
 String getObjectsFromIS(String type, String scope, String resourceName)
           
 String getOutcomes(String scope, String resourceName, String transferId)
           
 String getTransfers(String scope, String resourceName)
           
 String listFiles(String name)
           
 String monitor(String scope, String resourceName, String transferId)
           
 String schedule(String obj)
           
 

Method Detail

listFiles

String listFiles(String name)
                 throws IllegalArgumentException
Throws:
IllegalArgumentException

getTransfers

String getTransfers(String scope,
                    String resourceName)
                    throws IllegalArgumentException
Throws:
IllegalArgumentException

getObjectsFromIS

String getObjectsFromIS(String type,
                        String scope,
                        String resourceName)
                        throws IllegalArgumentException
Throws:
IllegalArgumentException

schedule

String schedule(String obj)
                throws IllegalArgumentException
Throws:
IllegalArgumentException

monitor

String monitor(String scope,
               String resourceName,
               String transferId)
               throws IllegalArgumentException
Throws:
IllegalArgumentException

getOutcomes

String getOutcomes(String scope,
                   String resourceName,
                   String transferId)
                   throws IllegalArgumentException
Throws:
IllegalArgumentException

cancel

String cancel(String scope,
              String resourceName,
              String transferId,
              boolean force)
              throws IllegalArgumentException
Throws:
IllegalArgumentException

getFileListOfDataSource

String getFileListOfDataSource(String dataSourceId,
                               String specificPath,
                               String scope,
                               String resourceName)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2012. All Rights Reserved.