|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorManager
The workflow engine services relate to error management.
Method Summary | |
---|---|
WorkflowError[] |
getErrorsOfInstance(String instanceId)
Get all the errors that occured for a given instance |
void |
removeErrorsOfInstance(String instanceId)
Remove all the errors that occured for a given instance Must be called when instance is removed |
WorkflowError |
saveError(ProcessInstance instance,
GenericEvent event,
HistoryStep step,
Exception exception)
Save an error |
Method Detail |
---|
WorkflowError saveError(ProcessInstance instance, GenericEvent event, HistoryStep step, Exception exception)
WorkflowError[] getErrorsOfInstance(String instanceId)
void removeErrorsOfInstance(String instanceId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |