Uses of Class
org.apache.openmeetings.db.entity.file.FileItem
Packages that use FileItem
-
Uses of FileItem in org.apache.openmeetings.db.dao.file
Methods in org.apache.openmeetings.db.dao.file that return FileItemModifier and TypeMethodDescriptionFileItemDao.move
(long id, long parentId, long ownerId, long roomId) Methods in org.apache.openmeetings.db.dao.file that return types with arguments of type FileItemModifier and TypeMethodDescriptionFileItemDao.get()
FileItemDao.getByGroup
(Long groupId) FileItemDao.getByGroup
(Long groupId, List<BaseFileItem.Type> filter) FileItemDao.getByOwner
(Long ownerId) FileItemDao.getByParent
(Long parentId) FileItemDao.getByParent
(Long parentId, List<BaseFileItem.Type> filter) FileItemDao.getExternal
(String externalType) Methods in org.apache.openmeetings.db.dao.file with parameters of type FileItemModifier and TypeMethodDescriptionlong
Method parameters in org.apache.openmeetings.db.dao.file with type arguments of type FileItem -
Uses of FileItem in org.apache.openmeetings.db.dto.file
Methods in org.apache.openmeetings.db.dto.file that return FileItemMethod parameters in org.apache.openmeetings.db.dto.file with type arguments of type FileItemConstructors in org.apache.openmeetings.db.dto.file with parameters of type FileItem