Class CheckIntegrityReportManager


  • public class CheckIntegrityReportManager
    extends java.lang.Object
    • Field Detail

      • dataIntegrityReportDate

        protected java.util.Date dataIntegrityReportDate
    • Method Detail

      • getDataIntegrityReport

        public java.util.Map<Data,​ControllerStatus> getDataIntegrityReport()
        Basic getter for the integrity constraints of all the data in the store.
        Returns:
        a map which contains each data which does not respect integrity constraints, the key is the data and the value is a ControllerStatus.
        Since:
        jcms-10.0.8
      • getDataIntegrityReport

        public java.util.Map<Data,​ControllerStatus> getDataIntegrityReport​(boolean launchProcess)
        Getter for the integrity constraints of all the data in the store. The use of this method is not recommended, and is implemented for alternative purposes.
        Parameters:
        launchProcess - boolean indicating if we want to launch the CheckIntegrityProcess to get the report
        Returns:
        a map which contains each data which does not respect integrity constraints, the key is the data and the value is a ControllerStatus.
        Since:
        jcms-10.0.8
      • getDataIntegrityReportDate

        public java.util.Date getDataIntegrityReportDate()
        Returns the date of the last report generation.
        Returns:
        the date of the last report generation.
        Since:
        jcms-10.0.8