g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.model.IServiceJobResult

Packages that use IServiceJobResult
eu.geclipse.core.model   
eu.geclipse.servicejob.model   
eu.geclipse.servicejob.model.impl   
eu.geclipse.servicejob.model.submittable.job   
eu.geclipse.servicejob.parsers   
eu.geclipse.servicejob.ui   
 

Uses of IServiceJobResult in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IServiceJobResult
 IServiceJobResult IServiceJob.getSingleServiceJobResult(java.lang.String singleServiceJobName, java.lang.String resourceName, java.util.Date date)
          Method to access text interpretation of single service job for given single service job's name performed on target resource at given date.
 

Methods in eu.geclipse.core.model that return types with arguments of type IServiceJobResult
 java.util.List<IServiceJobResult> IServiceJob.getResults()
          Method to access list of single service job's results
 java.util.List<java.util.List<IServiceJobResult>> IServiceJob.getServiceJobResultsForResourceForDate(java.lang.String resourceName)
          This method gives access to ordered collection of sub service jobs' results.
 

Methods in eu.geclipse.core.model with parameters of type IServiceJobResult
 java.io.InputStream IServiceJob.getInputStreamForResult(IServiceJobResult result)
          Given the instance of IServiceJobResult class should return input stream of result's specific data (the type of data is determined by method getResultType()
 

Method parameters in eu.geclipse.core.model with type arguments of type IServiceJobResult
 void IServiceJob.addServiceJobResult(java.util.List<IServiceJobResult> newResults)
          This method should be called each time when service job was run and new results are available.
 

Uses of IServiceJobResult in eu.geclipse.servicejob.model
 

Methods in eu.geclipse.servicejob.model that return IServiceJobResult
 IServiceJobResult AbstractServiceJob.getSingleServiceJobResult(java.lang.String serviceJobName, java.lang.String resourceName, java.util.Date date)
           
 

Methods in eu.geclipse.servicejob.model that return types with arguments of type IServiceJobResult
 java.util.List<IServiceJobResult> AbstractServiceJob.getResults()
           
 java.util.List<java.util.List<IServiceJobResult>> AbstractServiceJob.getServiceJobResultsForResourceForDate(java.lang.String resourceName)
           
 

Method parameters in eu.geclipse.servicejob.model with type arguments of type IServiceJobResult
 void AbstractServiceJob.addServiceJobResult(java.util.List<IServiceJobResult> newResults)
           
 

Uses of IServiceJobResult in eu.geclipse.servicejob.model.impl
 

Classes in eu.geclipse.servicejob.model.impl that implement IServiceJobResult
 class ServiceJobResult
          Implementation of IServiceJobResult.
 

Uses of IServiceJobResult in eu.geclipse.servicejob.model.submittable.job
 

Classes in eu.geclipse.servicejob.model.submittable.job that implement IServiceJobResult
 class SubmittableServiceJobResult
          Abstract class for submittable service result.
 

Uses of IServiceJobResult in eu.geclipse.servicejob.parsers
 

Method parameters in eu.geclipse.servicejob.parsers with type arguments of type IServiceJobResult
static void GTDLWriter.addServiceJobResults(java.io.File file, java.util.List<IServiceJobResult> newResults)
          Method to put service job's result into GTDL file (to add new element output > result)
 

Uses of IServiceJobResult in eu.geclipse.servicejob.ui
 

Methods in eu.geclipse.servicejob.ui with parameters of type IServiceJobResult
static void Activator.addFileForServiceJobResult(IServiceJobResult result, java.io.File file)
          ???
static java.io.File Activator.getFileForServiceJobResult(IServiceJobResult result)
          ???
 


g-Eclipse
Release 1.0.0