Uses of Class
gov.nist.secauto.oscal.lib.model.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionCatalog.getParams()
CatalogGroup.getParams()
Control.getParams()
Modify.Alter.Add.getParams()
ProfileGroup.getParams()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ParameterModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type Parameter -
Uses of Parameter in gov.nist.secauto.oscal.lib.model.control
Methods in gov.nist.secauto.oscal.lib.model.control that return Parameter -
Uses of Parameter 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 ParameterMethods in gov.nist.secauto.oscal.lib.model.control.catalog with parameters of type ParameterModifier 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
Methods in gov.nist.secauto.oscal.lib.profile.resolver.alter with parameters of type ParameterModifier 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) Method parameters in gov.nist.secauto.oscal.lib.profile.resolver.alter with type arguments of type ParameterModifier 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
Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection that return types with arguments of type ParameterModifier and TypeMethodDescriptionprotected Collection<Parameter>
DefaultResult.getPromotedParameters()
protected Collection<Parameter>
DefaultResult.getRemovedParameters()
Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection with parameters of type ParameterModifier and TypeMethodDescriptionvoid
DefaultResult.promoteParameter
(Parameter param) void
IResult.promoteParameter
(Parameter param) void
DefaultResult.removeParameter
(Parameter parameter)