@FrankDocGroup(name="Monitoring") public class AdapterFilter extends Object
Constructor and Description |
---|
AdapterFilter() |
Modifier and Type | Method and Description |
---|---|
String |
getAdapter() |
List<String> |
getSubObjectList()
Get the list of registered names of SubObjects included in the filter.
|
boolean |
isFilteringToLowerLevelObjects() |
void |
registerSubObject(String name)
Register the name of a SubObject (such as a Pipe) to be included in the filter.
|
void |
setAdapter(String string)
Set the name of the Adapter that this AdapterFilter filters on.
|
public void setAdapter(String string)
public String getAdapter()
public boolean isFilteringToLowerLevelObjects()
public void registerSubObject(String name)
Copyright © 2023 Frank!Framework. All rights reserved.