Uses of Class
gov.nist.secauto.oscal.lib.model.ProfileSelectControlById
Packages that use ProfileSelectControlById
Package
Description
-
Uses of ProfileSelectControlById in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ProfileSelectControlByIdModifier and TypeMethodDescriptionInsertControls.getExcludeControls()
ProfileImport.getExcludeControls()
InsertControls.getIncludeControls()
ProfileImport.getIncludeControls()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ProfileSelectControlByIdModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ProfileSelectControlByIdModifier 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
Methods in gov.nist.secauto.oscal.lib.model.control.profile that return ProfileSelectControlById