Class InputTranslationsController

    • Constructor Summary

      Constructors 
      Constructor Description
      InputTranslationsController​(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.TranslationProfileManagement profileMan, pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry inputActionsRegistry, io.imunity.webconsole.tprofile.ActionParameterComponentProvider actionComponentFactory, EndpointController endpointController)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected pl.edu.icm.unity.types.translation.TranslationProfile getProfile​(java.lang.String name)  
      protected java.util.List<pl.edu.icm.unity.types.translation.TranslationProfile> getProfiles()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InputTranslationsController

        @Autowired
        public InputTranslationsController​(pl.edu.icm.unity.MessageSource msg,
                                           pl.edu.icm.unity.engine.api.TranslationProfileManagement profileMan,
                                           pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry inputActionsRegistry,
                                           io.imunity.webconsole.tprofile.ActionParameterComponentProvider actionComponentFactory,
                                           EndpointController endpointController)
    • Method Detail

      • getProfiles

        protected java.util.List<pl.edu.icm.unity.types.translation.TranslationProfile> getProfiles()
                                                                                             throws pl.edu.icm.unity.webui.exceptions.ControllerException
        Specified by:
        getProfiles in class TranslationsControllerBase
        Throws:
        pl.edu.icm.unity.webui.exceptions.ControllerException
      • getProfile

        protected pl.edu.icm.unity.types.translation.TranslationProfile getProfile​(java.lang.String name)
                                                                            throws pl.edu.icm.unity.webui.exceptions.ControllerException
        Specified by:
        getProfile in class TranslationsControllerBase
        Throws:
        pl.edu.icm.unity.webui.exceptions.ControllerException