Package org.imixs.workflow.micro.plugins
Class ResultPlugin
java.lang.Object
org.imixs.workflow.micro.plugins.AbstractPlugin
org.imixs.workflow.micro.plugins.ResultPlugin
- All Implemented Interfaces:
org.imixs.workflow.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:
-
WorkflowManager
-
Field Summary
FieldsFields inherited from class org.imixs.workflow.micro.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisValidItemName(String itemName) Returns true if the given itemName is valid to be set by this plugin.org.imixs.workflow.ItemCollectionrun(org.imixs.workflow.ItemCollection documentContext, org.imixs.workflow.ItemCollection event) Methods inherited from class org.imixs.workflow.micro.plugins.AbstractPlugin
close, getCtx, getMicroWorkflowService, init
-
Field Details
-
SUPPORTED_KERNEL_ITEMS
-
-
Constructor Details
-
ResultPlugin
public ResultPlugin()
-
-
Method Details
-
run
public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection documentContext, org.imixs.workflow.ItemCollection event) throws org.imixs.workflow.exceptions.PluginException - Throws:
org.imixs.workflow.exceptions.PluginException
-
isValidItemName
Returns true if the given itemName is valid to be set by this plugin.- Parameters:
itemname-- Returns:
-