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

Packages that use UserContext
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 UserContext in org.embl.ebi.escience.scufl.enactor
 

Methods in org.embl.ebi.escience.scufl.enactor that return UserContext
 UserContext WorkflowInstance.getUserContext()
          Get the user context for this workflow instance in the form of a UserContext implementation
 

Methods in org.embl.ebi.escience.scufl.enactor with parameters of type UserContext
 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 UserContext in org.embl.ebi.escience.scufl.enactor.implementation
 

Classes in org.embl.ebi.escience.scufl.enactor.implementation that implement UserContext
 class SimpleUserContext
          A simple implementation of the UserContext interface that is configured by parameters in its constructor and is subsequently immutable.
 

Methods in org.embl.ebi.escience.scufl.enactor.implementation that return UserContext
 UserContext WorkflowInstanceImpl.getUserContext()
           
 

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

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

Constructors in org.embl.ebi.escience.scufl.tools with parameters of type UserContext
WorkflowLauncher(java.io.InputStream xmlStream, UserContext userContext)
          Set userContext and instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML provided by the given input stream.
WorkflowLauncher(ScuflModel model, UserContext userContext)
          Instantiate the WorkflowLauncher with a direct reference to the ScuflModel to be executed, together with a UserContext for the user executing this model.
WorkflowLauncher(java.net.URL url, UserContext userContext)
          Instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML in the provided url
 

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

Fields in org.embl.ebi.escience.scuflui declared as UserContext
static UserContext EnactorInvocation.USERCONTEXT
          A not particularly elegant way of setting the user context from Kevin's MIR browser plugin.