Uses of Class
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job.JobType

Packages that use JobType
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job   
 

Uses of JobType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server that return JobType
 JobType BootstrappingConfiguration.getJobTypeByName(String jobTypeName)
          Returns the JobType object corresponding to a given job type name
 JobType BootstrappingConfiguration.getSubmittedJobInstanceByUID(String jobUID)
          Returns a submitted job instance in the active scope, given its UID
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server that return types with arguments of type JobType
 Map<String,List<JobType>> BootstrappingConfiguration.getAllJobInstances()
          Returns all the instances of all job types in the active scope
 Map<String,List<JobType>> BootstrappingConfiguration.getAllJobsPerJobType()
          Returns a map containing all jobs defined for each job type
 Map<String,JobType> BootstrappingConfiguration.getallJobTypes()
          Returns a map containing all the available JobType objects paired with their names.
 List<JobType> BootstrappingConfiguration.getJobInstancesForJobType(String jobTypeName)
          Returns all the instances of a given job type in the active scope
 List<JobType> BootstrappingConfiguration.getJobs()
          Returns the list of available jobs
 List<JobType> BootstrappingConfiguration.getSubmittedJobInstances()
          Returns the list of submitted job instances in the active scope
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server with parameters of type JobType
 void BootstrappingConfiguration.addJobInstance(String jobTypeName, JobType jobInstance)
          Adds a job instance to the list of instances for the given job type
 void BootstrappingConfiguration.addSubmittedJobInstance(JobType jobInstance)
          Adds a submitted (started) job instance to the list of submitted jobs
 void BootstrappingConfiguration.jobInChainCompleted(String jobChainUID, JobType completedJob)
           
 void BootstrappingConfiguration.jobInChainFailed(String jobChainUID, JobType failedJob)
           
 

Uses of JobType in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job that return JobType
 JobType JobType.newInstance(String newJobName)
          Instantiates this JobType, creating a new job.
 JobType JobType.newInstance(String newJobName, String baseJob)
          Instantiates this JobType, creating a new job.
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job with parameters of type JobType
 String JobType.execute(EntityExecutionData eed, Map<String,String> userInputs, String jobsChainUID, JobType prevJobInchain)
           
 void JobType.initializeFromPreviousJobInChain(JobType previousJob)
           
 



Copyright © 2013. All Rights Reserved.