Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dao |
Data access objects for access to different parts of process execution.
|
com.whitestein.lsps.engine.dao.jpa | |
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ErrorHandlingServiceBean.resend(RollbackItem item) |
boolean |
ErrorHandlingResendServiceLocal.resend(RollbackItem item)
Resends roll-back item in a new transaction.
|
Modifier and Type | Method and Description |
---|---|
List<RollbackItem> |
RollbackItemDao.findAll()
Returns a list of all rollback-items ordered by their create-date.
|
QueryResult<RollbackItem> |
RollbackItemDao.findByCriteria(RollbackInfoCriteria criteria)
Returns a list of all rollback-items satisfying the given criteria
ordered by their create-date.
|
Modifier and Type | Method and Description |
---|---|
List<RollbackItem> |
JpaRollbackItemDao.findAll() |
QueryResult<RollbackItem> |
JpaRollbackItemDao.findByCriteria(RollbackInfoCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
RollbackItem |
ErrorModelInstanceState.getRollbackItem()
Returns rollback item.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelInstanceState.setRollbackItem(RollbackItem rollbackItem)
Sets rollback item.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.