Class AccessPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.AccessPlugin
- All Implemented Interfaces:
Plugin
Deprecated.
Deprecated - see PaticipantAdapter.
- Version:
- 3.0
- Author:
- Ralph Soika
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionrun
(ItemCollection adocumentContext, ItemCollection documentActivity) Deprecated.Methods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
close, getCtx, getWorkflowService, init, mergeFieldList, uniqueList
-
Constructor Details
-
AccessPlugin
public AccessPlugin()Deprecated.
-
-
Method Details
-
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
-