Package org.opennms.netmgt.provision
Interface NodePolicy
-
- All Superinterfaces:
OnmsPolicy
- All Known Implementing Classes:
NodeCategorySettingPolicy
,NodeMetadataSettingPolicy
,ScriptPolicy
public interface NodePolicy extends OnmsPolicy
NodePolicy- Version:
- $Id: $
- Author:
- brozow
-
-
Field Summary
Fields Modifier and Type Field Description static String
RUN_IN_TRANSACTION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnmsNode
apply(OnmsNode node, Map<String,Object> attributes)
apply
-