Uses of Class
com.liferay.portal.kernel.repository.model.FileContentReference
Packages that use FileContentReference
-
Uses of FileContentReference in com.liferay.portal.kernel.repository.model
Methods in com.liferay.portal.kernel.repository.model that return FileContentReferenceModifier and TypeMethodDescriptionstatic FileContentReferenceFileContentReference.fromBytes(long groupId, long fileEntryId, String sourceFileName, String extension, String mimeType, byte[] bytes) static FileContentReferenceFileContentReference.fromBytes(long groupId, String sourceFileName, String extension, String mimeType, byte[] bytes) static FileContentReferenceFileContentReference.fromFile(long groupId, long fileEntryId, String sourceFileName, String extension, String mimeType, File file) static FileContentReferenceFileContentReference.fromFile(long groupId, String sourceFileName, String extension, String mimeType, File file) static FileContentReferenceFileContentReference.fromInputStream(long groupId, long fileEntryId, String sourceFileName, String extension, String mimeType, InputStream inputStream, long size) static FileContentReferenceFileContentReference.fromInputStream(long groupId, String sourceFileName, String extension, String mimeType, InputStream inputStream, long size)