Interface RuntimeEnvironment

  • All Superinterfaces:
    org.kie.api.runtime.manager.RuntimeEnvironment

    public interface RuntimeEnvironment
    extends org.kie.api.runtime.manager.RuntimeEnvironment
    Extension of org.kie.api.runtime.manager.RuntimeEnvironment that contains internal methods
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Mapper getMapper()
      Delivers concrete implementation of Mapper that provides access to mapping between contexts and ksession identifiers for tracking purposes.
      • Methods inherited from interface org.kie.api.runtime.manager.RuntimeEnvironment

        close, getClassLoader, getConfiguration, getEnvironment, getKieBase, getRegisterableItemsFactory, getUserGroupCallback, getUserInfo, usePersistence
    • Method Detail

      • getMapper

        Mapper getMapper()
        Delivers concrete implementation of Mapper that provides access to mapping between contexts and ksession identifiers for tracking purposes.
        Returns: