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 TypeMethodDescriptionbooleanCatalogGroup.addPart(ControlPart item) Add a newControlPartitem to the underlying collection.booleanControl.addPart(ControlPart item) Add a newControlPartitem to the underlying collection.booleanControlPart.addPart(ControlPart item) Add a newControlPartitem to the underlying collection.booleanLocalObjective.addPart(ControlPart item) Add a newControlPartitem to the underlying collection.booleanModify.Alter.Add.addPart(ControlPart item) Add a newControlPartitem to the underlying collection.booleanProfileGroup.addPart(ControlPart item) Add a newControlPartitem to the underlying collection.booleanCatalogGroup.removePart(ControlPart item) Remove the first matchingControlPartitem from the underlying collection.booleanControl.removePart(ControlPart item) Remove the first matchingControlPartitem from the underlying collection.booleanControlPart.removePart(ControlPart item) Remove the first matchingControlPartitem from the underlying collection.booleanLocalObjective.removePart(ControlPart item) Remove the first matchingControlPartitem from the underlying collection.booleanModify.Alter.Add.removePart(ControlPart item) Remove the first matchingControlPartitem from the underlying collection.booleanProfileGroup.removePart(ControlPart item) Remove the first matchingControlPartitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ControlPartModifier and TypeMethodDescriptionvoidCatalogGroup.setParts(List<ControlPart> value) voidControl.setParts(List<ControlPart> value) voidControlPart.setParts(List<ControlPart> value) voidLocalObjective.setParts(List<ControlPart> value) voidModify.Alter.Add.setParts(List<ControlPart> value) voidProfileGroup.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 TypeMethodDescriptionbooleanAddVisitor.visitPart(ControlPart part, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the control part.booleanRemoveVisitor.visitPart(ControlPart part, gov.nist.secauto.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) Visit the control part.