org.imixs.workflow
Interface WorkflowContext

All Known Subinterfaces:
ExtendedWorkflowContext

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:
WorkflowKernel

Method Summary
 int getDebugLevel()
          This Methode returns the defined DebugLevel.
 Model getModel()
          This Methode returns a defined Model Implementation.
 Object getSessionContext()
          This Methode returns the Runtime enviroment for a workflow Implementation. is usesd to initialize the plugin.
 

Method Detail

getSessionContext

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

Returns:
a Session Object

getModel

Model getModel()
This Methode returns a defined Model Implementation.

Returns:
Model

getDebugLevel

int getDebugLevel()
This Methode returns the defined DebugLevel.

Returns:
DebugLevel


Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.