Class SpacePlugin

java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.marty.team.SpacePlugin
org.imixs.marty.plugins.SpacePlugin
All Implemented Interfaces:
org.imixs.workflow.Plugin

@Deprecated public class SpacePlugin extends SpacePlugin
Deprecated.
This plugin is deprecated an simply overwrite the Marty Space 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.SpacePlugin

    ORGUNIT_NAME_ERROR, SPACE_ARCHIVE_ERROR, SPACE_DELETE_ERROR

    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.
    If a 'space' is processed, the method verifies if the space Information need to be updated to the parent and subSpaces.

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

    close, getCtx, getWorkflowService, init, mergeFieldList, uniqueList

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpacePlugin

      public SpacePlugin()
      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: SpacePlugin
      If a 'space' is processed, the method verifies if the space Information need to be updated to the parent and subSpaces. The method also tries to update the workflow status of all subspaces
      Specified by:
      run in interface org.imixs.workflow.Plugin
      Overrides:
      run in class SpacePlugin
      Throws:
      org.imixs.workflow.exceptions.PluginException