org.imixs.workflow
Class WorkflowKernel
java.lang.Object
org.imixs.workflow.WorkflowKernel
public class WorkflowKernel
- extends java.lang.Object
The Workflowkernel is the core component of this Framework to control the
processing of a workitem. A Workflowmanager loads an instance of
a Workflowkernel and hand over a Model and register
Plugins for processing one or many workitems.
- Version:
- 1.1
- Author:
- Ralph Soika
- See Also:
WorkflowManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iDebugLevel
protected int iDebugLevel
- Debug
DEBUG_OFF
public static final int DEBUG_OFF
- See Also:
- Constant Field Values
DEBUG_ERRORS
public static final int DEBUG_ERRORS
- See Also:
- Constant Field Values
DEBUG_VERBOSE
public static final int DEBUG_VERBOSE
- See Also:
- Constant Field Values
WorkflowKernel
public WorkflowKernel(WorkflowContext actx)
- Constructor initialize the contextobject and plugin vectors
registerPlugin
public void registerPlugin(java.lang.String aClassName)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public void process(ItemCollection document)
throws java.lang.Exception
- Parameters:
document -
- Throws:
java.lang.Exception
Copyright © 2006-2010 Imixs Software Solutions GmbH. All Rights Reserved.