Interface DelegateTaskEventLogRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<DelegateTaskEventLog,​org.bson.types.ObjectId>, org.springframework.data.mongodb.repository.MongoRepository<DelegateTaskEventLog,​org.bson.types.ObjectId>, org.springframework.data.repository.PagingAndSortingRepository<DelegateTaskEventLog,​org.bson.types.ObjectId>, org.springframework.data.repository.query.QueryByExampleExecutor<DelegateTaskEventLog>, org.springframework.data.repository.Repository<DelegateTaskEventLog,​org.bson.types.ObjectId>

    @Repository
    public interface DelegateTaskEventLogRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<DelegateTaskEventLog,​org.bson.types.ObjectId>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<DelegateTaskEventLog> findAllByTaskId​(org.bson.types.ObjectId taskId)  
      java.util.List<DelegateTaskEventLog> findAllByTaskIdAndDelegatee​(org.bson.types.ObjectId taskId, java.lang.Long delegateeId)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, findAll, insert, insert, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findBy, findOne
    • Method Detail

      • findAllByTaskId

        java.util.List<DelegateTaskEventLog> findAllByTaskId​(org.bson.types.ObjectId taskId)
      • findAllByTaskIdAndDelegatee

        java.util.List<DelegateTaskEventLog> findAllByTaskIdAndDelegatee​(org.bson.types.ObjectId taskId,
                                                                         java.lang.Long delegateeId)