Uses of Class
gov.nist.secauto.oscal.lib.model.CatalogGroup
Packages that use CatalogGroup
Package
Description
-
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type CatalogGroupMethods in gov.nist.secauto.oscal.lib.model with parameters of type CatalogGroupModifier and TypeMethodDescriptionboolean
Catalog.addGroup
(CatalogGroup item) Add a newCatalogGroup
item to the underlying collection.boolean
CatalogGroup.addGroup
(CatalogGroup item) Add a newCatalogGroup
item to the underlying collection.boolean
Catalog.removeGroup
(CatalogGroup item) Remove the first matchingCatalogGroup
item from the underlying collection.boolean
CatalogGroup.removeGroup
(CatalogGroup item) Remove the first matchingCatalogGroup
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type CatalogGroupModifier and TypeMethodDescriptionvoid
Catalog.setGroups
(List<CatalogGroup> value) void
CatalogGroup.setGroups
(List<CatalogGroup> value) -
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.model.control.catalog
Methods in gov.nist.secauto.oscal.lib.model.control.catalog that return CatalogGroupMethods in gov.nist.secauto.oscal.lib.model.control.catalog that return types with arguments of type CatalogGroupMethods in gov.nist.secauto.oscal.lib.model.control.catalog with parameters of type CatalogGroupModifier and TypeMethodDescriptionboolean
IGroupContainer.addGroup
(CatalogGroup item) Add a newCatalogGroup
item to the end of the underlying collection.AbstractCatalogGroup.Builder.group
(CatalogGroup value) boolean
IGroupContainer.removeGroup
(CatalogGroup item) Remove the first matchingCatalogGroup
item from the underlying collection.AbstractCatalogVisitor.visitGroup
(CatalogGroup group, CONTEXT context) ICatalogVisitor.visitGroup
(CatalogGroup group, CONTEXT context) Visit the providedgroup
. -
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.profile.resolver.alter
Methods in gov.nist.secauto.oscal.lib.profile.resolver.alter with parameters of type CatalogGroupModifier and TypeMethodDescriptionAddVisitor.visitGroup
(CatalogGroup group, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) RemoveVisitor.visitGroup
(CatalogGroup group, gov.nist.secauto.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) -
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.profile.resolver.selection
Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection that return types with arguments of type CatalogGroupModifier and TypeMethodDescriptionprotected Collection<CatalogGroup>
DefaultResult.getRemovedGroups()
Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection with parameters of type CatalogGroupModifier and TypeMethodDescriptionvoid
DefaultResult.applyRemovesTo
(CatalogGroup parent) void
DefaultResult.applyTo
(CatalogGroup parent) void
IResult.applyTo
(CatalogGroup parent) void
DefaultResult.removeGroup
(CatalogGroup group)