Uses of Interface
org.kie.efesto.runtimemanager.api.model.EfestoInput
Packages that use EfestoInput
Package
Description
-
Uses of EfestoInput in org.kie.efesto.runtimemanager.api.model
Classes in org.kie.efesto.runtimemanager.api.model that implement EfestoInput -
Uses of EfestoInput in org.kie.efesto.runtimemanager.api.service
Classes in org.kie.efesto.runtimemanager.api.service with type parameters of type EfestoInputModifier 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 EfestoInputModifier and TypeMethodDescriptionbooleanKieRuntimeService.canManageInput(EfestoInput toEvaluate, K context) Every engine is responsible to verify if it can evaluate a result with the resource of the givenT(that contains a specificLocalUri)RuntimeManager.evaluateInput(EfestoRuntimeContext context, EfestoInput... toEvaluate) Produce aCollection<EfestoOutput>from the givenEfestoInput -
Uses of EfestoInput in org.kie.efesto.runtimemanager.api.utils
Methods in org.kie.efesto.runtimemanager.api.utils with parameters of type EfestoInputModifier and TypeMethodDescriptionstatic Optional<KieRuntimeService>SPIUtils.getKieRuntimeService(List<KieRuntimeService> discoveredServices, EfestoInput<?> input, EfestoRuntimeContext context) static Optional<KieRuntimeService>SPIUtils.getKieRuntimeServiceFromEfestoRuntimeContext(EfestoInput<?> input, EfestoRuntimeContext context)