Uses of Class
dev.metaschema.oscal.lib.model.ControlPart
Packages that use ControlPart
Package
Description
Provides generated Metaschema binding classes for module(s): OSCAL Mapping Model -- Common Models, OSCAL Implementation Common Information, OSCAL Assessment Results Model, OSCAL Assessment Plan Model, OSCAL Assessment Layer Format -- Common Modules, OSCAL Plan of Action and Milestones (POA&M) Model, OSCAL Profile Model, OSCAL Control Catalog Format -- Common Models, OSCAL Component Definition Model, OSCAL System Security Plan (SSP) Model, OSCAL Document Metadata Description, OSCAL Unified Model of Models, OSCAL Control Catalog Model, OSCAL Control Mapping Model.
-
Uses of ControlPart in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return types with arguments of type ControlPartModifier and TypeMethodDescriptionCatalogGroup.getParts()Get the "Part".Control.getParts()Get the "Part".ControlPart.getParts()Get the "Part".LocalObjective.getParts()Get the "Part".Modify.Alter.Add.getParts()Get the "Part".ProfileGroup.getParts()Get the "Part".Methods in dev.metaschema.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 dev.metaschema.oscal.lib.model with type arguments of type ControlPartModifier and TypeMethodDescriptionvoidCatalogGroup.setParts(List<ControlPart> value) Set the "Part".voidControl.setParts(List<ControlPart> value) Set the "Part".voidControlPart.setParts(List<ControlPart> value) Set the "Part".voidLocalObjective.setParts(List<ControlPart> value) Set the "Part".voidModify.Alter.Add.setParts(List<ControlPart> value) Set the "Part".voidProfileGroup.setParts(List<ControlPart> value) Set the "Part". -
Uses of ControlPart in dev.metaschema.oscal.lib.model.control
Methods in dev.metaschema.oscal.lib.model.control that return ControlPartMethods in dev.metaschema.oscal.lib.model.control that return types with arguments of type ControlPartMethods in dev.metaschema.oscal.lib.model.control with parameters of type ControlPart -
Uses of ControlPart in dev.metaschema.oscal.lib.model.control.catalog
Methods in dev.metaschema.oscal.lib.model.control.catalog that return types with arguments of type ControlPartMethods in dev.metaschema.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 dev.metaschema.oscal.lib.profile.resolver.alter
Methods in dev.metaschema.oscal.lib.profile.resolver.alter with parameters of type ControlPartModifier and TypeMethodDescriptionbooleanAddVisitor.visitPart(ControlPart part, dev.metaschema.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the control part.booleanRemoveVisitor.visitPart(ControlPart part, dev.metaschema.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) Visit the control part.