@Singleton public class EncassFilter extends java.lang.Object implements EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.Encass>
| Constructor and Description |
|---|
EncassFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.Encass> |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTo, 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.Encass>public java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.Encass> 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.Encass>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.