Package | Description |
---|---|
org.apache.openmeetings.db.dao.file | |
org.apache.openmeetings.db.dto.file | |
org.apache.openmeetings.db.entity.file |
Modifier and Type | Method and Description |
---|---|
Long |
FileExplorerItemDao.add(String fileName,
String fileHash,
Long parentId,
Long ownerId,
Long roomId,
Long insertedBy,
FileItem.Type type,
String wmlFilePath,
String externalId,
String externalType) |
Modifier and Type | Method and Description |
---|---|
FileItem.Type |
FileExplorerItemDTO.getType() |
Modifier and Type | Method and Description |
---|---|
void |
FileExplorerItemDTO.setType(FileItem.Type type) |
Modifier and Type | Method and Description |
---|---|
FileItem.Type |
FileItem.getType() |
static FileItem.Type |
FileItem.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileItem.Type[] |
FileItem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileItem.setType(FileItem.Type type) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.