| Package | Description |
|---|---|
| org.clawiz.bpm.common.storage.process |
| Modifier and Type | Method and Description |
|---|---|
ProcessObject |
ProcessServicePrototype.create()
Create new ProcessObject instance and fill default values
|
ProcessObject |
ProcessServicePrototype.load(BigDecimal id)
Load object from database by record id
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessServicePrototype.check(ProcessObject process)
Fill object default values and check data consistency
|
String |
ProcessServicePrototype.objectToString(ProcessObject processObject)
Return toString() value for object
|
void |
ProcessServicePrototype.save(ProcessObject process)
Save object to database:
- check data consistency with check() call
- INSERT into database for newly created objects or
UPDATE if object is loaded from existing database record
|
void |
ProcessService.save(ProcessObject processObject) |
protected void |
ProcessServicePrototype.saveAudit(org.clawiz.core.common.system.session.transaction.TransactionAction transactionAction,
ProcessObject oldProcessObject,
ProcessObject newProcessObject) |
Copyright © 2018. All rights reserved.