public interface FileStorageService
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileStorageService.StandardOwner |
| Modifier and Type | Method and Description |
|---|---|
pl.edu.icm.unity.base.file.FileData |
readFileFromWorkspace(String workspacePath) |
URI |
storeFile(byte[] content,
String ownerType,
String ownerId) |
pl.edu.icm.unity.base.file.FileData |
storeFileInWorkspace(byte[] content,
String workspacePath) |
URI storeFile(byte[] content, String ownerType, String ownerId) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionpl.edu.icm.unity.base.file.FileData storeFileInWorkspace(byte[] content,
String workspacePath)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionpl.edu.icm.unity.base.file.FileData readFileFromWorkspace(String workspacePath) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2020 Unity. All rights reserved.