public class ExportFacade extends Object
Represents Export facade.
Constructor and Description |
---|
ExportFacade() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
exportToCsv(InputStream stream)
Exports file metadata to CSV format.
|
static byte[] |
exportToCsv(String path)
Exports file metadata to CSV format.
|
static byte[] |
exportToExcel(InputStream stream)
Exports file metadata to excel format.
|
static byte[] |
exportToExcel(String path)
Exports file metadata to excel format.
|
public static byte[] exportToExcel(InputStream stream)
Exports file metadata to excel format.
stream
- File stream.public static byte[] exportToExcel(String path)
Exports file metadata to excel format.
path
- Absolute path to the file.public static byte[] exportToCsv(String path)
Exports file metadata to CSV format.
path
- Absolute path to the file.public static byte[] exportToCsv(InputStream stream)
Exports file metadata to CSV format.
stream
- File stream.Copyright © 2019. All rights reserved.