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 TypeMethodDescriptionbooleanPlanOfActionAndMilestones.addFinding(Finding item) Add a newFindingitem to the underlying collection.booleanResult.addFinding(Finding item) Add a newFindingitem to the underlying collection.booleanPlanOfActionAndMilestones.removeFinding(Finding item) Remove the first matchingFindingitem from the underlying collection.booleanResult.removeFinding(Finding item) Remove the first matchingFindingitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type FindingModifier and TypeMethodDescriptionvoidPlanOfActionAndMilestones.setFindings(List<Finding> value) voidResult.setFindings(List<Finding> value)