Package org.imixs.marty.ejb.security
Class UserGroupPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.marty.security.UserGroupPlugin
org.imixs.marty.ejb.security.UserGroupPlugin
- All Implemented Interfaces:
org.imixs.workflow.Plugin
Deprecated.
This plugin is deprecated an simply overwrite the Marty UserGroup 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.security.UserGroupPlugin
INVALID_CONTEXTFields 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.This method updates the user object and the group relation shipsMethods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
close, getCtx, getWorkflowService, init, mergeFieldList, uniqueList
-
Constructor Details
-
UserGroupPlugin
public UserGroupPlugin()Deprecated.
-
-
Method Details
-
run
public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection adocumentContext, org.imixs.workflow.ItemCollection documentActivity) throws org.imixs.workflow.exceptions.PluginException Deprecated.Description copied from class:UserGroupPluginThis method updates the user object and the group relation ships- Specified by:
runin interfaceorg.imixs.workflow.Plugin- Overrides:
runin classUserGroupPlugin- Throws:
org.imixs.workflow.exceptions.PluginException
-