-
public interface MOFilterTheMOFilterinterface can be used to filterManagedObjects.- Since:
- 1.12
- Version:
- 3.1.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanpassesFilter(ManagedObject<?> mo)Checks whether the givenManagedObjectpasses this filter.
-
-
-
Method Detail
-
passesFilter
boolean passesFilter(ManagedObject<?> mo)
Checks whether the givenManagedObjectpasses this filter.- Parameters:
mo- a ManagedObject instance.- Returns:
trueif it passes the filter,falseotherwise.
-
-