Class EfestoInputDrlKieSessionLocal

  • All Implemented Interfaces:
    org.kie.efesto.runtimemanager.api.model.EfestoInput<java.lang.String>

    public class EfestoInputDrlKieSessionLocal
    extends org.kie.drl.engine.runtime.model.EfestoInputDrl<java.lang.String>
    EfestoInputDrl specific for local kiesession usage. Its only scope it is to retrieve a KieSession instance
    • Constructor Summary

      Constructors 
      Constructor Description
      EfestoInputDrlKieSessionLocal​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, java.lang.String inputData)  
    • Method Summary

      • Methods inherited from class org.kie.efesto.runtimemanager.api.model.BaseEfestoInput

        getInputData, getModelLocalUriId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.efesto.runtimemanager.api.model.EfestoInput

        getFirstLevelCacheKey, getSecondLevelCacheKey
    • Constructor Detail

      • EfestoInputDrlKieSessionLocal

        public EfestoInputDrlKieSessionLocal​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                                             java.lang.String inputData)