Interface DocumentFileValidator


  • public interface DocumentFileValidator
    • Method Detail

      • checkAddValidity

        void checkAddValidity​(java.util.List<com.flower.docs.domain.file.DocumentFile> documentFiles)
                       throws com.flower.docs.domain.exception.TechnicalException,
                              com.flower.docs.domain.exception.FunctionalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException
        com.flower.docs.domain.exception.FunctionalException
      • checkGetValidity

        void checkGetValidity​(java.lang.String scope,
                              java.util.List<com.flower.docs.domain.common.Id> ids)
                       throws com.flower.docs.domain.exception.TechnicalException,
                              com.flower.docs.domain.exception.FunctionalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException
        com.flower.docs.domain.exception.FunctionalException