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.local |
Local repository management - API.
|
co.codewizards.cloudstore.core.repo.transport |
Transport abstraction.
|
co.codewizards.cloudstore.local |
Local repository management - implementation.
|
co.codewizards.cloudstore.local.dto |
Converters creating data transfer objects (DTOs) from persistent entities and vice versa.
|
co.codewizards.cloudstore.local.transport |
File-system-based transport implementation.
|
co.codewizards.cloudstore.rest.client.request |
REST requests - the client's API for all REST-based client-server-communication.
|
co.codewizards.cloudstore.rest.client.transport |
REST-based transport implementation.
|
co.codewizards.cloudstore.rest.server.service |
REST services ("resources" in REST lingo) for the client-server communication.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryDto |
class |
NormalFileDto |
class |
SymlinkDto |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
RepoFileDtoTreeNode.getRepoFileDto() |
Modifier and Type | Method and Description |
---|---|
List<RepoFileDto> |
ChangeSetDto.getRepoFileDtos() |
Modifier and Type | Method and Description |
---|---|
static RepoFileDtoTreeNode |
RepoFileDtoTreeNode.createTree(Collection<RepoFileDto> repoFileDtos)
Create a single tree from the given
repoFileDtos . |
void |
ChangeSetDto.setRepoFileDtos(List<RepoFileDto> repoFileDtos) |
Constructor and Description |
---|
RepoFileDtoTreeNode(RepoFileDto repoFileDto) |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
LocalRepoMetaData.getRepoFileDto(long repoFileId,
int depth) |
RepoFileDto |
LocalRepoMetaData.getRepoFileDto(String path,
int depth) |
Modifier and Type | Method and Description |
---|---|
List<RepoFileDto> |
LocalRepoMetaData.getChildRepoFileDtos(long repoFileId,
int depth) |
List<RepoFileDto> |
LocalRepoMetaData.getChildRepoFileDtos(String path,
int depth) |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
RepoTransport.getRepoFileDto(String path)
|
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
LocalRepoMetaDataImpl.getRepoFileDto(long repoFileId,
int depth) |
RepoFileDto |
LocalRepoMetaDataImpl.getRepoFileDto(String path,
int depth) |
Modifier and Type | Method and Description |
---|---|
List<RepoFileDto> |
LocalRepoMetaDataImpl.getChildRepoFileDtos(long repoFileId,
int depth) |
List<RepoFileDto> |
LocalRepoMetaDataImpl.getChildRepoFileDtos(String path,
int depth) |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
RepoFileDtoConverter.toRepoFileDto(RepoFile repoFile,
int depth) |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
FileRepoTransport.getRepoFileDto(String path) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileRepoTransport.handleFileTypeCollision(LocalRepoTransaction transaction,
UUID fromRepositoryId,
File file,
Class<? extends RepoFileDto> fromFileType)
Handle a file-type-collision, which was already detected.
|
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
GetRepoFileDto.execute() |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
RestRepoTransport.getRepoFileDto(String path) |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
RepoFileDtoService.getRepoFileDto() |
RepoFileDto |
RepoFileDtoService.getRepoFileDto(String path) |
Copyright © 2013–2019. All rights reserved.