Uses of Class
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util.EntityExecutionData

Packages that use EntityExecutionData
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task   
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util   
 

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

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server with parameters of type EntityExecutionData
 String BootstrappingConfiguration.submitJobForExecution(String jobUID, EntityExecutionData eed, Map<String,String> userInputs)
          Submits a new instance of the job with the given UID for execution
 String BootstrappingConfiguration.submitJobsForExecution(ArrayList<String> jobsUIDs, EntityExecutionData eed, Map<String,String> userInputs)
          Submits a list of jobs Submits a new instance of the job with the given UID for execution
 

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

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types with parameters of type EntityExecutionData
abstract  String ExecutionEntity.execute(EntityExecutionData execData)
          Executes the logic of this execution entity.
 

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

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

Uses of EntityExecutionData in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task with parameters of type EntityExecutionData
 String ParallelExecution.execute(EntityExecutionData eed)
           
 String CustomTaskType.execute(EntityExecutionData eed)
           
 String SequentialExecution.execute(EntityExecutionData eed)
           
 String AssignTaskType.execute(EntityExecutionData eed)
           
 

Uses of EntityExecutionData in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util
 

Subclasses of EntityExecutionData in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util
 class TaskExecutionData
           
 

Constructors in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util with parameters of type EntityExecutionData
TaskExecutionData(EntityExecutionData eed)
          Constructs a new TaskExecutionData object by copying the given EntityExecutionData object
 



Copyright © 2013. All Rights Reserved.