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