Class ProcessInstanceAdminService


  • public class ProcessInstanceAdminService
    extends Object
    • Method Detail

      • findAll

        public org.springframework.data.domain.Page<ProcessInstanceEntity> findAll​(com.querydsl.core.types.Predicate predicate,
                                                                                   org.springframework.data.domain.Pageable pageable)
      • findAllWithVariables

        public org.springframework.data.domain.Page<ProcessInstanceEntity> findAllWithVariables​(com.querydsl.core.types.Predicate predicate,
                                                                                                List<String> variableKeys,
                                                                                                org.springframework.data.domain.Pageable pageable)