Uses of Class
org.embl.ebi.escience.scufl.enactor.WorkflowSubmissionException

Packages that use WorkflowSubmissionException
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.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.scufl.tools Provides user level command line and graphical tools to manipulate and display scufl model instances. 
org.embl.ebi.escience.scuflui Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state. 
 

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

Methods in org.embl.ebi.escience.scufl.enactor that throw WorkflowSubmissionException
 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.
 

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

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

Uses of WorkflowSubmissionException in org.embl.ebi.escience.scufl.tools
 

Methods in org.embl.ebi.escience.scufl.tools that throw WorkflowSubmissionException
 java.util.Map<java.lang.String,DataThing> WorkflowLauncher.execute(java.util.Map<java.lang.String,DataThing> inputs)
           
 java.util.Map<java.lang.String,DataThing> WorkflowLauncher.execute(java.util.Map<java.lang.String,DataThing> inputs, WorkflowEventListener workflowEventListener)
          Executes the workflow with the provided inputs (which is a Map of DataThings) and userContext.
 java.util.Map<java.lang.String,DataThing> WorkflowLauncher.execute(java.util.Map<java.lang.String,DataThing> inputs, WorkflowEventListener[] workflowEventListeners)
          Executes the workflow with the provided inputs (which is a Map of DataThings) and userContext.
 

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

Constructors in org.embl.ebi.escience.scuflui that throw WorkflowSubmissionException
EnactorInvocation(EnactorProxy enactor, ScuflModel model, java.util.Map inputDataThings)
          Create a new enactor run panel using the new plugable enactor proxy.
EnactorInvocation(WorkflowInstance instance)
          Create new enactor panel from an existing workflow instance