EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.Service>, java.lang.Comparable<com.ca.apim.gateway.cagatewayconfig.beans.Service>@Singleton public class ServiceFilter extends java.lang.Object implements EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.Service>
| Constructor | Description |
|---|---|
ServiceFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.Service> |
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() |
compareTo, getEntityFilterFromClass, getFilterableEntityName, isDependency@NotNull public @NotNull java.util.Collection<java.lang.Class<? extends EntityFilter>> getDependencyEntityFilters()
getDependencyEntityFilters in interface EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.Service>public java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.Service> 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.Service>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.