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
    @Deprecated(since="6.3.0")
    public interface DelegateTaskEventLogRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<DelegateTaskEventLog,​org.bson.types.ObjectId>
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<DelegateTaskEventLog> findAllByTaskId​(org.bson.types.ObjectId taskId)
      Deprecated.
       
      java.util.List<DelegateTaskEventLog> findAllByTaskIdAndDelegate​(org.bson.types.ObjectId taskId, java.lang.Long delegateId)
      Deprecated.
       
      • 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)
        Deprecated.
      • findAllByTaskIdAndDelegate

        java.util.List<DelegateTaskEventLog> findAllByTaskIdAndDelegate​(org.bson.types.ObjectId taskId,
                                                                        java.lang.Long delegateId)
        Deprecated.