Klasse ApplicationPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.ApplicationPlugin
- Alle implementierten Schnittstellen:
Plugin
This Plugin updates application specific settings.
- txtWorkflowEditorID - optional EditorID to be used by an application
- txtWorkflowImageURL - visual image can be displayed by an application
- $WorkflowAbstract - Abstract text
- $WorkflowSummary - 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 Task Entity. 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.3: type, workflowgroup and workfowstatus are handled by the WorkflowKernel
- Version:
- 1.3
- Autor:
- Ralph Soika
- Siehe auch:
-
Feldübersicht
FelderVon Klasse geerbte Felder org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.imixs.workflow.engine.plugins.AbstractPlugin
close, getWorkflowContext, getWorkflowService, init, mergeFieldList, setWorkflowService, uniqueList
-
Felddetails
-
WORKFLOWABSTRACT
- Siehe auch:
-
WORKFLOWSUMMARY
- Siehe auch:
-
-
Konstruktordetails
-
ApplicationPlugin
public ApplicationPlugin()
-
-
Methodendetails
-
run
- Parameter:
workitem- the workitem to be processedevent- the workflow event containing the processing instructions- Gibt zurück:
- updated workitem for further processing
- Löst aus:
PluginException
-