All Superinterfaces:
Comparable<IntegrityCheck>
All Known Implementing Classes:
AbstractIntegrityCheck, FieldLayoutIntegrityCheck, FilterSubscriptionIntegrityCheck, IssueRelationsIntegrityCheck, SchemePermissionIntegrityCheck, SearchRequestRelationIntegrityCheck, WorkflowStateIntegrityCheck

public interface IntegrityCheck extends Comparable<IntegrityCheck>
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends Check>
    Returns the checks that are part of this integrity check.
     
     
    boolean
    If all the checks are available, the integrity check is considered available.

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getId

      Long getId()
    • getDescription

      String getDescription()
    • getChecks

      List<? extends Check> getChecks()
      Returns the checks that are part of this integrity check.
    • isAvailable

      boolean isAvailable()
      If all the checks are available, the integrity check is considered available.