Uses of Class
gov.nist.secauto.oscal.lib.model.SelectControlById
Packages that use SelectControlById
-
Uses of SelectControlById in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SelectControlByIdModifier and TypeMethodDescriptionReviewedControls.ControlSelection.getExcludeControls()
ReviewedControls.ControlSelection.getIncludeControls()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type SelectControlByIdModifier and TypeMethodDescriptionboolean
ReviewedControls.ControlSelection.addExcludeControl
(SelectControlById item) Add a newSelectControlById
item to the underlying collection.boolean
ReviewedControls.ControlSelection.addIncludeControl
(SelectControlById item) Add a newSelectControlById
item to the underlying collection.boolean
ReviewedControls.ControlSelection.removeExcludeControl
(SelectControlById item) Remove the first matchingSelectControlById
item from the underlying collection.boolean
ReviewedControls.ControlSelection.removeIncludeControl
(SelectControlById item) Remove the first matchingSelectControlById
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SelectControlByIdModifier and TypeMethodDescriptionvoid
ReviewedControls.ControlSelection.setExcludeControls
(List<SelectControlById> value) void
ReviewedControls.ControlSelection.setIncludeControls
(List<SelectControlById> value)