POST /API/runtimeAPI/executeFilter
parameters=…&connectorClassName=…&members=…&options=…
API Example:
AbstractRemoteRuntimeAPI.executeFilter({'parameters': /* parameters the parameters to set the connector. */, 'connectorClassName': /* connectorClassName the Filter class name */, 'members': /* members the member set to filter */, 'options': /* options the options map (domain, queyList, user) */});
Executes a Filter.
Output:
java.util.Set<java.lang.String> - the candidates filtered by the connector
Form parameters:
parameters - the parameters to set the connector.
connectorClassName - the Filter class name
members - the member set to filter
options - the options map (domain, queyList, user)