Uses of Enum Class
org.apache.openmeetings.db.entity.file.BaseFileItem.Type
Packages that use BaseFileItem.Type
Package
Description
-
Uses of BaseFileItem.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return BaseFileItem.TypeMethods in org.apache.openmeetings.db.bind.adapter with parameters of type BaseFileItem.Type -
Uses of BaseFileItem.Type in org.apache.openmeetings.db.dao.file
Method parameters in org.apache.openmeetings.db.dao.file with type arguments of type BaseFileItem.TypeModifier and TypeMethodDescriptionFileItemDao.getByGroup
(Long groupId, List<BaseFileItem.Type> filter) FileItemDao.getByParent
(Long parentId, List<BaseFileItem.Type> filter) -
Uses of BaseFileItem.Type in org.apache.openmeetings.db.dto.file
Methods in org.apache.openmeetings.db.dto.file that return BaseFileItem.TypeMethods in org.apache.openmeetings.db.dto.file with parameters of type BaseFileItem.Type -
Uses of BaseFileItem.Type in org.apache.openmeetings.db.entity.file
Methods in org.apache.openmeetings.db.entity.file that return BaseFileItem.TypeModifier and TypeMethodDescriptionBaseFileItem.getType()
static BaseFileItem.Type
Returns the enum constant of this class with the specified name.static BaseFileItem.Type[]
BaseFileItem.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.db.entity.file with parameters of type BaseFileItem.Type