Class ProcessInstanceService

java.lang.Object
org.activiti.cloud.services.query.rest.ProcessInstanceService

public class ProcessInstanceService extends Object
  • Constructor Details

    • ProcessInstanceService

      public ProcessInstanceService(ProcessInstanceRepository processInstanceRepository, TaskRepository taskRepository, ProcessInstanceRestrictionService processInstanceRestrictionService, org.activiti.core.common.spring.security.policies.SecurityPoliciesManager securityPoliciesApplicationService, org.activiti.api.runtime.shared.security.SecurityManager securityManager, EntityFinder entityFinder)
  • Method Details

    • findAll

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

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

      public ProcessInstanceEntity findById(String processInstanceId)
    • subprocesses

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