Uses of Class
gov.nist.secauto.oscal.lib.model.ControlPart
Package
Description
-
Uses of ControlPart in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionCatalogGroup.getParts()
Control.getParts()
ControlPart.getParts()
LocalObjective.getParts()
Modify.Alter.Add.getParts()
ProfileGroup.getParts()
Modifier 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.Modifier 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
-
Uses of ControlPart in gov.nist.secauto.oscal.lib.model.control.catalog
Modifier and TypeMethodDescriptionAbstractCatalogGroup.Builder.part
(ControlPart value) AbstractControl.Builder.part
(ControlPart value) -
Uses of ControlPart in gov.nist.secauto.oscal.lib.profile.resolver.alter
Modifier 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.