org.gcube.data.spd.client.proxies
Interface DWCACreator

All Known Implementing Classes:
DefaultDWCACreator

public interface DWCACreator


Method Summary
 String getByChilds(String taxonKey)
           
 String getResultLink(String jobId)
           
 org.gcube.data.spd.stubs.StatusResponse getStatus(String jobId)
           
 void removeJob(String jobId)
           
 

Method Detail

getByChilds

String getByChilds(String taxonKey)

getResultLink

String getResultLink(String jobId)
                     throws org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException,
                            Exception
Throws:
org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException
Exception

getStatus

org.gcube.data.spd.stubs.StatusResponse getStatus(String jobId)
                                                  throws org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException,
                                                         Exception
Throws:
org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException
Exception

removeJob

void removeJob(String jobId)
               throws org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException,
                      Exception
Throws:
org.gcube.data.spd.plugin.fwk.exceptions.IdNotValidException
Exception


Copyright © 2012. All Rights Reserved.