Klasse EventLogPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.EventLogPlugin
- Alle implementierten Schnittstellen:
Plugin
The Imixs EventLog plugin can be used to create a EventLog entry during
processing an event. The plugin can be configured by the activity
result :
Example:
<eventlog name="snapshot.export">
<ref>$uniqueid</ref>
<timeout>60000</timeout>
<document>
<amount>500.00</amount>
<department>Finance</department>
</document>
</eventlog>
An EventLog entry can be processed by internal or external services. See: https://www.imixs.org/doc/engine/eventlogservice.html
- Autor:
- rsoika
-
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
-
INVALID_FORMAT
- Siehe auch:
-
-
Konstruktordetails
-
EventLogPlugin
public EventLogPlugin()
-
-
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
-