Uses of Class
org.kie.internal.runtime.error.ExecutionError
-
Packages that use ExecutionError Package Description org.kie.internal.runtime.error -
-
Uses of ExecutionError in org.kie.internal.runtime.error
Methods in org.kie.internal.runtime.error that return ExecutionError Modifier and Type Method Description ExecutionErrorExecutionError.Builder. build()ExecutionErrorExecutionErrorFilter. filter(ExecutionErrorContext errorContext)Based on the cause filters the actual error and produces ExecutionError instance if applicable for given filter.ExecutionErrorExecutionErrorStorage. get(String errorId)ExecutionErrorExecutionErrorStorage. store(ExecutionError error)Methods in org.kie.internal.runtime.error that return types with arguments of type ExecutionError Modifier and Type Method 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)Methods in org.kie.internal.runtime.error with parameters of type ExecutionError Modifier and Type Method Description voidExecutionErrorListener. onExecutionError(ExecutionError error)ExecutionErrorExecutionErrorStorage. store(ExecutionError error)
-