Uses of Class
gov.nist.secauto.oscal.lib.model.InventoryItem
Packages that use InventoryItem
-
Uses of InventoryItem in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type InventoryItemModifier and TypeMethodDescriptionAssessmentPlan.LocalDefinitions.getInventoryItems()LocalDefinitions.getInventoryItems()Result.LocalDefinitions.getInventoryItems()SystemImplementation.getInventoryItems()Methods in gov.nist.secauto.oscal.lib.model with parameters of type InventoryItemModifier and TypeMethodDescriptionbooleanAssessmentPlan.LocalDefinitions.addInventoryItem(InventoryItem item) Add a newInventoryItemitem to the underlying collection.booleanLocalDefinitions.addInventoryItem(InventoryItem item) Add a newInventoryItemitem to the underlying collection.booleanResult.LocalDefinitions.addInventoryItem(InventoryItem item) Add a newInventoryItemitem to the underlying collection.booleanSystemImplementation.addInventoryItem(InventoryItem item) Add a newInventoryItemitem to the underlying collection.booleanAssessmentPlan.LocalDefinitions.removeInventoryItem(InventoryItem item) Remove the first matchingInventoryItemitem from the underlying collection.booleanLocalDefinitions.removeInventoryItem(InventoryItem item) Remove the first matchingInventoryItemitem from the underlying collection.booleanResult.LocalDefinitions.removeInventoryItem(InventoryItem item) Remove the first matchingInventoryItemitem from the underlying collection.booleanSystemImplementation.removeInventoryItem(InventoryItem item) Remove the first matchingInventoryItemitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type InventoryItemModifier and TypeMethodDescriptionvoidAssessmentPlan.LocalDefinitions.setInventoryItems(List<InventoryItem> value) voidLocalDefinitions.setInventoryItems(List<InventoryItem> value) voidResult.LocalDefinitions.setInventoryItems(List<InventoryItem> value) voidSystemImplementation.setInventoryItems(List<InventoryItem> value)