| Package | Description |
|---|---|
| at.gv.egovernment.moa.id.process.dao |
| Modifier and Type | Method and Description |
|---|---|
ProcessInstanceStore |
ProcessInstanceStoreDAOImpl.load(String processInstanceId) |
ProcessInstanceStore |
ProcessInstanceStoreDAO.load(String processInstanceId)
Returns a
ProcessInstanceStore, defined by
processInstanceID from the database, or null if the
object could not be found. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceStoreDAOImpl.saveOrUpdate(ProcessInstanceStore pIStore) |
void |
ProcessInstanceStoreDAO.saveOrUpdate(ProcessInstanceStore pIStore)
Stores a
ProcessInstance defined by pIStore in the
database. |
Copyright © 2017. All rights reserved.