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 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(java.lang.String errorId)
ExecutionError
ExecutionErrorStorage. store(ExecutionError error)
Methods in org.kie.internal.runtime.error that return types with arguments of type ExecutionError Modifier and Type Method Description java.util.List<ExecutionError>
ExecutionErrorStorage. list(java.lang.Integer page, java.lang.Integer pageSize)
java.util.List<ExecutionError>
ExecutionErrorStorage. listByActivity(java.lang.String activityName, java.lang.Integer page, java.lang.Integer pageSize)
java.util.List<ExecutionError>
ExecutionErrorStorage. listByDeployment(java.lang.String deploymentId, java.lang.Integer page, java.lang.Integer pageSize)
java.util.List<ExecutionError>
ExecutionErrorStorage. listByProcessInstance(java.lang.String processInstanceId, java.lang.Integer page, java.lang.Integer pageSize)
Methods in org.kie.internal.runtime.error with parameters of type ExecutionError Modifier and Type Method Description void
ExecutionErrorListener. onExecutionError(ExecutionError error)
ExecutionError
ExecutionErrorStorage. store(ExecutionError error)
-