Package org.imixs.marty.plugins
Class DeputyPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.marty.profile.DeputyPlugin
org.imixs.marty.plugins.DeputyPlugin
- All Implemented Interfaces:
org.imixs.workflow.Plugin
Deprecated.
This plugin is deprecated an simply overwrite the Marty Deputy Plugin.
Because the plugin was used by older workflow models the plugin will not be
removed.
- Version:
- 3.0
- Author:
- rsoika
-
Field Summary
Fields inherited from class org.imixs.marty.profile.DeputyPlugin
PROFILESERVICE_NOT_BOUNDFields inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.imixs.workflow.ItemCollectionrun(org.imixs.workflow.ItemCollection adocumentContext, org.imixs.workflow.ItemCollection documentActivity) Deprecated.iterate over all fields with the prefix nam...Methods inherited from class org.imixs.marty.profile.DeputyPlugin
getIgnoreList, ignoreItem, setIgnoreListMethods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
close, getCtx, getWorkflowService, init, mergeFieldList, uniqueList
-
Constructor Details
-
DeputyPlugin
public DeputyPlugin()Deprecated.
-
-
Method Details
-
run
public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection adocumentContext, org.imixs.workflow.ItemCollection documentActivity) Deprecated.Description copied from class:DeputyPluginiterate over all fields with the prefix nam... Skip if not a workitem- Specified by:
runin interfaceorg.imixs.workflow.Plugin- Overrides:
runin classDeputyPlugin
-