Package org.frankframework.monitoring
Class AdapterFilter
java.lang.Object
org.frankframework.monitoring.AdapterFilter
Filter on Adapters, used by Triggers.
- Since:
- 4.9.8
- Author:
- Gerrit van Brakel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubObjectText
(String name) Add the name of a SubObject (such as a Pipe) to be included in the filter.Get the list of registered names of SubObjects included in the filter.boolean
void
setAdapter
(String string) Set the name of the Adapter that this AdapterFilter filters on.
-
Constructor Details
-
AdapterFilter
public AdapterFilter()
-
-
Method Details
-
setAdapter
Set the name of the Adapter that this AdapterFilter filters on. -
getAdapter
-
isFilteringToLowerLevelObjects
public boolean isFilteringToLowerLevelObjects() -
addSubObjectText
Add the name of a SubObject (such as a Pipe) to be included in the filter. -
getSubObjectList
Get the list of registered names of SubObjects included in the filter.
-