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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    existsInProcessInstanceScope(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      findByVariableNameAndValue in interface CustomizedTaskRepository
    • findInProcessInstanceScope

      public Iterable<org.activiti.cloud.services.query.model.TaskEntity> findInProcessInstanceScope(com.querydsl.core.types.Predicate predicate)
      Specified by:
      findInProcessInstanceScope in interface CustomizedTaskRepository
    • 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:
      findInProcessInstanceScope in interface CustomizedTaskRepository
    • existsInProcessInstanceScope

      public boolean existsInProcessInstanceScope(com.querydsl.core.types.Predicate predicate)
      Specified by:
      existsInProcessInstanceScope in interface CustomizedTaskRepository