Class ProcessInstanceControllerHelper

java.lang.Object
org.activiti.cloud.services.query.rest.helper.ProcessInstanceControllerHelper

public class ProcessInstanceControllerHelper extends Object
  • Constructor Details

  • Method Details

    • findAllProcessInstances

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

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

      public ProcessInstanceEntity findById(String processInstanceId)
    • searchProcessInstances

      public org.springframework.data.domain.Page<ProcessInstanceEntity> searchProcessInstances(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable)
    • searchSubprocesses

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

      public org.springframework.data.domain.Page<ProcessInstanceEntity> mapAllSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, org.springframework.data.domain.Pageable pageable)
    • countProcessInstances

      public Long countProcessInstances(ProcessInstanceSearchRequest searchRequest)