Uses of Class
gov.nist.secauto.oscal.lib.model.InventoryItem
-
Uses of InventoryItem in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionAssessmentPlan.LocalDefinitions.getInventoryItems()
LocalDefinitions.getInventoryItems()
Result.LocalDefinitions.getInventoryItems()
SystemImplementation.getInventoryItems()
Modifier 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.Modifier 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)