Uses of Interface
org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext
Packages that use EfestoRuntimeContext
Package
Description
-
Uses of EfestoRuntimeContext in org.kie.efesto.runtimemanager.api.service
Classes in org.kie.efesto.runtimemanager.api.service with type parameters of type EfestoRuntimeContextModifier and TypeInterfaceDescriptioninterfaceKieRuntimeService<S,U, T extends EfestoInput<S>, E extends EfestoOutput<U>, K extends EfestoRuntimeContext> The compilation-related interface to be implemented by engine-plugin.Methods in org.kie.efesto.runtimemanager.api.service with parameters of type EfestoRuntimeContextModifier and TypeMethodDescriptionRuntimeManager.evaluateInput(EfestoRuntimeContext context, EfestoInput... toEvaluate) Produce aCollection<EfestoOutput>from the givenEfestoInput -
Uses of EfestoRuntimeContext in org.kie.efesto.runtimemanager.api.utils
Methods in org.kie.efesto.runtimemanager.api.utils with parameters of type EfestoRuntimeContextModifier and TypeMethodDescriptionSPIUtils.collectModelTypes(EfestoRuntimeContext context) static Optional<KieRuntimeService>SPIUtils.getKieRuntimeService(List<KieRuntimeService> discoveredServices, EfestoInput<?> input, EfestoRuntimeContext context) static Optional<KieRuntimeService>SPIUtils.getKieRuntimeServiceFromEfestoRuntimeContext(EfestoInput<?> input, EfestoRuntimeContext context)