| Package | Description |
|---|---|
| gr.cite.commons.util.datarepository | |
| gr.cite.commons.util.datarepository.elements |
| Modifier and Type | Method and Description |
|---|---|
RepositoryFile |
DataRepository.retrieve(String id)
Retrieves a specific file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DataRepository.addToFolder(RepositoryFile file,
String folderId) |
Long |
DataRepository.close(RepositoryFile file) |
String |
DataRepository.persist(RepositoryFile file) |
String |
DataRepository.update(RepositoryFile file) |
String |
DataRepository.updateToFolder(RepositoryFile file,
String folderId) |
| Modifier and Type | Method and Description |
|---|---|
String |
DataRepository.addToFolder(List<RepositoryFile> files,
String folderId) |
String |
DataRepository.persistToFolder(List<RepositoryFile> files) |
String |
DataRepository.updateToFolder(List<RepositoryFile> files,
String folderId) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryFile |
FolderInfo.getFile(String id) |
| Modifier and Type | Method and Description |
|---|---|
Set<RepositoryFile> |
FolderInfo.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderInfo.addFile(RepositoryFile f) |
void |
RepositoryRegistry.addFile(RepositoryFile file,
String folderId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderInfo.setFiles(Set<RepositoryFile> files) |
Copyright © 2020. All Rights Reserved.