Class CustomizedTaskRepositoryImpl
- java.lang.Object
-
- org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
-
- org.activiti.cloud.services.query.app.repository.CustomizedTaskRepositoryImpl
-
- All Implemented Interfaces:
CustomizedTaskRepository
public class CustomizedTaskRepositoryImpl extends org.springframework.data.jpa.repository.support.QuerydslRepositorySupport implements CustomizedTaskRepository
-
-
Constructor Summary
Constructors Constructor Description CustomizedTaskRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexistsInProcessInstanceScope(com.querydsl.core.types.Predicate predicate)org.springframework.data.domain.Page<TaskEntity>findByVariableNameAndValue(String name, VariableValue<?> value, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)Iterable<TaskEntity>findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate)org.springframework.data.domain.Page<TaskEntity>findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
-
-
-
Method Detail
-
findByVariableNameAndValue
public org.springframework.data.domain.Page<TaskEntity> findByVariableNameAndValue(String name, VariableValue<?> value, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
- Specified by:
findByVariableNameAndValuein interfaceCustomizedTaskRepository
-
findInProcessInstanceScope
public Iterable<TaskEntity> findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate)
- Specified by:
findInProcessInstanceScopein interfaceCustomizedTaskRepository
-
findInProcessInstanceScope
public org.springframework.data.domain.Page<TaskEntity> findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
- Specified by:
findInProcessInstanceScopein interfaceCustomizedTaskRepository
-
existsInProcessInstanceScope
public boolean existsInProcessInstanceScope(com.querydsl.core.types.Predicate predicate)
- Specified by:
existsInProcessInstanceScopein interfaceCustomizedTaskRepository
-
-