Package org.imixs.marty.plugins
Class TeamPlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.marty.team.TeamPlugin
org.imixs.marty.plugins.TeamPlugin
- All Implemented Interfaces:
org.imixs.workflow.Plugin
Deprecated.
This plugin is deprecated an simply overwrite the Marty Team 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.team.TeamPlugin
INVALID_REFERENCE_ASSIGNED_BY_MODEL, NO_PROCESS_ASSIGNEDFields 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.The method updates information from the Process and Space entiy (optional) stored in the attribute '$uniqueIdref' process.ref space.ref namTeam namManager namProcessTeam namProcessManager txtSpaceName txtCoreProcessName If the workitem is a child to another workitem (ChildWorkitem) the information is fetched from the parent workitem.Methods inherited from class org.imixs.marty.team.TeamPlugin
findEntity, initMethods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
close, getCtx, getWorkflowService, mergeFieldList, uniqueList
-
Constructor Details
-
TeamPlugin
public TeamPlugin()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:TeamPluginThe method updates information from the Process and Space entiy (optional) stored in the attribute '$uniqueIdref'- process.ref
- space.ref
- namTeam
- namManager
- namProcessTeam
- namProcessManager
- txtSpaceName
- txtCoreProcessName
If the workitem is a child to another workitem (ChildWorkitem) the
information is fetched from the parent workitem.
If the workflowresultmessage contains a space entity reference the plugin
will update the reference in the property $uniqueIdRef.
Example:
- ...
- Specified by:
runin interfaceorg.imixs.workflow.Plugin- Overrides:
runin classTeamPlugin- Throws:
org.imixs.workflow.exceptions.PluginException
-