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.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyModificationDto |
class |
DeleteModificationDto |
Modifier and Type | Method and Description |
---|---|
List<ModificationDto> |
ChangeSetDto.getModificationDtos() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeSetDto.setModificationDtos(List<ModificationDto> modificationDtos) |
Constructor and Description |
---|
ModificationDtoSet(Collection<ModificationDto> modificationDtos) |
Copyright © 2013–2019. All rights reserved.