Class ResultPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.ResultPlugin
- All Implemented Interfaces:
Plugin
This Plug-In evaluates the result message provided by the Activity property
'txtActivityResult'. The value will be parsed for the xml tag 'item'
- value
The provided value will be assigned to the named property. The value can also
be evaluated with the tag 'itemValue'
namCreator
- Version:
- 1.1
- Author:
- Ralph Soika
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isValidItemName
(String itemName) Returns true if the given itemName is valid to be set by this plugin.run
(ItemCollection documentContext, ItemCollection event) Methods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
close, getCtx, getWorkflowService, init, mergeFieldList, uniqueList
-
Field Details
-
SPPORTED_KERNEL_ITEMS
-
-
Constructor Details
-
ResultPlugin
public ResultPlugin()
-
-
Method Details
-
run
public ItemCollection run(ItemCollection documentContext, ItemCollection event) throws PluginException - Parameters:
documentContext
- the workitem to be processedevent
- the workflow event containing the processing instructions- Returns:
- updated workitem for further processing
- Throws:
PluginException
-
isValidItemName
Returns true if the given itemName is valid to be set by this plugin.- Parameters:
itemname
-- Returns:
-