| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SFile |
ServiceInterfaceAdaptor.getFile(Long fileId) |
SFile |
ServiceInterface.getFile(Long fileId) |
SFile |
ServiceInterfaceAdaptor.getFileMeta(Long fileId) |
SFile |
ServiceInterface.getFileMeta(Long fileId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ServiceInterfaceAdaptor.uploadFile(SFile file) |
Long |
ServiceInterface.uploadFile(SFile file) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetFileCallback.success(SFile result) |
void |
AsyncServiceInterface.GetFileMetaCallback.success(SFile result) |
void |
AsyncServiceInterface.uploadFile(SFile file,
AsyncServiceInterface.UploadFileCallback callback) |
Copyright © 2018 OpenSource BIM. All rights reserved.