Package | Description |
---|---|
org.kie.internal.runtime.error |
Modifier and Type | Method and Description |
---|---|
ExecutionError |
ExecutionError.Builder.build() |
ExecutionError |
ExecutionErrorFilter.filter(ExecutionErrorContext errorContext)
Based on the cause filters the actual error and produces ExecutionError instance
if applicable for given filter.
|
ExecutionError |
ExecutionErrorStorage.get(String errorId) |
ExecutionError |
ExecutionErrorStorage.store(ExecutionError error) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionError> |
ExecutionErrorStorage.list(Integer page,
Integer pageSize) |
List<ExecutionError> |
ExecutionErrorStorage.listByActivity(String activityName,
Integer page,
Integer pageSize) |
List<ExecutionError> |
ExecutionErrorStorage.listByDeployment(String deploymentId,
Integer page,
Integer pageSize) |
List<ExecutionError> |
ExecutionErrorStorage.listByProcessInstance(Long processInstanceId,
Integer page,
Integer pageSize) |
Modifier and Type | Method and Description |
---|---|
ExecutionError |
ExecutionErrorStorage.store(ExecutionError error) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.