Uses of Class
gov.nist.secauto.oscal.lib.model.LocalObjective
Packages that use LocalObjective
-
Uses of LocalObjective in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type LocalObjectiveModifier and TypeMethodDescriptionAssessmentPlan.LocalDefinitions.getObjectivesAndMethods()
AssessmentResults.LocalDefinitions.getObjectivesAndMethods()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type LocalObjectiveModifier and TypeMethodDescriptionboolean
AssessmentPlan.LocalDefinitions.addObjectivesAndMethods
(LocalObjective item) Add a newLocalObjective
item to the underlying collection.boolean
AssessmentResults.LocalDefinitions.addObjectivesAndMethods
(LocalObjective item) Add a newLocalObjective
item to the underlying collection.boolean
AssessmentPlan.LocalDefinitions.removeObjectivesAndMethods
(LocalObjective item) Remove the first matchingLocalObjective
item from the underlying collection.boolean
AssessmentResults.LocalDefinitions.removeObjectivesAndMethods
(LocalObjective item) Remove the first matchingLocalObjective
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type LocalObjectiveModifier and TypeMethodDescriptionvoid
AssessmentPlan.LocalDefinitions.setObjectivesAndMethods
(List<LocalObjective> value) void
AssessmentResults.LocalDefinitions.setObjectivesAndMethods
(List<LocalObjective> value)