IBM BPM, V8.0.1, All platforms > Programming IBM BPM

Business rule management programming

Public business rule management classes are provided for the building of custom management clients or to automate changes to business rules.

You can use business rules management classes in a web application where they are combined with other management capabilities for things such as a BPEL process or human tasks in order to manage all components from a single client. Any custom management clients can be used along side the business process rules manager web application included with IBM BPM Advanced. You can also use the classes to automate changes to business rules within an application.

For example, business rules might be changed when the result of a business process, which uses the business rules, exceeds some threshold or limit.

The business rule management classes must be used in an application installed on the process server. The classes do not provide a remote interface, however you can wrap them in a facade that is then exposed by a specific protocol for remote execution.

Programming IBM BPM