|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ARFilterAPIPluggable
Extended ARPluggable interface that defines methods specific to FilterAPI plugins.
| Method Summary | |
|---|---|
List<com.bmc.arsys.api.Value> |
filterAPICall(ARPluginContext context,
List<com.bmc.arsys.api.Value> pInValues)
Given a set of input values, process it and return a list of output values. |
| Methods inherited from interface com.bmc.arsys.pluginsvr.plugins.ARPluggable |
|---|
initialize, onEvent, terminate |
| Method Detail |
|---|
List<com.bmc.arsys.api.Value> filterAPICall(ARPluginContext context,
List<com.bmc.arsys.api.Value> pInValues)
throws com.bmc.arsys.api.ARException
context - Current context for this plugin call, like username etc.pInValues - input values
com.bmc.arsys.api.ARException
|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||