Interface EntitiesContextFactory

All Known Implementing Classes:
EntitiesContextFactoryImpl

public interface EntitiesContextFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.kie.api.runtime.KieSession session)
    create a new context to work with entities in a kie session
  • Method Details

    • create

      EntitiesContext create(org.kie.api.runtime.KieSession session)
      create a new context to work with entities in a kie session
      Parameters:
      session - the session to create the context for
      Returns:
      the created context