Skip to content

Latest commit

 

History

History

extensions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Business Console Extensions

Extending

  1. Add your custom controller in a package com.ibm.rules.decisioncenter.web.myController
  2. Add resources for this controller in a folder resources/extensions
  3. Add you entry point in the preferences.properties in resources/com/ibm/rules/decisioncenter/web
  4. Rebuild

This solution is build using the dependencies from this project and an installation of ODM.

Installing

  • Download the release
  • Add the jar BCExtensions into DecisionCenter.war in WEB-INF/lib
  • Redeploy the application

Using

ClipboardActions

Add the ability to select rules from the Decision Artifact middle view and copy them to any project or branch selecting folder(s) in the Decision Artifact tree view.

  • Copy to clipboard

Check rules in the middle view to be copied.
The clipboard is reset by using Copy To Clipboard with nothing selected.

  • Paste to Package

Select folders and project in the tree view where to copy the rules stored in the clipboard.