Class DroolsEntryPointImpl
- java.lang.Object
-
- org.drools.modelcompiler.consequence.DroolsEntryPointImpl
-
- All Implemented Interfaces:
org.drools.model.DroolsEntryPoint
public class DroolsEntryPointImpl extends Object implements org.drools.model.DroolsEntryPoint
-
-
Constructor Summary
Constructors Constructor Description DroolsEntryPointImpl(org.kie.api.runtime.rule.EntryPoint entryPoint, FactHandleLookup fhLookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(Object object)voidinsert(Object object)voidinsert(Object object, boolean dynamic)voidupdate(Object object, String... modifiedProperties)voidupdate(Object object, org.drools.model.BitMask modifiedProperties)
-
-
-
Constructor Detail
-
DroolsEntryPointImpl
public DroolsEntryPointImpl(org.kie.api.runtime.rule.EntryPoint entryPoint, FactHandleLookup fhLookup)
-
-
Method Detail
-
insert
public void insert(Object object)
- Specified by:
insertin interfaceorg.drools.model.DroolsEntryPoint
-
insert
public void insert(Object object, boolean dynamic)
- Specified by:
insertin interfaceorg.drools.model.DroolsEntryPoint
-
update
public void update(Object object, String... modifiedProperties)
- Specified by:
updatein interfaceorg.drools.model.DroolsEntryPoint
-
update
public void update(Object object, org.drools.model.BitMask modifiedProperties)
- Specified by:
updatein interfaceorg.drools.model.DroolsEntryPoint
-
delete
public void delete(Object object)
- Specified by:
deletein interfaceorg.drools.model.DroolsEntryPoint
-
-