Class DataStorageQuotaProcessCheck

    • Constructor Detail

      • DataStorageQuotaProcessCheck

        public DataStorageQuotaProcessCheck()
    • Method Detail

      • checkFiles

        public void checkFiles​(ProcessExecutionContext processExecutionContext,
                               FileHandler fileHandler)
        Description copied from class: AbstractFileProcessCheck
        Contains the treatment of the verification. The file handler (@see FileHandler) associated to the current execution of chained Silverpeas processes is passed.
        Specified by:
        checkFiles in class AbstractFileProcessCheck
        Parameters:
        processExecutionContext - the context of chained list of checks execution.
        fileHandler - the instance of the file handler.