| Package | Description |
|---|---|
| org.clawiz.bpm.common.storage.processinstance |
| Modifier and Type | Method and Description |
|---|---|
ProcessInstanceObject |
ProcessInstanceServicePrototype.create()
Create new ProcessInstanceObject instance and fill default values
|
ProcessInstanceObject |
ProcessInstanceServicePrototype.load(BigDecimal id)
Load object from database by record id
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceServicePrototype.check(ProcessInstanceObject processInstance)
Fill object default values and check data consistency
|
String |
ProcessInstanceServicePrototype.objectToString(ProcessInstanceObject processInstanceObject)
Return toString() value for object
|
void |
ProcessInstanceServicePrototype.save(ProcessInstanceObject processInstance)
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
|
protected void |
ProcessInstanceServicePrototype.saveAudit(org.clawiz.core.common.system.session.transaction.TransactionAction transactionAction,
ProcessInstanceObject oldProcessInstanceObject,
ProcessInstanceObject newProcessInstanceObject) |
Copyright © 2018. All rights reserved.