Interface CustomizedProcessInstanceRepository
- All Known Subinterfaces:
ProcessInstanceRepository
- All Known Implementing Classes:
CustomizedProcessInstanceRepositoryImpl
public interface CustomizedProcessInstanceRepository
-
Method Summary
Modifier and TypeMethodDescriptionmapSubprocesses(ProcessInstanceEntity processInstance) org.springframework.data.domain.Page<ProcessInstanceEntity> mapSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, org.springframework.data.domain.Pageable pageable)
-
Method Details
-
mapSubprocesses
org.springframework.data.domain.Page<ProcessInstanceEntity> mapSubprocesses(org.springframework.data.domain.Page<ProcessInstanceEntity> processInstances, org.springframework.data.domain.Pageable pageable) -
mapSubprocesses
-