Interface ServiceTaskRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ServiceTaskEntity,,String> org.springframework.data.repository.PagingAndSortingRepository<ServiceTaskEntity,,String> org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QServiceTaskEntity>,org.springframework.data.querydsl.QuerydslPredicateExecutor<ServiceTaskEntity>,org.springframework.data.repository.Repository<ServiceTaskEntity,String>
public interface ServiceTaskRepository
extends org.springframework.data.repository.PagingAndSortingRepository<ServiceTaskEntity,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<ServiceTaskEntity>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QServiceTaskEntity>, org.springframework.data.repository.CrudRepository<ServiceTaskEntity,String>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcustomize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QServiceTaskEntity root) findByProcessInstanceId(String processInstanceId) findByProcessInstanceIdAndElementId(String processInstanceId, String elementId) findByProcessInstanceIdAndElementIdAndExecutionId(String processInstanceId, String elementId, String executionId) findByProcessInstanceIdAndStatus(String processInstanceId, org.activiti.cloud.api.process.model.CloudBPMNActivity.BPMNActivityStatus status) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAllMethods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor
count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
-
Method Details
-
customize
default void customize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QServiceTaskEntity root) - Specified by:
customizein interfaceorg.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QServiceTaskEntity>
-
findByProcessInstanceIdAndStatus
List<ServiceTaskEntity> findByProcessInstanceIdAndStatus(String processInstanceId, org.activiti.cloud.api.process.model.CloudBPMNActivity.BPMNActivityStatus status) -
findByProcessInstanceId
-
findByProcessInstanceIdAndElementId
-
findByProcessInstanceIdAndElementIdAndExecutionId
ServiceTaskEntity findByProcessInstanceIdAndElementIdAndExecutionId(String processInstanceId, String elementId, String executionId)
-