Uses of Class
gov.nist.secauto.oscal.lib.model.Parameter
Package
Description
-
Uses of Parameter in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionCatalog.getParams()
CatalogGroup.getParams()
Control.getParams()
Modify.Alter.Add.getParams()
ProfileGroup.getParams()
Modifier and TypeMethodDescriptionboolean
Add a newParameter
item to the underlying collection.boolean
Add a newParameter
item to the underlying collection.boolean
Add a newParameter
item to the underlying collection.boolean
Add a newParameter
item to the underlying collection.boolean
Add a newParameter
item to the underlying collection.boolean
Catalog.removeParam
(Parameter item) Remove the first matchingParameter
item from the underlying collection.boolean
CatalogGroup.removeParam
(Parameter item) Remove the first matchingParameter
item from the underlying collection.boolean
Control.removeParam
(Parameter item) Remove the first matchingParameter
item from the underlying collection.boolean
Modify.Alter.Add.removeParam
(Parameter item) Remove the first matchingParameter
item from the underlying collection.boolean
ProfileGroup.removeParam
(Parameter item) Remove the first matchingParameter
item from the underlying collection. -
Uses of Parameter in gov.nist.secauto.oscal.lib.model.control
-
Uses of Parameter in gov.nist.secauto.oscal.lib.model.control.catalog
Modifier and TypeMethodDescriptionboolean
Add a newParameter
item to the underlying collection.boolean
IControlContainer.removeParam
(Parameter item) Remove the first matchingParameter
item from the underlying collection.AbstractCatalogVisitor.visitParameter
(Parameter parameter, CONTEXT context) ICatalogVisitor.visitParameter
(Parameter parameter, CONTEXT context) Visit the providedparameter
. -
Uses of Parameter in gov.nist.secauto.oscal.lib.profile.resolver.alter
Modifier and TypeMethodDescriptionAddVisitor.visitParameter
(Parameter parameter, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) RemoveVisitor.visitParameter
(Parameter parameter, gov.nist.secauto.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) Modifier and TypeMethodDescriptionstatic boolean
AddVisitor.add
(Control control, AddVisitor.Position position, String byId, gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine title, List<Parameter> params, List<Property> props, List<Link> links, List<ControlPart> parts) Apply the add directive. -
Uses of Parameter in gov.nist.secauto.oscal.lib.profile.resolver.selection
Modifier and TypeMethodDescriptionprotected Collection<Parameter>
DefaultResult.getPromotedParameters()
protected Collection<Parameter>
DefaultResult.getRemovedParameters()
Modifier and TypeMethodDescriptionvoid
DefaultResult.promoteParameter
(Parameter param) void
IResult.promoteParameter
(Parameter param) void
DefaultResult.removeParameter
(Parameter parameter)