Uses of Record Class
com.cloudforgeci.api.core.rules.AuditManagerControl
Packages that use AuditManagerControl
-
Uses of AuditManagerControl in com.cloudforgeci.api.core.rules
Methods in com.cloudforgeci.api.core.rules that return AuditManagerControlModifier and TypeMethodDescriptionstatic AuditManagerControlAuditManagerControlRegistry.getControl(String controlId) Get a control by its ID.Methods in com.cloudforgeci.api.core.rules that return types with arguments of type AuditManagerControlModifier and TypeMethodDescriptionstatic List<AuditManagerControl> AuditManagerControlRegistry.getAllControls()Get all controls.static List<AuditManagerControl> AuditManagerControlRegistry.getControlsForFramework(String framework) Get all controls that apply to a specific framework.