@Service @Transactional public class ExecutionErrorServiceImpl extends Object implements ExecutionErrorService
| Constructor and Description |
|---|
ExecutionErrorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(long refNum)
Delete an execution error by the execution error refNum.
|
ExecutionError |
findByWoinRefNum(long woinRefNum)
Returns the workflow instance's execution error or null, if the workflow
instance is currently not in an error status.
|
void |
handleError(long woinRefNum,
Long woitRefNum,
Exception exception)
Creates a new
ExecutionError entry. |
public void handleError(long woinRefNum,
Long woitRefNum,
Exception exception)
ExecutionErrorServiceExecutionError entry.handleError in interface ExecutionErrorServicepublic ExecutionError findByWoinRefNum(long woinRefNum)
ExecutionErrorServicefindByWoinRefNum in interface ExecutionErrorServicepublic void delete(long refNum)
ExecutionErrorServicedelete in interface ExecutionErrorServiceCopyright © 2018. All rights reserved.