Interface FactService


  • public interface FactService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<com.flower.docs.domain.fact.Fact> create​(java.util.List<com.flower.docs.domain.fact.Fact> facts)  
      java.util.List<com.flower.docs.domain.fact.Fact> get​(com.flower.docs.domain.component.ComponentReference reference)  
      java.util.List<com.flower.docs.domain.fact.Fact> search​(com.flower.docs.domain.search.SearchRequest request)  
    • Method Detail

      • create

        java.util.List<com.flower.docs.domain.fact.Fact> create​(java.util.List<com.flower.docs.domain.fact.Fact> facts)
                                                         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
      • get

        java.util.List<com.flower.docs.domain.fact.Fact> get​(com.flower.docs.domain.component.ComponentReference reference)
                                                      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
      • search

        java.util.List<com.flower.docs.domain.fact.Fact> search​(com.flower.docs.domain.search.SearchRequest request)
                                                         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