Klasse ResultPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.ResultPlugin
- Alle implementierten Schnittstellen:
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
- 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
Modifizierer und TypMethodeBeschreibungbooleanisValidItemName(String itemName) Returns true if the given itemName is valid to be set by this plugin.run(ItemCollection documentContext, ItemCollection event) Von Klasse geerbte Methoden org.imixs.workflow.engine.plugins.AbstractPlugin
close, getWorkflowContext, getWorkflowService, init, mergeFieldList, setWorkflowService, uniqueList
-
Felddetails
-
SPPORTED_KERNEL_ITEMS
-
-
Konstruktordetails
-
ResultPlugin
public ResultPlugin()
-
-
Methodendetails
-
run
public ItemCollection run(ItemCollection documentContext, ItemCollection event) throws PluginException - Parameter:
documentContext- the workitem to be processedevent- the workflow event containing the processing instructions- Gibt zurück:
- updated workitem for further processing
- Löst aus:
PluginException
-
isValidItemName
Returns true if the given itemName is valid to be set by this plugin.- Parameter:
itemname-- Gibt zurück:
-