Class ProcessInstanceService

java.lang.Object
org.activiti.cloud.services.query.rest.ProcessInstanceService

public class ProcessInstanceService extends Object
  • Constructor Details

  • Method Details

    • findAll

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

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

      public ProcessInstanceEntity findById(String processInstanceId)
    • subprocesses

      public org.springframework.data.domain.Page<ProcessInstanceEntity> subprocesses(String processInstanceId, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
    • search

      @Transactional(readOnly=true) public org.springframework.data.domain.Page<ProcessInstanceEntity> search(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable)
    • count

      @Transactional(readOnly=true) public Long count(ProcessInstanceSearchRequest searchRequest)