g-Eclipse
Release 1.0.0

eu.geclipse.workflow
Interface IGridWorkflowDescription

All Superinterfaces:
IGridContainer, IGridElement, IGridJobDescription
All Known Implementing Classes:
GridWorkflow

public interface IGridWorkflowDescription
extends IGridJobDescription

This is at the moment just a declarative interface for integrating workflows into the Grid model.


Method Summary
 java.util.List<IGridWorkflowJobDescription> getChildrenJobs()
           
 
Methods inherited from interface eu.geclipse.core.model.IGridJobDescription
getDescription, getExecutable, getExecutableArguments, getStdErrorFileName, getStdErrorUri, getStdInputFileName, getStdInputUri, getStdOutputFileName, getStdOutputUri
 
Methods inherited from interface eu.geclipse.core.model.IGridContainer
canContain, contains, create, delete, deleteAll, findChild, findChildWithResource, getChildCount, getChildren, hasChildren, isDirty, isLazy, refresh, setDirty
 
Methods inherited from interface eu.geclipse.core.model.IGridElement
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual
 

Method Detail

getChildrenJobs

java.util.List<IGridWorkflowJobDescription> getChildrenJobs()
Returns:
jobs, which are inside this workflow

g-Eclipse
Release 1.0.0