|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imixs.workflow.WorkflowKernel
public class WorkflowKernel
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.
WorkflowManager| Field Summary | |
|---|---|
static int |
LOG_LEVEL_FINE
|
static int |
LOG_LEVEL_SEVERE
Log-Levels |
static int |
LOG_LEVEL_WARNING
|
| Constructor Summary | |
|---|---|
WorkflowKernel(WorkflowContext actx)
Constructor initialize the contextObject and plugin vectors |
|
| Method Summary | |
|---|---|
static String |
generateUniqueID()
This method creates a unique key which can be used as a primary key. |
void |
process(ItemCollection document)
Processes a workitem. |
void |
registerPlugin(String aClassName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LOG_LEVEL_SEVERE
public static final int LOG_LEVEL_WARNING
public static final int LOG_LEVEL_FINE
| Constructor Detail |
|---|
public WorkflowKernel(WorkflowContext actx)
| Method Detail |
|---|
public void registerPlugin(String aClassName)
public void process(ItemCollection document)
throws ProcessingErrorException
document -
ProcessingErrorExceptionpublic static String generateUniqueID()
The uniqueid consits of two parts containing a random unique char sequence
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||