Class CustomizedProcessInstanceRepositoryImpl
java.lang.Object
org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
org.activiti.cloud.services.query.app.repository.CustomizedProcessInstanceRepositoryImpl
- All Implemented Interfaces:
CustomizedProcessInstanceRepository
public class CustomizedProcessInstanceRepositoryImpl
extends org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
implements CustomizedProcessInstanceRepository
-
Constructor Summary
ConstructorsConstructorDescriptionCustomizedProcessInstanceRepositoryImpl(jakarta.persistence.EntityManager entityManager) -
Method Summary
Modifier and TypeMethodDescriptionfindSubprocessesByParentId(String parentId) org.springframework.data.domain.Page<ProcessInstanceEntity> findSubprocessesByParentIds(List<String> parentIds, org.springframework.data.domain.Pageable pageable) getParentIds(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances) org.activiti.cloud.api.process.model.QueryCloudSubprocessInstancegetQueryCloudSubprocessInstance(ProcessInstanceEntity subprocess) groupSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> subprocesses) mapSubprocesses(ProcessInstanceEntity processInstance) org.springframework.data.domain.Page<ProcessInstanceEntity> mapSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, org.springframework.data.domain.Pageable pageable) voidsetSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, Map<String, Set<org.activiti.cloud.api.process.model.QueryCloudSubprocessInstance>> subprocessMap) Methods inherited from class org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
delete, from, from, getBuilder, getEntityManager, getQuerydsl, setEntityManager, update, validate
-
Constructor Details
-
CustomizedProcessInstanceRepositoryImpl
public CustomizedProcessInstanceRepositoryImpl(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
mapSubprocesses
public org.springframework.data.domain.Page<ProcessInstanceEntity> mapSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, org.springframework.data.domain.Pageable pageable) - Specified by:
mapSubprocessesin interfaceCustomizedProcessInstanceRepository
-
mapSubprocesses
- Specified by:
mapSubprocessesin interfaceCustomizedProcessInstanceRepository
-
getQueryCloudSubprocessInstance
public org.activiti.cloud.api.process.model.QueryCloudSubprocessInstance getQueryCloudSubprocessInstance(ProcessInstanceEntity subprocess) -
getParentIds
public List<String> getParentIds(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances) -
groupSubprocesses
public Map<String,Set<org.activiti.cloud.api.process.model.QueryCloudSubprocessInstance>> groupSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> subprocesses) -
setSubprocesses
public void setSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, Map<String, Set<org.activiti.cloud.api.process.model.QueryCloudSubprocessInstance>> subprocessMap) -
findSubprocessesByParentIds
public org.springframework.data.domain.Page<ProcessInstanceEntity> findSubprocessesByParentIds(List<String> parentIds, org.springframework.data.domain.Pageable pageable) -
findSubprocessesByParentId
-