| Package | Description |
|---|---|
| minium.developer.fs.domain |
JPA domain objects.
|
| minium.developer.fs.service | |
| minium.developer.fs.web.rest |
| Modifier and Type | Method and Description |
|---|---|
FileProps |
FileContent.getFileProps() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileContent.setFileProps(FileProps fileProps) |
| Constructor and Description |
|---|
FileContent(FileProps fileProps,
String content) |
| Modifier and Type | Method and Description |
|---|---|
FileProps |
FileSystemService.create(String baseUrl,
String path) |
FileProps |
FileSystemService.createFolder(String baseUrl,
String path) |
protected FileProps |
FileSystemService.extractFileProps(String baseUrl,
File file) |
protected FileProps |
FileSystemService.extractFileProps2(String baseUrl,
File file) |
FileProps |
FileSystemService.getFileProps(String baseUrl,
String path) |
FileProps |
FileSystemService.renameFile(String baseUrl,
FileDTO fileDTO) |
| Modifier and Type | Method and Description |
|---|---|
Set<FileProps> |
FileSystemService.list(String baseUrl,
String path) |
Set<FileProps> |
FileSystemService.listAll(String baseUrl,
String path) |
Set<FileProps> |
FileSystemService.search(String baseUrl,
String path,
String query) |
Set<FileProps> |
FileSystemService.searchContent(String baseUrl,
String query) |
| Modifier and Type | Method and Description |
|---|---|
FileProps |
FileSystemAccessResource.getFileProps(String baseUrl,
String path) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<FileProps> |
FileSystemAccessResource.create(String baseUrl,
String path)
CRUD Operation File
|
org.springframework.http.ResponseEntity<FileProps> |
FileSystemAccessResource.createFolder(String baseUrl,
String path) |
Set<FileProps> |
FileSystemAccessResource.list(String baseUrl,
String path) |
Set<FileProps> |
FileSystemAccessResource.listAll(String baseUrl,
String path) |
org.springframework.http.ResponseEntity<FileProps> |
FileSystemAccessResource.rename(String baseUrl,
FileDTO fileDTO) |
Set<FileProps> |
FileSystemAccessResource.search(String baseUrl,
String path,
String query) |
Set<FileProps> |
FileSystemAccessResource.searchContent(String baseUrl,
String path,
String query) |
Copyright © 2019 VILT Group. All rights reserved.