Uses of Class
org.opennms.pris.model.RequisitionNode
Packages that use RequisitionNode
-
Uses of RequisitionNode in org.opennms.pris.model
Fields in org.opennms.pris.model with type parameters of type RequisitionNodeMethods in org.opennms.pris.model that return RequisitionNodeModifier and TypeMethodDescriptionObjectFactory.createRequisitionNode()Create an instance ofRequisitionNodeRequisitionNode.withAssets(Collection<RequisitionAsset> values) RequisitionNode.withAssets(RequisitionAsset... values) RequisitionNode.withBuilding(String value) RequisitionNode.withCategories(Collection<RequisitionCategory> values) RequisitionNode.withCategories(RequisitionCategory... values) RequisitionNode.withForeignId(String value) RequisitionNode.withInterfaces(Collection<RequisitionInterface> values) RequisitionNode.withInterfaces(RequisitionInterface... values) RequisitionNode.withLocation(String value) RequisitionNode.withMetaDatas(Collection<MetaData> values) RequisitionNode.withMetaDatas(MetaData... values) RequisitionNode.withNodeLabel(String value) RequisitionNode.withParentForeignId(String value) RequisitionNode.withParentForeignSource(String value) RequisitionNode.withParentNodeLabel(String value) Methods in org.opennms.pris.model that return types with arguments of type RequisitionNodeMethods in org.opennms.pris.model with parameters of type RequisitionNodeMethod parameters in org.opennms.pris.model with type arguments of type RequisitionNodeConstructor parameters in org.opennms.pris.model with type arguments of type RequisitionNodeModifierConstructorDescriptionRequisition(List<RequisitionNode> nodes, XMLGregorianCalendar dateStamp, XMLGregorianCalendar lastImport, String foreignSource) Fully-initialising value constructor -
Uses of RequisitionNode in org.opennms.pris.util
Methods in org.opennms.pris.util that return RequisitionNodeModifier and TypeMethodDescriptionstatic RequisitionNodeRequisitionUtils.findNode(Requisition requisition, String foreignId) Finds the node with the given foreign ID.Methods in org.opennms.pris.util with parameters of type RequisitionNodeModifier and TypeMethodDescriptionstatic RequisitionAssetRequisitionUtils.findAsset(RequisitionNode node, String assetName) Finds the asset on the given node with the given name.static RequisitionCategoryRequisitionUtils.findCategory(RequisitionNode node, String categoryName) Finds the category on the given node with the given name.static RequisitionInterfaceRequisitionUtils.findInterface(RequisitionNode node, String ipAddress) Finds the interface on the given node with the given IP address.static MetaDataRequisitionUtils.findMetaData(RequisitionNode node, String context, String key) Finds the meta-data entry on the given node with the given context and key.static BooleanRequisitionUtils.hasCategory(RequisitionNode node, String categoryName, Boolean ignoreCase) Determines whether the given node carries the given category.