Class RMv21BehaviorScriptsPatch

All Implemented Interfaces:
ModuleComponent, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

public class RMv21BehaviorScriptsPatch extends RMv21PatchComponent implements org.springframework.beans.factory.BeanNameAware
This patch creates a new "Records Management Behavior Scripts" folder and moves existing behavior scripts from the old "Records Management Scripts" folder to the new folder. This is to compensate for any non-behavior RM scripts so that they can live in the old "Records Management Scripts" folder for its intended purpose and be picked up by the execute script rule action.
Since:
2.1
Author:
Craig Tan
  • Field Details

    • RM_CONFIG

      protected static final NodeRef RM_CONFIG
      rm config folder root lookup
    • OLD_BEHAVIOR_SCRIPTS_FOLDER

      protected static final NodeRef OLD_BEHAVIOR_SCRIPTS_FOLDER
      old behavior scripts folder root lookup
    • IS_CLOSED_JS

      protected static final String IS_CLOSED_JS
      name of example script
      See Also:
  • Constructor Details

    • RMv21BehaviorScriptsPatch

      public RMv21BehaviorScriptsPatch()
  • Method Details