Package | Description |
---|---|
co.codewizards.cloudstore.local |
Local repository management - implementation.
|
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) |
protected void |
LocalRepoSync.populateDeleteModification(DeleteModification modification,
RepoFile repoFile,
RemoteRepository remoteRepository) |
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
Modification.getRemoteRepository()
Deprecated.
Gets the remote repository to which this modification must be synced.
|
RemoteRepository |
LastSyncToRemoteRepo.getRemoteRepository() |
RemoteRepository |
RemoteRepositoryDao.getRemoteRepository(URL remoteRoot) |
RemoteRepository |
RemoteRepositoryDao.getRemoteRepository(UUID repositoryId) |
RemoteRepository |
RemoteRepositoryDao.getRemoteRepositoryOrFail(URL remoteRoot) |
RemoteRepository |
RemoteRepositoryDao.getRemoteRepositoryOrFail(UUID repositoryId) |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteRepositoryDao.deleteDependentObjects(RemoteRepository remoteRepository) |
void |
RemoteRepositoryDao.deletePersistent(RemoteRepository entity) |
Collection<DeleteModification> |
DeleteModificationDao.getDeleteModificationsForPathAfter(String path,
long localRevision,
RemoteRepository remoteRepository) |
Collection<DeleteModification> |
DeleteModificationDao.getDeleteModificationsForPathOrParentOfPathAfter(String path,
long localRevision,
RemoteRepository remoteRepository) |
LastSyncToRemoteRepo |
LastSyncToRemoteRepoDao.getLastSyncToRemoteRepo(RemoteRepository remoteRepository) |
LastSyncToRemoteRepo |
LastSyncToRemoteRepoDao.getLastSyncToRemoteRepoOrFail(RemoteRepository remoteRepository) |
Collection<Modification> |
ModificationDao.getModifications(RemoteRepository remoteRepository)
Gets all
Modification s being assigned to the given remoteRepository . |
Collection<Modification> |
ModificationDao.getModificationsAfter(RemoteRepository remoteRepository,
long localRevision)
Gets those
Modification s being assigned to the given remoteRepository
whose localRevision is greater than the given localRevision . |
Collection<Modification> |
ModificationDao.getModificationsBeforeOrEqual(RemoteRepository remoteRepository,
long localRevision) |
void |
Modification.setRemoteRepository(RemoteRepository remoteRepository)
Deprecated.
|
void |
LastSyncToRemoteRepo.setRemoteRepository(RemoteRepository remoteRepository) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteRepositoryDao.deletePersistentAll(Collection<? extends RemoteRepository> entities) |
Copyright © 2013–2019. All rights reserved.