Uses of Class
org.kie.internal.runtime.error.ExecutionError
Packages that use ExecutionError
-
Uses of ExecutionError in org.kie.internal.runtime.error
Methods in org.kie.internal.runtime.error that return ExecutionErrorModifier and TypeMethodDescriptionExecutionError.Builder.build()ExecutionErrorFilter.filter(ExecutionErrorContext errorContext) Based on the cause filters the actual error and produces ExecutionError instance if applicable for given filter.ExecutionErrorStorage.store(ExecutionError error) Methods in org.kie.internal.runtime.error that return types with arguments of type ExecutionErrorModifier and TypeMethodDescriptionExecutionErrorStorage.listByActivity(String activityName, Integer page, Integer pageSize) ExecutionErrorStorage.listByDeployment(String deploymentId, Integer page, Integer pageSize) ExecutionErrorStorage.listByProcessInstance(String processInstanceId, Integer page, Integer pageSize) Methods in org.kie.internal.runtime.error with parameters of type ExecutionErrorModifier and TypeMethodDescriptionvoidExecutionErrorListener.onExecutionError(ExecutionError error) ExecutionErrorStorage.store(ExecutionError error)