Interface ComplianceCheck

All Superinterfaces:
java.io.Serializable

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

    Modifier and Type
    Method
    Description
    java.lang.String
    Gets the id.
    java.lang.String
    Gets the name.
    com.hack23.cia.model.internal.application.data.rules.impl.ResourceType
    Gets the resource type.
    java.util.List<com.hack23.cia.model.internal.application.data.rules.impl.RuleViolation>
    Gets the rule violations.
  • Method Details

    • getResourceType

      com.hack23.cia.model.internal.application.data.rules.impl.ResourceType getResourceType()
      Gets the resource type.
      Returns:
      the resource type
    • getRuleViolations

      java.util.List<com.hack23.cia.model.internal.application.data.rules.impl.RuleViolation> getRuleViolations()
      Gets the rule violations.
      Returns:
      the rule violations
    • getId

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

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