public interface ConfigFilter
ConfigNodePath are supported currently.
Filters can be used with "GET" methods of ProprietaryConfigService| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConfigFilter.Builder
Builder for ConfigFilter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ConfigNodePath> |
getCriteria()
Method to list all the ConfigNodePath criteria that are in place for a ConfigFilter.
|
boolean |
isEmptyFilter()
Method to check if the ConfigFilter has an empty criteria set.
|
ConfigFilter |
negateFilter(ConfigFilter original)
Method to create a filter that include all entries rejected by the criteria.
|
java.util.Set<ConfigNodePath> getCriteria()
ConfigFilter negateFilter(ConfigFilter original)
original - filter object with a criteria setInvalidFilterException - if the received ConfigFilter object
was null or if it had an empty criteria setboolean isEmptyFilter()
true if criteria set is empty, true otherwise.