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 public class TeamPlugin extends TeamPlugin
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_ASSIGNED

    Fields inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin

    INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.imixs.workflow.ItemCollection
    run(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, init

    Methods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin

    close, getCtx, getWorkflowService, mergeFieldList, uniqueList

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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: TeamPlugin
      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. If the workflowresultmessage contains a space entity reference the plugin will update the reference in the property $uniqueIdRef. Example: ...
      Specified by:
      run in interface org.imixs.workflow.Plugin
      Overrides:
      run in class TeamPlugin
      Throws:
      org.imixs.workflow.exceptions.PluginException