Interface DocumentContentDAO


  • public interface DocumentContentDAO
    • Method Detail

      • indexFileContent

        com.flower.docs.domain.common.Id indexFileContent​(com.flower.docs.domain.common.Id documentId,
                                                          com.flower.docs.domain.common.Id documentFileId,
                                                          java.lang.String content)
                                                   throws com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException
      • deindexFileContent

        @Deprecated
        void deindexFileContent​(com.flower.docs.domain.common.Id documentFileId)
                         throws com.flower.docs.domain.exception.TechnicalException
        Deprecated.
        Throws:
        com.flower.docs.domain.exception.TechnicalException
      • deindexFileContent

        void deindexFileContent​(com.flower.docs.domain.common.Id documentId,
                                com.flower.docs.domain.common.Id fileId)
                         throws com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException