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

Packages that use ExecutionEntity
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   
 

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

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server that return ExecutionEntity
 ExecutionEntity BootstrappingConfiguration.newTaskObject(String taskTypeName)
          Creates and returns a new instance of the object representing the task with the given name.
 ExecutionEntity BootstrappingConfiguration.parseJobExecutionEntity(Element xml)
          Parses a XML fragment describing an execution entity inside a job and returns an appropriate object describing it.
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server that return types with arguments of type ExecutionEntity
 Map<String,ExecutionEntity> BootstrappingConfiguration.getTaskTypes()
          Returns the list of available task types
 

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

Fields in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types declared as ExecutionEntity
protected  ExecutionEntity ExecutionEntity.parent
          The parent execution entity in the execution hierarchy
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types that return ExecutionEntity
 ExecutionEntity ExecutionEntity.getParent()
          Returns the parent of this execution entity
abstract  ExecutionEntity ExecutionEntity.newInstance(String name)
          Instantiates the execution entity type represented by this object.
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types with parameters of type ExecutionEntity
 void ExecutionEntity.setParent(ExecutionEntity parent)
          Sets the parent of this execution entity
 

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

Subclasses of ExecutionEntity in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job
 class JobType
           
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.job that return ExecutionEntity
 ExecutionEntity JobType.getTaskTree()
          Returns the root of this job's task tree
 

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

Subclasses of ExecutionEntity in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task
 class AssignTaskType
           
 class ContentFullTextIndexGenerationTaskType
           
 class CustomTaskType
           
 class ExecutionType
           
 class ForwardIndexGenerationTaskType
           
 class FullTextIndexGenerationForTreeCollectionTaskType
           
 class FullTextIndexGenerationTaskType
           
 class FullTextIndexNodeGenerationTaskType
           
 class GeoIndexGenerationTaskType
           
 class IncrementalFTIndexUpdaterGenerationTaskType
           
 class IncrementalFWIndexUpdaterGenerationTaskType
           
 class IncrementalGeoIndexUpdaterGenerationTaskType
           
 class MetadataCollectionTransformationTaskType
           
 class OpenSearchGenerationTaskType
           
 class ParallelExecution
           
 class SequentialExecution
           
 

Fields in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task with type parameters of type ExecutionEntity
protected  List<ExecutionEntity> ExecutionType.executionEntities
          The list of execution entities contained inside this execution type
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task that return types with arguments of type ExecutionEntity
 List<ExecutionEntity> ExecutionType.getEntitiesToBeExecuted()
          Returns the list of ExecutionEntitys contained in this ExecutionType
 

Methods in org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.task with parameters of type ExecutionEntity
 void ExecutionType.addExecutionEntity(ExecutionEntity entity)
          Adds an ExecutionEntity in the list of entities to be executed
 



Copyright © 2013. All Rights Reserved.