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 TypeMethodDescriptionbooleanReviewedControls.ControlObjectiveSelection.addExcludeObjective(SelectObjectiveById item) Add a newSelectObjectiveByIditem to the underlying collection.booleanReviewedControls.ControlObjectiveSelection.addIncludeObjective(SelectObjectiveById item) Add a newSelectObjectiveByIditem to the underlying collection.booleanReviewedControls.ControlObjectiveSelection.removeExcludeObjective(SelectObjectiveById item) Remove the first matchingSelectObjectiveByIditem from the underlying collection.booleanReviewedControls.ControlObjectiveSelection.removeIncludeObjective(SelectObjectiveById item) Remove the first matchingSelectObjectiveByIditem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SelectObjectiveByIdModifier and TypeMethodDescriptionvoidReviewedControls.ControlObjectiveSelection.setExcludeObjectives(List<SelectObjectiveById> value) voidReviewedControls.ControlObjectiveSelection.setIncludeObjectives(List<SelectObjectiveById> value)