Uses of Class
org.tkit.rhpam.quarkus.domain.models.FailedStep
-
Packages that use FailedStep Package Description org.tkit.rhpam.quarkus.domain.daos org.tkit.rhpam.quarkus.messaging -
-
Uses of FailedStep in org.tkit.rhpam.quarkus.domain.daos
Methods in org.tkit.rhpam.quarkus.domain.daos that return types with arguments of type FailedStep Modifier and Type Method Description List<FailedStep>FailedStepDAO. findBySearchCriteria(FailedStepSearchCriteria searchCriteria)Finds the failed steps by search criteria. -
Uses of FailedStep in org.tkit.rhpam.quarkus.messaging
Methods in org.tkit.rhpam.quarkus.messaging that return FailedStep Modifier and Type Method Description FailedStepFailedStepService. createOrUpdateBusinessFailedStep(ProcessStepExecution workItem, ProcessStepExecutionResult executionResult)Create Failed step for a process step that was technically executed ok, but resulted in business errorFailedStepFailedStepService. createOrUpdateFailedStep(org.eclipse.microprofile.reactive.messaging.Message<String> message)FailedStepFailedStepService. updateFailedStep(ProcessStepExecution workItem, String referencedStepName, String resolutionOptions, String resolutionSignalId)Methods in org.tkit.rhpam.quarkus.messaging with parameters of type FailedStep Modifier and Type Method Description voidFailedStepService. emitFailedStepEvent(FailedStep failedStep)
-