Class EfestoInputDrl<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    org.kie.efesto.runtimemanager.api.model.EfestoInput<T>

    public abstract class EfestoInputDrl<T>
    extends org.kie.efesto.runtimemanager.api.model.BaseEfestoInput<T>
    Generic EfestoInput specific for DRL engines, to be subclassed depending on the actual implementation needs
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EfestoInputDrl​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, T inputData)  
    • Method Summary

      • Methods inherited from class org.kie.efesto.runtimemanager.api.model.BaseEfestoInput

        getInputData, getModelLocalUriId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.efesto.runtimemanager.api.model.EfestoInput

        getFirstLevelCacheKey, getSecondLevelCacheKey
    • Constructor Detail

      • EfestoInputDrl

        protected EfestoInputDrl​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                                 T inputData)