Extend the BRM REST Services Manager Framework

The BRM REST Services Manager SDK supports extending the REST framework with the following customizations:

  • General extension: Adding request query parameters, adding attributes to the request payload, and extending the attributes returned in the response. See:

  • Manipulating workflow: For example, customizing BRM REST Services Manager to call different BRM opcodes for data retrieval or persistence. You may need this type of customization if you have created a custom opcode similar to one provided by Oracle but with alternate business logic not provided by a policy opcode. You make these extensions in the Java extension project.

To set up the extended framework, see "Setting Up Extensions".