Interface DocumentContentService


  • public interface DocumentContentService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deindex​(com.flower.docs.domain.common.Id documentId, com.flower.docs.domain.common.Id fileId)  
      com.flower.docs.domain.common.Id index​(com.flower.docs.domain.common.Id documentId, com.flower.docs.domain.common.Id fileId, java.lang.String content)  
    • Method Detail

      • index

        com.flower.docs.domain.common.Id index​(com.flower.docs.domain.common.Id documentId,
                                               com.flower.docs.domain.common.Id fileId,
                                               java.lang.String content)
                                        throws com.flower.docs.domain.exception.FunctionalException,
                                               com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.FunctionalException
        com.flower.docs.domain.exception.TechnicalException
      • deindex

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