org.opennms.web.notification.filter
Class NodeFilter
java.lang.Object
org.opennms.web.filter.BaseFilter<T>
org.opennms.web.filter.OneArgFilter<T>
org.opennms.web.filter.EqualsFilter<Integer>
org.opennms.web.notification.filter.NodeFilter
- All Implemented Interfaces:
- Filter
public class NodeFilter
- extends EqualsFilter<Integer>
Encapsulates all node filtering functionality.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
|
Field Summary |
static String |
TYPE
Constant TYPE="node" |
|
Constructor Summary |
NodeFilter(int nodeId)
Constructor for NodeFilter. |
TYPE
public static final String TYPE
- Constant
TYPE="node"
- See Also:
- Constant Field Values
NodeFilter
public NodeFilter(int nodeId)
Constructor for NodeFilter.
- Parameters:
nodeId - a int.
Copyright © 2011. All Rights Reserved.