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 TypeMethodDescriptionbooleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanAdd a newParameteritem to the underlying collection.booleanCatalog.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanCatalogGroup.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanControl.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanModify.Alter.Add.removeParam(Parameter item) Remove the first matchingParameteritem from the underlying collection.booleanProfileGroup.removeParam(Parameter item) Remove the first matchingParameteritem 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 TypeMethodDescriptionbooleanAdd a newParameteritem to the underlying collection.booleanIControlContainer.removeParam(Parameter item) Remove the first matchingParameteritem 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 booleanAddVisitor.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 TypeMethodDescriptionvoidDefaultResult.promoteParameter(Parameter param) voidIResult.promoteParameter(Parameter param) voidDefaultResult.removeParameter(Parameter parameter)