Uses of Interface
org.embl.ebi.escience.scufl.enactor.WorkflowInstance

Packages that use WorkflowInstance
org.embl.ebi.escience.scufl Provides the object model for the Simple Conceptual Unified Flow Language (Scufl). 
org.embl.ebi.escience.scufl.enactor Provides a simple facade layer to allow invocation of either an in memory instance of the workflow enactor or a remote and potentially federated cluster of enactor services. 
org.embl.ebi.escience.scufl.enactor.event   
org.embl.ebi.escience.scufl.enactor.implementation Implementations of the various enactor proxy interfaces, these classes perform the communication between proxy interface and real enactor instance, wherever that may be. 
org.embl.ebi.escience.scuflui Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state. 
org.embl.ebi.escience.scuflui.results   
org.embl.ebi.escience.scuflui.spi   
org.embl.ebi.escience.scuflworkers.workflow   
uk.ac.soton.itinnovation.taverna.enactor.entities Provides all the Taverna specific tasks that are executable by the myGrid workflow enactor core. 
 

Uses of WorkflowInstance in org.embl.ebi.escience.scufl
 

Methods in org.embl.ebi.escience.scufl that return WorkflowInstance
 WorkflowInstance IProcessorTask.getWorkflowInstance()
           
 

Uses of WorkflowInstance in org.embl.ebi.escience.scufl.enactor
 

Methods in org.embl.ebi.escience.scufl.enactor that return WorkflowInstance
 WorkflowInstance EnactorProxy.compileWorkflow(ScuflModel workflow, java.util.Map inputs, UserContext user)
          Submit a workflow to the enactor represented by this proxy.
 WorkflowInstance EnactorProxy.compileWorkflow(ScuflModel workflow, UserContext user)
          Submit to the enactor represented by this proxy for compilation the workflow submission.
 WorkflowInstance ResumableEnactorProxy.connectToWorkflow(java.lang.String workflowInstanceID)
          Get a WorkflowInstance implementation corresponding to the running workflow with the supplied identifier.
 

Uses of WorkflowInstance in org.embl.ebi.escience.scufl.enactor.event
 

Methods in org.embl.ebi.escience.scufl.enactor.event that return WorkflowInstance
 WorkflowInstance NestedWorkflowFailureEvent.getNestedWorkflow()
           
 WorkflowInstance NestedWorkflowCreationEvent.getNestedWorkflowInstance()
           
 WorkflowInstance NestedWorkflowCompletionEvent.getNestedWorkflowInstance()
           
 WorkflowInstance NestedWorkflowCreationEvent.getParentWorkflowInstance()
           
 WorkflowInstance WorkflowInstanceEvent.getWorkflowInstance()
           
 WorkflowInstance NestedWorkflowCreationEvent.getWorkflowInstance()
           
 

Constructors in org.embl.ebi.escience.scufl.enactor.event with parameters of type WorkflowInstance
CollectionConstructionEvent(WorkflowInstance workflow, java.lang.String[] collectionLSID, java.lang.String originalLSID)
           
IterationCompletionEvent(java.util.Map structureMapping, java.util.Map inputShredding, WorkflowInstance wf, Processor activeProcessor, java.util.List associatedCompletionEvents, java.util.Map inputs, java.util.Map outputs)
           
NestedWorkflowCompletionEvent(boolean isIterating, java.util.Map inputs, java.util.Map outputs, Processor proc, WorkflowInstance workflow, WorkflowInstance nestedWorkflow)
           
NestedWorkflowCreationEvent(WorkflowInstance parentWorkflow, java.util.Map inputs, WorkflowInstance nestedWorkflowInstance)
           
NestedWorkflowFailureEvent(WorkflowInstance workflow, Processor processor, java.lang.Exception cause, java.util.Map inputs, WorkflowInstance nestedWorkflow)
           
ProcessCompletionEvent(boolean isIterating, java.util.Map inputs, java.util.Map outputs, Processor proc, WorkflowInstance workflow)
           
ProcessFailureEvent(WorkflowInstance workflow, Processor processor, java.lang.Exception cause, java.util.Map inputs)
           
UserChangedDataEvent(WorkflowInstance workflow, java.lang.String oldDataThingID, DataThing theDataThing)
           
WorkflowCompletionEvent(WorkflowInstance workflow)
           
WorkflowCreationEvent(WorkflowInstance workflow, java.util.Map inputs, java.lang.String definitionLSID)
           
WorkflowFailureEvent(WorkflowInstance workflow)
           
WorkflowToBeDestroyedEvent(WorkflowInstance workflow)
           
 

Uses of WorkflowInstance in org.embl.ebi.escience.scufl.enactor.implementation
 

Classes in org.embl.ebi.escience.scufl.enactor.implementation that implement WorkflowInstance
 class WorkflowInstanceImpl
          Represents a receipt for a workflow submitted by the client
 

Methods in org.embl.ebi.escience.scufl.enactor.implementation that return WorkflowInstance
 WorkflowInstance FreefluoEnactorProxy.compileWorkflow(ScuflModel workflow, java.util.Map input, UserContext user)
           
 WorkflowInstance FreefluoEnactorProxy.compileWorkflow(ScuflModel workflow, UserContext user)
           
 

Uses of WorkflowInstance in org.embl.ebi.escience.scuflui
 

Methods in org.embl.ebi.escience.scuflui that return WorkflowInstance
 WorkflowInstance EnactorInvocation.getWorkflowInstance()
           
 

Methods in org.embl.ebi.escience.scuflui with parameters of type WorkflowInstance
 void WorkflowInstanceContainer.newWorkflowInstance(java.lang.String modelName, WorkflowInstance instance)
           
 

Constructors in org.embl.ebi.escience.scuflui with parameters of type WorkflowInstance
EnactorInvocation(WorkflowInstance instance)
          Create new enactor panel from an existing workflow instance
ResultItemPanel(DataThing theDataThing, WorkflowInstance workflowInstance)
           
 

Uses of WorkflowInstance in org.embl.ebi.escience.scuflui.results
 

Constructors in org.embl.ebi.escience.scuflui.results with parameters of type WorkflowInstance
ResultTable(ScuflModel model, WorkflowInstance workflowInstance)
           
ResultTableModel(ScuflModel model, WorkflowInstance instance)
           
ResultTablePanel(ScuflModel model, WorkflowInstance workflowInstance)
           
 

Uses of WorkflowInstance in org.embl.ebi.escience.scuflui.spi
 

Methods in org.embl.ebi.escience.scuflui.spi with parameters of type WorkflowInstance
 void WorkflowInstanceSetViewSPI.newWorkflowInstance(java.lang.String modelName, WorkflowInstance instance)
          To be called when a new workflow instance is added to the model map in the ModelMap class.
 

Uses of WorkflowInstance in org.embl.ebi.escience.scuflworkers.workflow
 

Methods in org.embl.ebi.escience.scuflworkers.workflow that return WorkflowInstance
 WorkflowInstance WorkflowTask.getWorkflowInstance()
           
 

Uses of WorkflowInstance in uk.ac.soton.itinnovation.taverna.enactor.entities
 

Fields in uk.ac.soton.itinnovation.taverna.enactor.entities declared as WorkflowInstance
 WorkflowInstance ProcessorTask.workflowInstance
           
 

Methods in uk.ac.soton.itinnovation.taverna.enactor.entities that return WorkflowInstance
 WorkflowInstance ProcessorTask.getWorkflowInstance()
           
 WorkflowInstance EnactorWorkflowTask.getWorkflowInstance()