EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.PrivateKey>, java.lang.Comparable<com.ca.apim.gateway.cagatewayconfig.beans.PrivateKey>@Singleton public class PrivateKeyFilter extends java.lang.Object implements EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.PrivateKey>
| Constructor | Description |
|---|---|
PrivateKeyFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.PrivateKey> |
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.PrivateKey>public java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.PrivateKey> 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.PrivateKey>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.PrivateKey>