|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRBootstrapperService
A RemoteService interface for the IRBootstrapper service following GWT RPC design
| Method Summary | |
|---|---|
void |
cancelSubmittedJob(String jobUID)
A method to cancel a submitted job. |
void |
deleteJob(JobUIElement job)
A method to delete an existing |
List<JobTypeUIElement> |
getAllJobsPerJobType()
A method to get all the jobs available per each job type |
JobAutoCompleteData |
getAutoCompleteData()
A method to retrieve auto-complete data for all the available jobs |
List<ResourceTypeUIElement> |
getJobs()
A method to get all the jobs available for each resource |
JobUIElement |
getSubmittedJobByUID(String jobUID)
A method to get a submitted job, given its UID. |
List<ResourceTypeUIElement> |
getSubmittedJobs()
A method to get all the submitted jobs available for each resource |
void |
initialize()
This method performs initialization tasks (such as parsing the IRBootstrapepr configuration in the current scope) and must be invoked when the portlet is initialized. |
List<ResourceTypeUIElement> |
refreshAndGetJobs()
A method to refresh the list of available jobs for each resource and retrieve it |
void |
removeSubmittedJob(String jobUID)
A method to remove a submitted job. |
String |
saveJob(JobUIElement job)
A method to save a new or modified job |
String |
submitJobForExecution(String jobUID,
Map<String,String> userInputs)
A method to submit a job for execution. |
String |
submitJobsForBatchExecution(ArrayList<String> jobsUIDs,
Map<String,String> userInputs)
|
| Method Detail |
|---|
void initialize()
throws Exception
Exception - Server side exception as dictated by GWTs RPC framework
List<ResourceTypeUIElement> getJobs()
throws Exception
Exception - Server side exception as dictated by GWTs RPC framework
List<ResourceTypeUIElement> refreshAndGetJobs()
throws Exception
Exception - Server side exception as dictated by GWTs RPC framework
List<ResourceTypeUIElement> getSubmittedJobs()
throws Exception
Exception - Server side exception as dictated by GWTs RPC framework
JobUIElement getSubmittedJobByUID(String jobUID)
throws Exception
the - UID of the job to get
Exception - Server side exception as dictated by GWTs RPC framework
String submitJobForExecution(String jobUID,
Map<String,String> userInputs)
throws Exception
jobUID - the UID of the job to submit for execution
Exception
String submitJobsForBatchExecution(ArrayList<String> jobsUIDs,
Map<String,String> userInputs)
throws Exception
Exception
void cancelSubmittedJob(String jobUID)
throws Exception
jobUID - the UID of the job to cancel
Exception
void removeSubmittedJob(String jobUID)
throws Exception
jobUID - the UID of the job to remove
Exception
List<JobTypeUIElement> getAllJobsPerJobType()
throws Exception
Exception - Server side exception as dictated by GWTs RPC framework
String saveJob(JobUIElement job)
throws Exception
job - the job to save
Exception - Server side exception as dictated by GWTs RPC framework
void deleteJob(JobUIElement job)
throws Exception
job - the job to delete
Exception - Server side exception as dictated by GWTs RPC framework
JobAutoCompleteData getAutoCompleteData()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||