Class FailedStepDAO

  • All Implemented Interfaces:
    org.tkit.quarkus.jpa.daos.EntityService

    @ApplicationScoped
    public class FailedStepDAO
    extends org.tkit.quarkus.jpa.daos.AbstractDAO<FailedStep>
    The type Failed step dao.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.tkit.quarkus.jpa.daos.AbstractDAO

        org.tkit.quarkus.jpa.daos.AbstractDAO.Errors
    • Field Summary

      • Fields inherited from class org.tkit.quarkus.jpa.daos.AbstractDAO

        em, entityClass, entityName, HINT_LOAD_GRAPH
    • Constructor Summary

      Constructors 
      Constructor Description
      FailedStepDAO()  
    • Constructor Detail

      • FailedStepDAO

        public FailedStepDAO()
    • Method Detail

      • findBySearchCriteria

        public List<FailedStep> findBySearchCriteria​(FailedStepSearchCriteria searchCriteria)
        Finds the failed steps by search criteria.
        Parameters:
        searchCriteria - the search criteria.
        Returns:
        the corresponding list of failed steps
        Throws:
        org.hibernate.service.spi.ServiceException - if the method fails.
      • getProcessInstanceIdToHasFailedStepMapByInstanceIdList

        public Map<Long,​Boolean> getProcessInstanceIdToHasFailedStepMapByInstanceIdList​(List<Long> processInstanceIds)
        Gets process instance id to has failed step map by instance id list.
        Parameters:
        processInstanceIds - the process instance ids
        Returns:
        the process instance id to has failed step map by instance id list