Order and Service Management (Communications Industry) (MOSC)

MOSC Banner

How can the "Custom" option be used in the Data Adapter.

 You can use the Custom Data Adapter if you are following the steps in the Development Guide and JavaDoc.
OSM Developer Guide: Using Behaviors->Data Providers-Custom on page 6-35
JavaDoc: AbstractAdapter and ExternalInstanceAdapter

1) You need to create a class which will implement ExternalInstanceAdapter which you can find in the  JavaDoc

2) Then you need to implement a method org.w3c.dom.Element retrieveInstance(ViewRuleContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters) throws java.lang.Exception which you can find in JavaDoc for Interface ExternalInstanceAdapter.

3) Go to ../SDK/Customization and unpack oms.ear file.
Set two jar files omscommon.jar and behavior_plugins.jar in CLASSPATH

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center