Interface WorkflowContext

All Known Implementing Classes:
SimulationService, WorkflowService

public interface WorkflowContext
This Interface defines the Context which is used to supply a basic enviroment for the exchange between a WorkflowManager an the registered Plugin Moduls. Normaly the WorkflowManager Implementation itself implents this Interface to provide the Context for the Workflow components.
Version:
1.0
Author:
imixs.com
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns an instance of a IModelManager to access model information
    This Methode returns the Runtime enviroment for a workflow Implementation. is usesd to initialize the plugin.
  • Method Details

    • getSessionContext

      Object getSessionContext()
      This Methode returns the Runtime enviroment for a workflow Implementation. is usesd to initialize the plugin.
      Returns:
      a Session Object
    • getModelManager

      ModelManager getModelManager()
      This method returns an instance of a IModelManager to access model information
      Returns:
      ModelManager