Interface EntitiesContextFactory
- All Known Implementing Classes:
EntitiesContextFactoryImpl
public interface EntitiesContextFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.kie.api.runtime.KieSession session) create a new context to work with entities in a kie session
-
Method Details
-
create
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
-