Uses of Class
dev.metaschema.oscal.lib.model.ControlCommonSelectControlById
Packages that use ControlCommonSelectControlById
Package
Description
Provides generated Metaschema binding classes for module(s): OSCAL Plan of Action and Milestones (POA&M) Model, OSCAL Assessment Results Model, OSCAL Document Metadata Description, OSCAL Mapping Model -- Common Models, OSCAL Assessment Layer Format -- Common Modules, OSCAL Profile Model, OSCAL Unified Model of Models, OSCAL Control Catalog Format -- Common Models, OSCAL System Security Plan (SSP) Model, OSCAL Implementation Common Information, OSCAL Component Definition Model, OSCAL Control Mapping Model, OSCAL Control Catalog Model, OSCAL Assessment Plan Model.
-
Uses of ControlCommonSelectControlById in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return types with arguments of type ControlCommonSelectControlByIdModifier and TypeMethodDescriptionInsertControls.getExcludeControls()Get the "Select Control".ProfileImport.getExcludeControls()Get the "Select Control".InsertControls.getIncludeControls()Get the "Select Control".ProfileImport.getIncludeControls()Get the "Select Control".GapSummary.getUnmappedControls()Get the "Select Control".Methods in dev.metaschema.oscal.lib.model with parameters of type ControlCommonSelectControlByIdModifier and TypeMethodDescriptionbooleanInsertControls.addExcludeControls(ControlCommonSelectControlById item) Add a newControlCommonSelectControlByIditem to the underlying collection.booleanProfileImport.addExcludeControls(ControlCommonSelectControlById item) Add a newControlCommonSelectControlByIditem to the underlying collection.booleanInsertControls.addIncludeControls(ControlCommonSelectControlById item) Add a newControlCommonSelectControlByIditem to the underlying collection.booleanProfileImport.addIncludeControls(ControlCommonSelectControlById item) Add a newControlCommonSelectControlByIditem to the underlying collection.booleanGapSummary.addUnmappedControls(ControlCommonSelectControlById item) Add a newControlCommonSelectControlByIditem to the underlying collection.booleanInsertControls.removeExcludeControls(ControlCommonSelectControlById item) Remove the first matchingControlCommonSelectControlByIditem from the underlying collection.booleanProfileImport.removeExcludeControls(ControlCommonSelectControlById item) Remove the first matchingControlCommonSelectControlByIditem from the underlying collection.booleanInsertControls.removeIncludeControls(ControlCommonSelectControlById item) Remove the first matchingControlCommonSelectControlByIditem from the underlying collection.booleanProfileImport.removeIncludeControls(ControlCommonSelectControlById item) Remove the first matchingControlCommonSelectControlByIditem from the underlying collection.booleanGapSummary.removeUnmappedControls(ControlCommonSelectControlById item) Remove the first matchingControlCommonSelectControlByIditem from the underlying collection.Method parameters in dev.metaschema.oscal.lib.model with type arguments of type ControlCommonSelectControlByIdModifier and TypeMethodDescriptionvoidInsertControls.setExcludeControls(List<ControlCommonSelectControlById> value) Set the "Select Control".voidProfileImport.setExcludeControls(List<ControlCommonSelectControlById> value) Set the "Select Control".voidInsertControls.setIncludeControls(List<ControlCommonSelectControlById> value) Set the "Select Control".voidProfileImport.setIncludeControls(List<ControlCommonSelectControlById> value) Set the "Select Control".voidGapSummary.setUnmappedControls(List<ControlCommonSelectControlById> value) Set the "Select Control". -
Uses of ControlCommonSelectControlById in dev.metaschema.oscal.lib.model.control
Methods in dev.metaschema.oscal.lib.model.control that return ControlCommonSelectControlById