Interface ComplianceCheck

  • All Superinterfaces:
    java.io.Serializable

    public interface ComplianceCheck
    extends java.io.Serializable
    The Interface ComplianceCheck.
    • Method Detail

      • getResourceType

        ResourceType getResourceType()
        Gets the resource type.
        Returns:
        the resource type
      • getRuleViolations

        java.util.List<RuleViolation> getRuleViolations()
        Gets the rule violations.
        Returns:
        the rule violations
      • getNumberRuleViolations

        int getNumberRuleViolations()
        Gets the number rule violations.
        Returns:
        the number rule violations
      • getRuleSummary

        java.lang.String getRuleSummary()
        Gets the rule summary.
        Returns:
        the rule summary
      • getId

        java.lang.String getId()
        Gets the id.
        Returns:
        the id
      • getName

        java.lang.String getName()
        Gets the name.
        Returns:
        the name