Class ProcessInstanceControllerHelper
java.lang.Object
org.activiti.cloud.services.query.rest.helper.ProcessInstanceControllerHelper
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceControllerHelper(ProcessInstanceRepository processInstanceRepository, ProcessInstanceService processInstanceService) -
Method Summary
Modifier and TypeMethodDescriptioncountProcessInstances(ProcessInstanceSearchRequest searchRequest) org.springframework.data.domain.Page<ProcessInstanceEntity> findAllProcessInstances(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> findAllProcessInstancesWithVariables(com.querydsl.core.types.Predicate predicate, List<String> variableKeys, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> mapAllSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> searchProcessInstances(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> searchSubprocesses(String processInstanceId, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
-
Constructor Details
-
ProcessInstanceControllerHelper
public ProcessInstanceControllerHelper(ProcessInstanceRepository processInstanceRepository, ProcessInstanceService processInstanceService)
-
-
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
-
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
-