Uses of Class
dev.metaschema.oscal.lib.model.CatalogGroup
Packages that use CatalogGroup
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 CatalogGroup in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return types with arguments of type CatalogGroupModifier and TypeMethodDescriptionCatalog.getGroups()Get the "Control Group".CatalogGroup.getGroups()Get the "Control Group".Methods in dev.metaschema.oscal.lib.model with parameters of type CatalogGroupModifier and TypeMethodDescriptionbooleanCatalog.addGroup(CatalogGroup item) Add a newCatalogGroupitem to the underlying collection.booleanCatalogGroup.addGroup(CatalogGroup item) Add a newCatalogGroupitem to the underlying collection.booleanCatalog.removeGroup(CatalogGroup item) Remove the first matchingCatalogGroupitem from the underlying collection.booleanCatalogGroup.removeGroup(CatalogGroup item) Remove the first matchingCatalogGroupitem from the underlying collection.Method parameters in dev.metaschema.oscal.lib.model with type arguments of type CatalogGroupModifier and TypeMethodDescriptionvoidCatalog.setGroups(List<CatalogGroup> value) Set the "Control Group".voidCatalogGroup.setGroups(List<CatalogGroup> value) Set the "Control Group". -
Uses of CatalogGroup in dev.metaschema.oscal.lib.model.control.catalog
Methods in dev.metaschema.oscal.lib.model.control.catalog that return CatalogGroupMethods in dev.metaschema.oscal.lib.model.control.catalog that return types with arguments of type CatalogGroupMethods in dev.metaschema.oscal.lib.model.control.catalog with parameters of type CatalogGroupModifier and TypeMethodDescriptionbooleanIGroupContainer.addGroup(CatalogGroup item) Add a newCatalogGroupitem to the end of the underlying collection.AbstractCatalogGroup.Builder.group(CatalogGroup value) booleanIGroupContainer.removeGroup(CatalogGroup item) Remove the first matchingCatalogGroupitem from the underlying collection.AbstractCatalogVisitor.visitGroup(CatalogGroup group, CONTEXT context) ICatalogVisitor.visitGroup(CatalogGroup group, CONTEXT context) Visit the providedgroup. -
Uses of CatalogGroup in dev.metaschema.oscal.lib.profile.resolver.alter
Methods in dev.metaschema.oscal.lib.profile.resolver.alter with parameters of type CatalogGroupModifier and TypeMethodDescriptionAddVisitor.visitGroup(CatalogGroup group, dev.metaschema.oscal.lib.profile.resolver.alter.AddVisitor.Context context) RemoveVisitor.visitGroup(CatalogGroup group, dev.metaschema.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) -
Uses of CatalogGroup in dev.metaschema.oscal.lib.profile.resolver.selection
Methods in dev.metaschema.oscal.lib.profile.resolver.selection that return types with arguments of type CatalogGroupModifier and TypeMethodDescriptionprotected Collection<CatalogGroup>DefaultResult.getRemovedGroups()Methods in dev.metaschema.oscal.lib.profile.resolver.selection with parameters of type CatalogGroupModifier and TypeMethodDescriptionvoidDefaultResult.applyRemovesTo(CatalogGroup parent) voidDefaultResult.applyTo(CatalogGroup parent) voidIResult.applyTo(CatalogGroup parent) voidDefaultResult.removeGroup(CatalogGroup group)