g-Eclipse
Release 1.0.0

eu.geclipse.workflow
Interface IGridWorkflowJobID

All Superinterfaces:
IGridJobID

public interface IGridWorkflowJobID
extends IGridJobID

Job ID for jobs, which are workflow


Method Summary
 java.util.List<IGridWorkflowJobID> getChildrenJobs()
           
 java.lang.String getName()
           
 
Methods inherited from interface eu.geclipse.core.model.IGridJobID
getJobID
 

Method Detail

getChildrenJobs

java.util.List<IGridWorkflowJobID> getChildrenJobs()
Returns:
list of jobs id, which are part of workflow. May return null, if job has no childs

getName

java.lang.String getName()
Returns:
name of job returned from middleware

g-Eclipse
Release 1.0.0