Class DroolsEntryPointImpl

  • All Implemented Interfaces:
    org.drools.model.DroolsEntryPoint

    public class DroolsEntryPointImpl
    extends java.lang.Object
    implements org.drools.model.DroolsEntryPoint
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete​(java.lang.Object object)  
      void insert​(java.lang.Object object)  
      void insert​(java.lang.Object object, boolean dynamic)  
      void update​(java.lang.Object object, java.lang.String... modifiedProperties)  
      void update​(java.lang.Object object, org.drools.model.BitMask modifiedProperties)  
      • Methods inherited from class java.lang.Object

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

      • DroolsEntryPointImpl

        public DroolsEntryPointImpl​(org.kie.api.runtime.rule.EntryPoint entryPoint,
                                    FactHandleLookup fhLookup)
    • Method Detail

      • insert

        public void insert​(java.lang.Object object)
        Specified by:
        insert in interface org.drools.model.DroolsEntryPoint
      • insert

        public void insert​(java.lang.Object object,
                           boolean dynamic)
        Specified by:
        insert in interface org.drools.model.DroolsEntryPoint
      • update

        public void update​(java.lang.Object object,
                           java.lang.String... modifiedProperties)
        Specified by:
        update in interface org.drools.model.DroolsEntryPoint
      • update

        public void update​(java.lang.Object object,
                           org.drools.model.BitMask modifiedProperties)
        Specified by:
        update in interface org.drools.model.DroolsEntryPoint
      • delete

        public void delete​(java.lang.Object object)
        Specified by:
        delete in interface org.drools.model.DroolsEntryPoint