Uses of Interface
org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext
-
Packages that use EfestoRuntimeContext Package Description org.kie.efesto.runtimemanager.api.model org.kie.efesto.runtimemanager.api.service org.kie.efesto.runtimemanager.api.utils -
-
Uses of EfestoRuntimeContext in org.kie.efesto.runtimemanager.api.model
Classes in org.kie.efesto.runtimemanager.api.model that implement EfestoRuntimeContext Modifier and Type Class Description classEfestoRuntimeContextImpl<T extends org.kie.efesto.common.api.listener.EfestoListener>Methods in org.kie.efesto.runtimemanager.api.model that return EfestoRuntimeContext Modifier and Type Method Description static EfestoRuntimeContextEfestoRuntimeContext. buildWithParentClassLoader(ClassLoader parentClassLoader)static EfestoRuntimeContextEfestoRuntimeContext. buildWithParentClassLoader(ClassLoader parentClassLoader, Map<String,org.kie.efesto.common.api.model.GeneratedResources> generatedResourcesMap) -
Uses of EfestoRuntimeContext in org.kie.efesto.runtimemanager.api.service
Classes in org.kie.efesto.runtimemanager.api.service with type parameters of type EfestoRuntimeContext Modifier and Type Interface Description interfaceKieRuntimeService<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 EfestoRuntimeContext Modifier and Type Method Description Collection<EfestoOutput>RuntimeManager. 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 EfestoRuntimeContext Modifier and Type Method Description static Set<String>SPIUtils. collectModelTypes(EfestoRuntimeContext context)static Optional<KieRuntimeService>SPIUtils. getKieRuntimeService(EfestoInput<?> input, boolean refresh, EfestoRuntimeContext context)static Optional<KieRuntimeService>SPIUtils. getKieRuntimeServiceFromEfestoRuntimeContext(EfestoInput<?> input, EfestoRuntimeContext context)
-