Package | Description |
---|---|
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.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
Modifier and Type | Method and Description |
---|---|
protected DeleteModification |
LocalRepoSync.createDeleteModification(RepoFile repoFile,
RemoteRepository remoteRepository) |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalRepoSync.populateDeleteModification(DeleteModification modification,
RepoFile repoFile,
RemoteRepository remoteRepository) |
Modifier and Type | Method and Description |
---|---|
DeleteModificationDto |
DeleteModificationDtoConverter.toDeleteModificationDto(DeleteModification deleteModification) |
Modifier and Type | Method and Description |
---|---|
Collection<DeleteModification> |
DeleteModificationDao.getDeleteModificationsForPathAfter(String path,
long localRevision,
RemoteRepository remoteRepository) |
Collection<DeleteModification> |
DeleteModificationDao.getDeleteModificationsForPathOrParentOfPathAfter(String path,
long localRevision,
RemoteRepository remoteRepository) |
Collection<DeleteModification> |
DeleteModificationDao.getDeleteModificationsForSha1(String sha1,
long length) |
Copyright © 2013–2019. All rights reserved.