OPT_DATA_PROVIDER

Description: Used for creating the code extension that queries and prepares the data for automation optimization.

Abstract Base Class: com.navis.external.optimization.AbstractDataProvider

Method:

Interface: com.navis.external.optimization.EDataProvider

Module: Optimization

Version Added: 3.0

Requires Code Extension Name or Name Pattern: No

Code Extension Name or Name Pattern: N/A

Where to Specify Code Extensions of this Type:  Under Configuration Optimization Problem Solution Problem Solution form for the Data Provider field.

System-Seeded Code Extensions Using this Type:

*If you upgrade to 3.02.14 or later, from a previous version of 3.02, note that portal tier classes included in these extensions that were previously prefaced with Agv, have been changed to Aht. If you have overridden these code extension files, any custom Groovy referring to the old class names would fail. You must edit the Groovy code extension files to use the new names by replacing Agv with Aht in the class names. For example, rename AgvControlAction to AhtControlAction.