Uses of Class
gov.nist.secauto.oscal.lib.model.Finding
Packages that use Finding
-
Uses of Finding in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type FindingMethods in gov.nist.secauto.oscal.lib.model with parameters of type FindingModifier and TypeMethodDescriptionboolean
PlanOfActionAndMilestones.addFinding
(Finding item) Add a newFinding
item to the underlying collection.boolean
Result.addFinding
(Finding item) Add a newFinding
item to the underlying collection.boolean
PlanOfActionAndMilestones.removeFinding
(Finding item) Remove the first matchingFinding
item from the underlying collection.boolean
Result.removeFinding
(Finding item) Remove the first matchingFinding
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type FindingModifier and TypeMethodDescriptionvoid
PlanOfActionAndMilestones.setFindings
(List<Finding> value) void
Result.setFindings
(List<Finding> value)