Uses of Class
tigase.http.upload.db.FileUploadRepository.Slot
Packages that use FileUploadRepository.Slot
-
Uses of FileUploadRepository.Slot in tigase.http.upload.db
Subclasses of FileUploadRepository.Slot in tigase.http.upload.dbMethods in tigase.http.upload.db that return FileUploadRepository.SlotModifier and TypeMethodDescriptionDummyFileUploadRepository.allocateSlot(tigase.xmpp.jid.BareJID sender, String slotId, String filename, long filesize, String contentType) FileUploadRepository.allocateSlot(tigase.xmpp.jid.BareJID sender, String slotId, String filename, long filesize, String contentType) Create slot in database for file upload.default FileUploadRepository.SlotFileUploadRepository.allocateSlot(tigase.xmpp.jid.JID sender, String slotId, String filename, long filesize, String contentType) Deprecated.FileUploadRepositoryPool.allocateSlot(tigase.xmpp.jid.BareJID sender, String slotId, String filename, long filesize, String contentType) FileUploadRepositoryPool.allocateSlot(tigase.xmpp.jid.JID sender, String slotId, String filename, long filesize, String contentType) JDBCFileUploadRepository.allocateSlot(tigase.xmpp.jid.BareJID sender, String slotId, String filename, long filesize, String contentType) Retrieves information from database about slotMethods in tigase.http.upload.db that return types with arguments of type FileUploadRepository.SlotModifier and TypeMethodDescriptionDummyFileUploadRepository.listExpiredSlots(tigase.xmpp.jid.BareJID domain, LocalDateTime before, int limit) FileUploadRepository.listExpiredSlots(tigase.xmpp.jid.BareJID domain, LocalDateTime before, int limit) Retrieves list of ids of expired slotsFileUploadRepositoryPool.listExpiredSlots(tigase.xmpp.jid.BareJID domain, LocalDateTime before, int limit) JDBCFileUploadRepository.listExpiredSlots(tigase.xmpp.jid.BareJID domain, LocalDateTime before, int limit) DummyFileUploadRepository.querySlots(String domain, String afterId, int limit) DummyFileUploadRepository.querySlots(tigase.xmpp.jid.BareJID user, String afterId, int limit) FileUploadRepository.querySlots(String domain, String afterId, int limit) Retrieves list of slots after slot with provided id.FileUploadRepository.querySlots(tigase.xmpp.jid.BareJID user, String afterId, int limit) Retrieves list of slots after slot with provided id.FileUploadRepositoryPool.querySlots(String domain, String afterId, int limit) FileUploadRepositoryPool.querySlots(tigase.xmpp.jid.BareJID user, String afterId, int limit) JDBCFileUploadRepository.querySlots(String domain, String afterId, int limit) JDBCFileUploadRepository.querySlots(tigase.xmpp.jid.BareJID user, String afterId, int limit)