Class DrlRuntimeHelper


  • public class DrlRuntimeHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean canManage​(org.kie.efesto.runtimemanager.api.model.EfestoInput toEvaluate, org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context)  
      static java.util.Optional<EfestoOutputDrlMap> execute​(org.kie.efesto.runtimemanager.api.model.BaseEfestoInput<org.kie.efesto.runtimemanager.api.model.EfestoMapInputDTO> toEvaluate, org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • canManage

        public static boolean canManage​(org.kie.efesto.runtimemanager.api.model.EfestoInput toEvaluate,
                                        org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context)
      • execute

        public static java.util.Optional<EfestoOutputDrlMap> execute​(org.kie.efesto.runtimemanager.api.model.BaseEfestoInput<org.kie.efesto.runtimemanager.api.model.EfestoMapInputDTO> toEvaluate,
                                                                     org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context)