Interface ComponentReferenceResolver


  • public interface ComponentReferenceResolver
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.flower.docs.domain.component.Component resolve​(com.flower.docs.domain.component.ComponentReference ref)  
      java.util.List<com.flower.docs.domain.component.Component> resolve​(java.util.Collection<com.flower.docs.domain.component.ComponentReference> refs)  
    • Method Detail

      • resolve

        com.flower.docs.domain.component.Component resolve​(com.flower.docs.domain.component.ComponentReference ref)
                                                    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
      • resolve

        java.util.List<com.flower.docs.domain.component.Component> resolve​(java.util.Collection<com.flower.docs.domain.component.ComponentReference> refs)
                                                                    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