Uses of Class
org.jbpm.services.api.admin.ExecutionErrorNotFoundException
-
Packages that use ExecutionErrorNotFoundException Package Description org.jbpm.kie.services.impl.admin org.jbpm.services.api.admin -
-
Uses of ExecutionErrorNotFoundException in org.jbpm.kie.services.impl.admin
Methods in org.jbpm.kie.services.impl.admin that throw ExecutionErrorNotFoundException Modifier and Type Method Description void
ProcessInstanceAdminServiceImpl. acknowledgeError(String... errorId)
void
UserTaskAdminServiceImpl. acknowledgeError(String... errorId)
org.kie.internal.runtime.error.ExecutionError
ProcessInstanceAdminServiceImpl. getError(String errorId)
org.kie.internal.runtime.error.ExecutionError
UserTaskAdminServiceImpl. getError(String errorId)
-
Uses of ExecutionErrorNotFoundException in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that throw ExecutionErrorNotFoundException Modifier and Type Method Description void
ProcessInstanceAdminService. acknowledgeError(String... errorId)
Acknowledge given error that it was reviewed and understoodvoid
UserTaskAdminService. acknowledgeError(String... errorId)
Acknowledge given error that it was reviewed and understoodorg.kie.internal.runtime.error.ExecutionError
ProcessInstanceAdminService. getError(String errorId)
Returns execution error identified by given error idorg.kie.internal.runtime.error.ExecutionError
UserTaskAdminService. getError(String errorId)
Returns execution error identified by given error id
-