txtWorkflowSummary - Summary
These settings can be configured by the imixs modeler on the Application
Property Tab on a ProcessEntity.
The Plugin determines the new settings by fetching the next ProcessEntity. The
Next ProcessEntity is defined by the ActivityEntity attribute
'numNextProcessID'
Version 1.1
The Plugin will test if the provided Model supports ExtendedModels. If so the
Plugin will fetch the next ProcessEntity by the current used modelVersion of
the workitem.
Version 1.2
The plugin submits the new settings directly in the run() method, so other
plugins can access the new properties for further operations
http://java.net/jira/browse/IMIXS_WORKFLOW-81
- Version:
- 1.2
- Author:
- Ralph Soika
- See Also:
WorkflowManager
|
Method Summary |
void |
close(int status)
This CallBack Mathode is uses to giv the plugin the chance to close plubin spcific data |
int |
run(ItemCollection adocumentContext,
ItemCollection adocumentActivity)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationPlugin
public ApplicationPlugin()
run
public int run(ItemCollection adocumentContext,
ItemCollection adocumentActivity)
throws Exception
- Parameters:
adocumentContext - defines the document to be processedadocumentActivity - defines the activity document which contains the workflowprocessing instructions
- Returns:
- the current status for this plugin
- Throws:
Exception
close
public void close(int status)
throws Exception
- Description copied from interface:
Plugin
- This CallBack Mathode is uses to giv the plugin the chance to close plubin spcific data
- Parameters:
status - gives the plugin information about the current status. this parameter is deliverd by the workflowKernel.
- Throws:
Exception
Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.