Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
RollbackInfo |
ErrorHandlingService.getRollbackInfo(long rollbackInfoId)
Retrieves a full rollback info instance.
|
RollbackInfo |
ErrorHandlingServiceBean.getRollbackInfo(long id) |
Modifier and Type | Method and Description |
---|---|
List<RollbackInfo> |
RollbackInfoList.getData()
Returns a list of the rollback infos.
|
Constructor and Description |
---|
RollbackInfoList(Collection<RollbackInfo> rollbackInfos)
Creates new instance.
|
RollbackInfoList(Collection<RollbackInfo> rollbackInfos,
long total)
Creates new instance.
|
RollbackInfoList(QueryResult<RollbackInfo> rollbackInfos)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<RollbackInfo> |
ModelInstance.findRollbackInfos()
Returns a list of rollback informations (when model run encounters an exception, the DB transaction is rolled back and a instance is produced).
|
List<RollbackInfo> |
ModelInstance.getErrors() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.