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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsInProcessInstanceScope(com.querydsl.core.types.Predicate predicate) org.springframework.data.domain.Page<org.activiti.cloud.services.query.model.TaskEntity> findByVariableNameAndValue(String name, org.activiti.cloud.services.query.model.VariableValue<?> value, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) Iterable<org.activiti.cloud.services.query.model.TaskEntity> findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate) org.springframework.data.domain.Page<org.activiti.cloud.services.query.model.TaskEntity> findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) Methods inherited from class org.springframework.data.jpa.repository.support.QuerydslRepositorySupport
delete, from, from, getBuilder, getEntityManager, getQuerydsl, setEntityManager, update, validate
-
Constructor Details
-
CustomizedTaskRepositoryImpl
public CustomizedTaskRepositoryImpl()
-
-
Method Details
-
findByVariableNameAndValue
public org.springframework.data.domain.Page<org.activiti.cloud.services.query.model.TaskEntity> findByVariableNameAndValue(String name, org.activiti.cloud.services.query.model.VariableValue<?> value, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) - Specified by:
findByVariableNameAndValuein interfaceCustomizedTaskRepository
-
findInProcessInstanceScope
public Iterable<org.activiti.cloud.services.query.model.TaskEntity> findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate) - Specified by:
findInProcessInstanceScopein interfaceCustomizedTaskRepository
-
findInProcessInstanceScope
public org.springframework.data.domain.Page<org.activiti.cloud.services.query.model.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
-