| Package | Description |
|---|---|
| org.bonitasoft.engine.recorder | |
| org.bonitasoft.engine.recorder.impl | |
| org.bonitasoft.engine.recorder.model |
| Modifier and Type | Method and Description |
|---|---|
void |
Recorder.recordUpdate(UpdateRecord record,
String type)
Update a record from database
|
int |
Recorder.recordUpdateWithQuery(UpdateRecord record,
String type,
String query)
Update a record from database with a named query
If no rows have been updated the event is not thrown
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecorderImpl.recordUpdate(UpdateRecord record,
String type) |
int |
RecorderImpl.recordUpdateWithQuery(UpdateRecord record,
String type,
String query) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRecord |
UpdateRecord.buildSetFields(PersistentObject entity,
EntityUpdateDescriptor descriptor) |
static UpdateRecord |
UpdateRecord.buildSetFields(PersistentObject entity,
Map<String,Object> fields) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.