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-2014. All Rights Reserved.