EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection>, java.lang.Comparable<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection>@Singleton public class JDBCConnectionFilter extends java.lang.Object implements EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection>
| Constructor | Description |
|---|---|
JDBCConnectionFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection> |
filter(java.lang.String folderPath,
FilterConfiguration filterConfiguration,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle) |
Filters entities in the bundle and returns the list of filtered entities.
|
@NotNull java.util.Collection<java.lang.Class<? extends EntityFilter>> |
getDependencyEntityFilters() |
|
java.lang.String |
getFilterableEntityName() |
The filterable entity name.
|
compareTo, getEntityFilterFromClass, isDependency@NotNull public @NotNull java.util.Collection<java.lang.Class<? extends EntityFilter>> getDependencyEntityFilters()
getDependencyEntityFilters in interface EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection>public java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection> filter(java.lang.String folderPath,
FilterConfiguration filterConfiguration,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle)
EntityFilterfilter in interface EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection>folderPath - The folder path that will be filteredfilterConfiguration - This is the filter configuration.bundle - The bundle to filter entities fromfilteredBundle - The filtered bundle containing already filtered entities.public java.lang.String getFilterableEntityName()
EntityFiltergetFilterableEntityName in interface EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.JdbcConnection>