public class DroolsEntryPointImpl extends Object implements org.drools.model.DroolsEntryPoint
| Constructor and Description |
|---|
DroolsEntryPointImpl(org.kie.api.runtime.rule.EntryPoint entryPoint,
Map<Object,org.drools.core.common.InternalFactHandle> fhLookup) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Object object) |
void |
insert(Object object) |
void |
insert(Object object,
boolean dynamic) |
void |
update(Object object,
org.drools.model.BitMask modifiedProperties) |
void |
update(Object object,
String... modifiedProperties) |
public void insert(Object object)
insert in interface org.drools.model.DroolsEntryPointpublic void insert(Object object, boolean dynamic)
insert in interface org.drools.model.DroolsEntryPointpublic void update(Object object, String... modifiedProperties)
update in interface org.drools.model.DroolsEntryPointpublic void update(Object object, org.drools.model.BitMask modifiedProperties)
update in interface org.drools.model.DroolsEntryPointpublic void delete(Object object)
delete in interface org.drools.model.DroolsEntryPointCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.