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