Module com.hack23.cia.service.api
Interface ComplianceCheck
- All Superinterfaces:
java.io.Serializable
public interface ComplianceCheck
extends java.io.Serializable
The Interface ComplianceCheck.
-
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.com.hack23.cia.model.internal.application.data.rules.impl.ResourceTypeGets 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
-