Interface SearchCriteria
-
- All Superinterfaces:
CollapsibleCriteria
- All Known Implementing Classes:
AlarmHopCriteria
,CategoryHopCriteria
,IpLikeHopCriteria
public interface SearchCriteria extends CollapsibleCriteria
This interface, is an extension of theCollapsibleCriteria
interface - it allows savingCollapsibleCriteria
objects to history and to load them from it afterwards
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSearchString()
Gets query string that was used for the generation of this criterion-
Methods inherited from interface org.opennms.features.topology.api.topo.CollapsibleCriteria
getCollapsedRepresentation, getId, getLabel, getNamespace, getVertices, isCollapsed, setCollapsed
-
-
-
-
Method Detail
-
getSearchString
String getSearchString()
Gets query string that was used for the generation of this criterion- Returns:
-
-