Class AddVisitor
java.lang.Object
gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor
- All Implemented Interfaces:
ICatalogVisitor<Boolean,
gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context>
public class AddVisitor
extends Object
implements ICatalogVisitor<Boolean,gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
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.visitCatalog
(Catalog catalog, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the providedcatalog
.visitControl
(Control control, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the providedcontrol
.visitGroup
(CatalogGroup group, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the providedgroup
.visitParameter
(Parameter parameter, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the providedparameter
.boolean
visitPart
(ControlPart part, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the control part.
-
Constructor Details
-
AddVisitor
public AddVisitor()
-
-
Method Details
-
add
public static boolean add(@NonNull Control control, @Nullable AddVisitor.Position position, @Nullable String byId, @Nullable gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine title, @NonNull List<Parameter> params, @NonNull List<Property> props, @NonNull List<Link> links, @NonNull List<ControlPart> parts) Apply the add directive.- Parameters:
control
- the control targetposition
- the position to apply the content ornull
byId
- the identifier of the target ornull
title
- a title to setparams
- parameters to addprops
- properties to addlinks
- links to addparts
- parts to add- Returns:
true
if the modification was made orfalse
otherwise- Throws:
ProfileResolutionEvaluationException
- if a processing error occurred during profile resolution
-
visitCatalog
public Boolean visitCatalog(Catalog catalog, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Description copied from interface:ICatalogVisitor
Visit the providedcatalog
.- Specified by:
visitCatalog
in interfaceICatalogVisitor<Boolean,
gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context> - Parameters:
catalog
- the bound catalog objectcontext
- the visitor context- Returns:
- a meaningful result from visiting the object
-
visitGroup
public Boolean visitGroup(CatalogGroup group, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Description copied from interface:ICatalogVisitor
Visit the providedgroup
.- Specified by:
visitGroup
in interfaceICatalogVisitor<Boolean,
gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context> - Parameters:
group
- the bound group objectcontext
- the visitor context- Returns:
- a meaningful result from visiting the object
-
visitControl
public Boolean visitControl(Control control, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Description copied from interface:ICatalogVisitor
Visit the providedcontrol
.- Specified by:
visitControl
in interfaceICatalogVisitor<Boolean,
gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context> - Parameters:
control
- the bound control objectcontext
- the visitor context- Returns:
- a meaningful result from visiting the object
-
visitParameter
public Boolean visitParameter(Parameter parameter, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Description copied from interface:ICatalogVisitor
Visit the providedparameter
.- Specified by:
visitParameter
in interfaceICatalogVisitor<Boolean,
gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context> - Parameters:
parameter
- the bound parameter objectcontext
- the visitor context- Returns:
- a meaningful result from visiting the object
-
visitPart
public boolean visitPart(ControlPart part, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) Visit the control part.- Parameters:
part
- the bound part objectcontext
- the visitor context- Returns:
true
if the removal was applied orfalse
otherwise
-