Class AccessPlugin
- java.lang.Object
-
- org.imixs.workflow.engine.plugins.AbstractPlugin
-
- org.imixs.workflow.engine.plugins.AccessPlugin
-
- All Implemented Interfaces:
Plugin
@Deprecated public class AccessPlugin extends AbstractPlugin
Deprecated.Deprecated - see PaticipantAdapter.- Version:
- 3.0
- Author:
- Ralph Soika
- See Also:
WorkflowManager
-
-
Field Summary
-
Fields inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT
-
-
Constructor Summary
Constructors Constructor Description AccessPlugin()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ItemCollection
run(ItemCollection adocumentContext, ItemCollection documentActivity)
Deprecated.-
Methods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
close, getCtx, getWorkflowService, init, mergeFieldList, uniqueList
-
-
-
-
Method Detail
-
run
@Deprecated public ItemCollection run(ItemCollection adocumentContext, ItemCollection documentActivity) throws PluginException
Deprecated.- Parameters:
adocumentContext
- the workitem to be processeddocumentActivity
- the workflow event containing the processing instructions- Returns:
- updated workitem for further processing
- Throws:
PluginException
-
-