Class EfestoOutputDrlKieSessionLocal

  • All Implemented Interfaces:
    org.kie.efesto.runtimemanager.api.model.EfestoOutput<org.kie.api.runtime.KieSession>

    public class EfestoOutputDrlKieSessionLocal
    extends org.kie.drl.engine.runtime.model.EfestoOutputDrl<org.kie.api.runtime.KieSession>
    EfestoOutputDrl specific for local kiesession usage. Its only scope it is to return a KieSession instance.

    The returned LocalUri will contain the session id as last element of the path

    • Constructor Summary

      Constructors 
      Constructor Description
      EfestoOutputDrlKieSessionLocal​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, org.kie.api.runtime.KieSession kieSession)  
    • Method Summary

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

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

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

      • EfestoOutputDrlKieSessionLocal

        public EfestoOutputDrlKieSessionLocal​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                                              org.kie.api.runtime.KieSession kieSession)