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 TypeMethodDescriptionboolean
AssessmentPlan.LocalDefinitions.addInventoryItem
(InventoryItem item) Add a newInventoryItem
item to the underlying collection.boolean
LocalDefinitions.addInventoryItem
(InventoryItem item) Add a newInventoryItem
item to the underlying collection.boolean
Result.LocalDefinitions.addInventoryItem
(InventoryItem item) Add a newInventoryItem
item to the underlying collection.boolean
SystemImplementation.addInventoryItem
(InventoryItem item) Add a newInventoryItem
item to the underlying collection.boolean
AssessmentPlan.LocalDefinitions.removeInventoryItem
(InventoryItem item) Remove the first matchingInventoryItem
item from the underlying collection.boolean
LocalDefinitions.removeInventoryItem
(InventoryItem item) Remove the first matchingInventoryItem
item from the underlying collection.boolean
Result.LocalDefinitions.removeInventoryItem
(InventoryItem item) Remove the first matchingInventoryItem
item from the underlying collection.boolean
SystemImplementation.removeInventoryItem
(InventoryItem item) Remove the first matchingInventoryItem
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type InventoryItemModifier and TypeMethodDescriptionvoid
AssessmentPlan.LocalDefinitions.setInventoryItems
(List<InventoryItem> value) void
LocalDefinitions.setInventoryItems
(List<InventoryItem> value) void
Result.LocalDefinitions.setInventoryItems
(List<InventoryItem> value) void
SystemImplementation.setInventoryItems
(List<InventoryItem> value)