Class ProcessInstanceService
java.lang.Object
org.activiti.cloud.services.query.rest.ProcessInstanceService
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceService(ProcessInstanceRepository processInstanceRepository, TaskRepository taskRepository, ProcessInstanceSearchService processInstanceSearchService, ProcessInstanceRestrictionService processInstanceRestrictionService, org.activiti.core.common.spring.security.policies.SecurityPoliciesManager securityPoliciesApplicationService, org.activiti.api.runtime.shared.security.SecurityManager securityManager, EntityFinder entityFinder) -
Method Summary
Modifier and TypeMethodDescriptioncount(ProcessInstanceSearchRequest searchRequest) org.springframework.data.domain.Page<ProcessInstanceEntity> findAll(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> findAllWithVariables(com.querydsl.core.types.Predicate predicate, List<String> variableKeys, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> search(ProcessInstanceSearchRequest searchRequest, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessInstanceEntity> subprocesses(String processInstanceId, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
-
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
-
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
-