Uses of Class
gov.nist.secauto.oscal.lib.model.SelectObjectiveById
Packages that use SelectObjectiveById
-
Uses of SelectObjectiveById in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SelectObjectiveByIdModifier and TypeMethodDescriptionReviewedControls.ControlObjectiveSelection.getExcludeObjectives()
ReviewedControls.ControlObjectiveSelection.getIncludeObjectives()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type SelectObjectiveByIdModifier and TypeMethodDescriptionboolean
ReviewedControls.ControlObjectiveSelection.addExcludeObjective
(SelectObjectiveById item) Add a newSelectObjectiveById
item to the underlying collection.boolean
ReviewedControls.ControlObjectiveSelection.addIncludeObjective
(SelectObjectiveById item) Add a newSelectObjectiveById
item to the underlying collection.boolean
ReviewedControls.ControlObjectiveSelection.removeExcludeObjective
(SelectObjectiveById item) Remove the first matchingSelectObjectiveById
item from the underlying collection.boolean
ReviewedControls.ControlObjectiveSelection.removeIncludeObjective
(SelectObjectiveById item) Remove the first matchingSelectObjectiveById
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SelectObjectiveByIdModifier and TypeMethodDescriptionvoid
ReviewedControls.ControlObjectiveSelection.setExcludeObjectives
(List<SelectObjectiveById> value) void
ReviewedControls.ControlObjectiveSelection.setIncludeObjectives
(List<SelectObjectiveById> value)