Uses of Class
gov.nist.secauto.oscal.lib.model.ProfileSelectControlById
Package
Description
-
Uses of ProfileSelectControlById in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionInsertControls.getExcludeControls()
ProfileImport.getExcludeControls()
InsertControls.getIncludeControls()
ProfileImport.getIncludeControls()
Modifier and TypeMethodDescriptionboolean
InsertControls.addExcludeControls
(ProfileSelectControlById item) Add a newProfileSelectControlById
item to the underlying collection.boolean
ProfileImport.addExcludeControls
(ProfileSelectControlById item) Add a newProfileSelectControlById
item to the underlying collection.boolean
InsertControls.addIncludeControls
(ProfileSelectControlById item) Add a newProfileSelectControlById
item to the underlying collection.boolean
ProfileImport.addIncludeControls
(ProfileSelectControlById item) Add a newProfileSelectControlById
item to the underlying collection.boolean
InsertControls.removeExcludeControls
(ProfileSelectControlById item) Remove the first matchingProfileSelectControlById
item from the underlying collection.boolean
ProfileImport.removeExcludeControls
(ProfileSelectControlById item) Remove the first matchingProfileSelectControlById
item from the underlying collection.boolean
InsertControls.removeIncludeControls
(ProfileSelectControlById item) Remove the first matchingProfileSelectControlById
item from the underlying collection.boolean
ProfileImport.removeIncludeControls
(ProfileSelectControlById item) Remove the first matchingProfileSelectControlById
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
InsertControls.setExcludeControls
(List<ProfileSelectControlById> value) void
ProfileImport.setExcludeControls
(List<ProfileSelectControlById> value) void
InsertControls.setIncludeControls
(List<ProfileSelectControlById> value) void
ProfileImport.setIncludeControls
(List<ProfileSelectControlById> value) -
Uses of ProfileSelectControlById in gov.nist.secauto.oscal.lib.model.control.profile