Package org.imixs.workflow
Interface WorkflowContext
- All Known Implementing Classes:
WorkflowService
public interface WorkflowContext
This WorkflowContext provides the
WorkflowKernel
with a runtime
environment for the processing life cycle of a workitem.
A Workflow Engine implements this Interface to provide a ModelManger
and the session context to execute Plugin
and Adapter
classes.- Version:
- 1.0
- Author:
- imixs.com
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns an instance of theModelManager
to access model information form a BPMN model.
-
Method Details
-
getSessionContext
Object getSessionContext()This methode returns the Runtime environment for a workflow Implementation used to executePlugin
andAdapter
classes.- Returns:
- a Session Object
-
getModelManager
ModelManager getModelManager()This method returns an instance of theModelManager
to access model information form a BPMN model.- Returns:
- ModelManager
-