com.bmc.arsys.pluginsvr.plugins
Class ARFilterAPIPlugin
java.lang.Object
com.bmc.arsys.pluginsvr.plugins.ARPlugin
com.bmc.arsys.pluginsvr.plugins.ARFilterAPIPlugin
- All Implemented Interfaces:
- ARFilterAPIPluggable, ARPluggable
public abstract class ARFilterAPIPlugin
- extends ARPlugin
- implements ARFilterAPIPluggable
Default implementation of filter api plugin.
|
Method Summary |
abstract 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. |
ARFilterAPIPlugin
public ARFilterAPIPlugin()
filterAPICall
public abstract List<com.bmc.arsys.api.Value> filterAPICall(ARPluginContext context,
List<com.bmc.arsys.api.Value> pInValues)
throws com.bmc.arsys.api.ARException
- Description copied from interface:
ARFilterAPIPluggable
- Given a set of input values, process it and return a list of output values. The plugin context and
instance data are also provided.
- Specified by:
filterAPICall in interface ARFilterAPIPluggable
- Parameters:
context - Current context for this plugin call, like username etc.pInValues - input values
- Returns:
- output values
- Throws:
com.bmc.arsys.api.ARException
© Copyright 2014 BMC Software, Inc.