g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.workflow.model.IWorkflowJob

Packages that use IWorkflowJob
eu.geclipse.workflow.impl   
eu.geclipse.workflow.model   
eu.geclipse.workflow.ui.edit.commands   
eu.geclipse.workflow.util   
 

Uses of IWorkflowJob in eu.geclipse.workflow.impl
 

Classes in eu.geclipse.workflow.impl that implement IWorkflowJob
 class WorkflowJobImpl
          An implementation of the model object 'IWorkflow Job'
 

Methods in eu.geclipse.workflow.impl that return IWorkflowJob
 IWorkflowJob WorkflowFactoryImpl.createIWorkflowJob()
           
 

Uses of IWorkflowJob in eu.geclipse.workflow.model
 

Methods in eu.geclipse.workflow.model that return IWorkflowJob
 IWorkflowJob IWorkflowFactory.createIWorkflowJob()
          Returns a new object of class 'IWorkflow Job'
 

Uses of IWorkflowJob in eu.geclipse.workflow.ui.edit.commands
 

Constructors in eu.geclipse.workflow.ui.edit.commands with parameters of type IWorkflowJob
ClearJobDescPropertyCommand(IWorkflowJob job)
           
 

Uses of IWorkflowJob in eu.geclipse.workflow.util
 

Methods in eu.geclipse.workflow.util with parameters of type IWorkflowJob
 T WorkflowSwitch.caseIWorkflowJob(IWorkflowJob object)
          Returns the result of interpreting the object as an instance of 'IWorkflow Job'
 


g-Eclipse
Release 1.0.0