Class FailedStepDAO


  • @ApplicationScoped
    @Traced
    public class FailedStepDAO
    extends Object
    The type Failed step dao.
    • 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