Class ComplianceCheckFeedbackItem

java.lang.Object
org.dcom.core.services.ComplianceCheckFeedbackItem

public class ComplianceCheckFeedbackItem extends Object
The programmatic implementation and helper serialisation/desieralisation methods of the feedback provided by the rule engine on a given element of a compliance check (i.e. a clause)
  • Constructor Details

    • ComplianceCheckFeedbackItem

      public ComplianceCheckFeedbackItem(String _complianceDocumentReference, String _answer, List<String> _reasons)
    • ComplianceCheckFeedbackItem

      public ComplianceCheckFeedbackItem(String _complianceDocumentReference, String _answer)
  • Method Details

    • toJSON

      public String toJSON()
    • toXML

      public String toXML()
    • getComplianceDocumentReference

      public String getComplianceDocumentReference()
    • getAnswer

      public String getAnswer()