Package org.opennms.netmgt.search.api
Interface Contexts
-
public interface Contexts
Holds all pre-defined search contexts.- Author:
- mvrueden
-
-
Field Summary
Fields Modifier and Type Field Description static SearchContext
Action
static int
ACTION_WEIGHT
static SearchContext
Node
static int
NODE_WEIGHT
static int
OTHER_WEIGHT
-
-
-
Field Detail
-
NODE_WEIGHT
static final int NODE_WEIGHT
- See Also:
- Constant Field Values
-
ACTION_WEIGHT
static final int ACTION_WEIGHT
- See Also:
- Constant Field Values
-
OTHER_WEIGHT
static final int OTHER_WEIGHT
- See Also:
- Constant Field Values
-
Node
static final SearchContext Node
-
Action
static final SearchContext Action
-
-