Package | Description |
---|---|
co.codewizards.cloudstore.core.dto |
Data transfer objects (DTOs) used for the communication between client and server via REST.
|
co.codewizards.cloudstore.core.repo.sync |
Synchronisation between two repositories.
|
co.codewizards.cloudstore.local.dto |
Converters creating data transfer objects (DTOs) from persistent entities and vice versa.
|
Modifier and Type | Method and Description |
---|---|
FileChunkDto |
TempChunkFileDto.getFileChunkDto() |
Modifier and Type | Method and Description |
---|---|
List<FileChunkDto> |
NormalFileDto.getFileChunkDtos() |
List<FileChunkDto> |
NormalFileDto.getTempFileChunkDtos() |
Modifier and Type | Method and Description |
---|---|
void |
TempChunkFileDto.setFileChunkDto(FileChunkDto fileChunkDto) |
Modifier and Type | Method and Description |
---|---|
void |
NormalFileDto.setFileChunkDtos(List<FileChunkDto> fileChunkDtos) |
void |
NormalFileDto.setTempFileChunkDtos(List<FileChunkDto> tempFileChunkDtos) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
RepoToRepoSync.getFileData(RepoTransport fromRepoTransport,
RepoTransport toRepoTransport,
RepoFileDtoTreeNode repoFileDtoTreeNode,
String path,
FileChunkDto fileChunkDto) |
protected void |
RepoToRepoSync.putFileData(RepoTransport fromRepoTransport,
RepoTransport toRepoTransport,
RepoFileDtoTreeNode repoFileDtoTreeNode,
String path,
FileChunkDto fileChunkDto,
byte[] fileData) |
Modifier and Type | Method and Description |
---|---|
FileChunkDto |
FileChunkDtoConverter.toFileChunkDto(FileChunk fileChunk) |
Copyright © 2013–2019. All rights reserved.