Klasse LogPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.LogPlugin
- Alle implementierten Schnittstellen:
Plugin
This Pluginmodul cuts the length of the technical log entries generated by
the WorkflowKernel:
txtWorkflowPluginLog
txtWorkflowActivityLog
The Attribute numWorkflowLogLength indicates the maximum number of entries.
if Ungültige Eingabe: "<"= 0 no limit is set.
- Version:
- 1.2
- Autor:
- Ralph Soika
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungrun(ItemCollection documentContext, ItemCollection adocumentActivity) the log entries generated form the kernel will be cut if the attribute numWorkflowLogLength was providedVon Klasse geerbte Methoden org.imixs.workflow.engine.plugins.AbstractPlugin
close, getWorkflowContext, getWorkflowService, init, mergeFieldList, setWorkflowService, uniqueList
-
Konstruktordetails
-
LogPlugin
public LogPlugin()
-
-
Methodendetails
-
run
public ItemCollection run(ItemCollection documentContext, ItemCollection adocumentActivity) throws PluginException the log entries generated form the kernel will be cut if the attribute numWorkflowLogLength was provided- Parameter:
documentContext- the workitem to be processedadocumentActivity- the workflow event containing the processing instructions- Gibt zurück:
- updated workitem for further processing
- Löst aus:
PluginException
-