Uses of Class
gov.nist.secauto.oscal.lib.model.ControlPart
Packages that use ControlPart
Package
Description
-
Uses of ControlPart in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ControlPartModifier and TypeMethodDescriptionCatalogGroup.getParts()
Control.getParts()
ControlPart.getParts()
LocalObjective.getParts()
Modify.Alter.Add.getParts()
ProfileGroup.getParts()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ControlPartModifier and TypeMethodDescriptionboolean
CatalogGroup.addPart
(ControlPart item) Add a newControlPart
item to the underlying collection.boolean
Control.addPart
(ControlPart item) Add a newControlPart
item to the underlying collection.boolean
ControlPart.addPart
(ControlPart item) Add a newControlPart
item to the underlying collection.boolean
LocalObjective.addPart
(ControlPart item) Add a newControlPart
item to the underlying collection.boolean
Modify.Alter.Add.addPart
(ControlPart item) Add a newControlPart
item to the underlying collection.boolean
ProfileGroup.addPart
(ControlPart item) Add a newControlPart
item to the underlying collection.boolean
CatalogGroup.removePart
(ControlPart item) Remove the first matchingControlPart
item from the underlying collection.boolean
Control.removePart
(ControlPart item) Remove the first matchingControlPart
item from the underlying collection.boolean
ControlPart.removePart
(ControlPart item) Remove the first matchingControlPart
item from the underlying collection.boolean
LocalObjective.removePart
(ControlPart item) Remove the first matchingControlPart
item from the underlying collection.boolean
Modify.Alter.Add.removePart
(ControlPart item) Remove the first matchingControlPart
item from the underlying collection.boolean
ProfileGroup.removePart
(ControlPart item) Remove the first matchingControlPart
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ControlPartModifier and TypeMethodDescriptionvoid
CatalogGroup.setParts
(List<ControlPart> value) void
Control.setParts
(List<ControlPart> value) void
ControlPart.setParts
(List<ControlPart> value) void
LocalObjective.setParts
(List<ControlPart> value) void
Modify.Alter.Add.setParts
(List<ControlPart> value) void
ProfileGroup.setParts
(List<ControlPart> value) -
Uses of ControlPart in gov.nist.secauto.oscal.lib.model.control
Methods in gov.nist.secauto.oscal.lib.model.control that return ControlPartMethods in gov.nist.secauto.oscal.lib.model.control that return types with arguments of type ControlPartMethods in gov.nist.secauto.oscal.lib.model.control with parameters of type ControlPart -
Uses of ControlPart in gov.nist.secauto.oscal.lib.model.control.catalog
Methods in gov.nist.secauto.oscal.lib.model.control.catalog that return types with arguments of type ControlPartMethods in gov.nist.secauto.oscal.lib.model.control.catalog with parameters of type ControlPartModifier and TypeMethodDescriptionAbstractCatalogGroup.Builder.part
(ControlPart value) AbstractControl.Builder.part
(ControlPart value) -
Uses of ControlPart in gov.nist.secauto.oscal.lib.profile.resolver.alter
Methods in gov.nist.secauto.oscal.lib.profile.resolver.alter with parameters of type ControlPartModifier and TypeMethodDescriptionboolean
AddVisitor.visitPart
(ControlPart part, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the control part.boolean
RemoveVisitor.visitPart
(ControlPart part, gov.nist.secauto.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) Visit the control part.