Uses of Class
org.apache.openmeetings.db.entity.file.FileItem
-
Packages that use FileItem Package Description org.apache.openmeetings.db.dao.file org.apache.openmeetings.db.dto.file -
-
Uses of FileItem in org.apache.openmeetings.db.dao.file
Methods in org.apache.openmeetings.db.dao.file that return FileItem Modifier and Type Method Description FileItemFileItemDao. get(Long id)FileItemFileItemDao. get(String externalId, String externalType)FileItemFileItemDao. move(long id, long parentId, long ownerId, long roomId)FileItemFileItemDao. rename(Long id, String name)FileItemFileItemDao. update(FileItem f)Methods in org.apache.openmeetings.db.dao.file that return types with arguments of type FileItem Modifier and Type Method Description List<FileItem>FileItemDao. get()List<FileItem>FileItemDao. getByGroup(Long groupId)List<FileItem>FileItemDao. getByGroup(Long groupId, List<BaseFileItem.Type> filter)List<FileItem>FileItemDao. getByOwner(Long ownerId)List<FileItem>FileItemDao. getByParent(Long parentId)List<FileItem>FileItemDao. getByParent(Long parentId, List<BaseFileItem.Type> filter)List<FileItem>FileItemDao. getByRoom(Long roomId)List<FileItem>FileItemDao. getExternal(String externalType)Methods in org.apache.openmeetings.db.dao.file with parameters of type FileItem Modifier and Type Method Description longFileItemDao. getSize(FileItem f)FileItemFileItemDao. update(FileItem f)Method parameters in org.apache.openmeetings.db.dao.file with type arguments of type FileItem Modifier and Type Method Description longFileItemDao. getSize(List<FileItem> list) -
Uses of FileItem in org.apache.openmeetings.db.dto.file
Methods in org.apache.openmeetings.db.dto.file that return FileItem Modifier and Type Method Description FileItemFileItemDTO. get()Method parameters in org.apache.openmeetings.db.dto.file with type arguments of type FileItem Modifier and Type Method Description static List<FileItemDTO>FileItemDTO. list(List<FileItem> l)voidFileExplorerObject. setRoom(List<FileItem> list, long size)voidFileExplorerObject. setUser(List<FileItem> list, long size)Constructors in org.apache.openmeetings.db.dto.file with parameters of type FileItem Constructor Description FileItemDTO(FileItem f)
-