org.imixs.workflow.plugins
Class StatisticPlugin
java.lang.Object
org.imixs.workflow.plugins.StatisticPlugin
- All Implemented Interfaces:
- org.imixs.workflow.Plugin
public class StatisticPlugin
- extends Object
- implements org.imixs.workflow.Plugin
This Pluginmodul is a draft implementation of a statistic plugin
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
WorkflowManager
| Fields inherited from interface org.imixs.workflow.Plugin |
PLUGIN_ERROR, PLUGIN_OK, PLUGIN_WARNING |
|
Method Summary |
void |
close(int status)
|
void |
init(org.imixs.workflow.WorkflowContext actx)
|
int |
run(org.imixs.workflow.ItemCollection adocumentContext,
org.imixs.workflow.ItemCollection adocumentActivity)
changes the namworkflowreadaccess and namworkflowwriteaccess attribues depending to the activityentity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticPlugin
public StatisticPlugin()
init
public void init(org.imixs.workflow.WorkflowContext actx)
throws Exception
- Specified by:
init in interface org.imixs.workflow.Plugin
- Throws:
Exception
run
public int run(org.imixs.workflow.ItemCollection adocumentContext,
org.imixs.workflow.ItemCollection adocumentActivity)
throws Exception
- changes the namworkflowreadaccess and namworkflowwriteaccess attribues depending to the activityentity
- Specified by:
run in interface org.imixs.workflow.Plugin
- Throws:
Exception
close
public void close(int status)
throws Exception
- Specified by:
close in interface org.imixs.workflow.Plugin
- Throws:
Exception
Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.