Class WhatIfConfig


  • @Configuration
    @Profile({"standard","scalar-sensi"})
    public class WhatIfConfig
    extends Object
    • Constructor Detail

      • WhatIfConfig

        public WhatIfConfig()
    • Method Detail

      • whatIfIdGenerator

        @Bean
        public com.activeviam.tools.whatif.core.IWhatIfIdGenerator whatIfIdGenerator()
      • whatIfDatastoreSubmissionManager

        @Bean
        public com.activeviam.tools.whatif.core.WhatIfDatastoreSubmissionManager whatIfDatastoreSubmissionManager​(com.qfs.server.cfg.IDatastoreConfig datastoreConfig)
      • whatIfManagerService

        @Bean
        public com.activeviam.tools.whatif.core.rest.WhatIfManagerService whatIfManagerService​(com.qfs.server.cfg.IDatastoreConfig datastoreConfig)
      • whatIfEngine

        @Bean
        public com.activeviam.tools.whatif.core.WhatIfEngine whatIfEngine​(com.qfs.server.cfg.IDatastoreConfig datastoreConfig)
      • whatIfWorkflow

        @Bean
        public RiskWhatIfWorkflow whatIfWorkflow​(com.qfs.server.cfg.IDatastoreConfig datastoreConfig)
      • whatIfRestService

        @Bean
        public com.activeviam.tools.whatif.core.rest.WhatIfRestService whatIfRestService​(com.qfs.server.cfg.IDatastoreConfig datastoreConfig)