| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtcc.clients.storage | |
| cn.gtmap.gtcc.domain.storage |
| 限定符和类型 | 方法和说明 |
|---|---|
Storage |
StorageClient.findById(String id)
file upload
|
Storage[] |
StorageClient.singleFileUpload(org.springframework.web.multipart.MultipartFile file) |
Storage[] |
StorageClient.upload(org.springframework.web.multipart.MultipartFile files)
file upload
c
|
Storage |
StorageClient.zip(String ids,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Storage> |
StorageClient.findByIdIn(String[] ids)
file upload
|
Set<Storage> |
StorageClient.findByName(String name)
`
file upload
|
List<Storage> |
StorageClient.findChildren(String id)
file upload
|
Set<Storage> |
NodeClient.getNodeListByJson(NodeQuery query)
get nodeList
|
| 限定符和类型 | 方法和说明 |
|---|---|
Storage |
Storage.getParent() |
Storage |
Storage.setChildren(List<Storage> children) |
Storage |
Storage.setFileSize(long fileSize) |
Storage |
Storage.setFileType(String fileType) |
Storage |
Storage.setName(String name) |
Storage |
Storage.setParent(Storage parent) |
Storage |
Storage.setPath(String path) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Storage> |
Storage.getChildren() |
List<Storage> |
Node.getStorages() |
| 限定符和类型 | 方法和说明 |
|---|---|
Storage |
Storage.setParent(Storage parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
Storage |
Storage.setChildren(List<Storage> children) |
void |
Node.setStorages(List<Storage> storages) |
Copyright © 2019 GTMAP. All rights reserved.