Industries Common Resources Developer Guide
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
ControlInputType Enum
IndustriesSettings
Industries Object Access by Community License
Access Industries Features Deployed Using Managed Packages
ComplianceMgmt Namespace
The ComplianceMgmt namespace provides classes and
methods to implement rule processors for compliance control.
The ComplianceMgmt namespace includes these classes.
-
ComplianceEvaluation Interface
Contains a method to evaluate compliance control. Add logic to compute compliance in the evaluate(var1) method by using the data from ControlEvaluationInput class. -
ControlEvaluationInput Class
Represents the input object used by the ComplianceEvaluation interface's evaluate method. It contains a map of ControlInput class that stores the business context value required to evaluate compliance. -
ControlInput Class
Represents a control input that's used in the evaluation of compliance. It includes two main properties: parameterName and parameterType. -
ControlInputType Enum
The type of the control input parameter that’s business context. -
ComplianceEvaluationResponse Class
Represents the compliance evaluation response from a control evaluation. It's the output of the ComplianceEvaluation interface's evaluate method and includes two properties—evaluationResult and complianceControlLog. -
EvaluationResult Class
Represents the object that contains the details of the compliance evaluation result. It contains three properties—isCompliant, complianceMessage, and complianceLogMessage. -
ComplianceControlLog Class
Represents a map of business context and evidence that's logged to evaluate compliance for the control.