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 |
Modifier and Type | Method and Description |
---|---|
RollbackInfoList |
ErrorHandlingService.findRollbackInfos(RollbackInfoCriteria criteria)
Returns all rollback information for given agent.
|
RollbackInfoList |
ErrorHandlingServiceBean.findRollbackInfos(RollbackInfoCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
QueryResult<RollbackItem> |
JpaRollbackItemDao.findByCriteria(RollbackInfoCriteria criteria) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.