public interface ExecutionErrorStorage
Modifier and Type | Method and Description |
---|---|
void |
acknowledge(String user,
String... errorId) |
ExecutionError |
get(String errorId) |
List<ExecutionError> |
list(Integer page,
Integer pageSize) |
List<ExecutionError> |
listByActivity(String activityName,
Integer page,
Integer pageSize) |
List<ExecutionError> |
listByDeployment(String deploymentId,
Integer page,
Integer pageSize) |
List<ExecutionError> |
listByProcessInstance(Long processInstanceId,
Integer page,
Integer pageSize) |
ExecutionError |
store(ExecutionError error) |
ExecutionError store(ExecutionError error)
ExecutionError get(String errorId)
List<ExecutionError> list(Integer page, Integer pageSize)
List<ExecutionError> listByProcessInstance(Long processInstanceId, Integer page, Integer pageSize)
List<ExecutionError> listByActivity(String activityName, Integer page, Integer pageSize)
List<ExecutionError> listByDeployment(String deploymentId, Integer page, Integer pageSize)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.