|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileContentReference | |
|---|---|
| com.liferay.portal.kernel.repository.model | |
| com.liferay.portal.kernel.repository.util | |
| Uses of FileContentReference in com.liferay.portal.kernel.repository.model |
|---|
| Methods in com.liferay.portal.kernel.repository.model that return FileContentReference | |
|---|---|
static FileContentReference |
FileContentReference.fromBytes(String sourceFileName,
String extension,
String mimeType,
byte[] bytes)
|
static FileContentReference |
FileContentReference.fromFile(String sourceFileName,
String extension,
String mimeType,
File file)
|
static FileContentReference |
FileContentReference.fromInputStream(String sourceFileName,
String extension,
String mimeType,
InputStream inputStream,
long size)
|
| Uses of FileContentReference in com.liferay.portal.kernel.repository.util |
|---|
| Methods in com.liferay.portal.kernel.repository.util that return types with arguments of type FileContentReference | |
|---|---|
static ModelValidator<FileContentReference> |
ModelValidatorUtil.getDefaultDLFileEntryModelValidator()
|
static ModelValidator<FileContentReference> |
ModelValidatorUtil.getDefaultFileExtensionModelValidator()
|
static ModelValidator<FileContentReference> |
ModelValidatorUtil.getDefaultFileNameModelValidator()
|
static ModelValidator<FileContentReference> |
ModelValidatorUtil.getDefaultFileSizeModelValidator()
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||