Uses of Class
org.tkit.rhpam.quarkus.processlog.domain.models.FailedStep
-
Packages that use FailedStep Package Description org.tkit.rhpam.quarkus.messaging org.tkit.rhpam.quarkus.processlog.domain.daos -
-
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(io.smallrye.reactive.messaging.amqp.AmqpMessage<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) -
Uses of FailedStep in org.tkit.rhpam.quarkus.processlog.domain.daos
Methods in org.tkit.rhpam.quarkus.processlog.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.
-