Class ProcessInstanceSearchService
java.lang.Object
org.activiti.cloud.services.query.rest.ProcessInstanceSearchService
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceSearchService(ProcessInstanceRepository processInstanceRepository, ProcessVariableService processVariableService, org.activiti.api.runtime.shared.security.SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ProcessInstanceEntity> searchRestricted(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> searchUnrestricted(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable)
-
Constructor Details
-
Method Details
-
searchRestricted
@Transactional(readOnly=true) public org.springframework.data.domain.Page<ProcessInstanceEntity> searchRestricted(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable) -
searchUnrestricted
@Transactional(readOnly=true) public org.springframework.data.domain.Page<ProcessInstanceEntity> searchUnrestricted(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable)
-