public class FileInProgressMarker extends Entity
After a successful sync run in the repository, there should be no entry for this connection (fromRepositoryId to toRepositoryId) all. If there is an entity left, it is assumed, that this connection got interrupted while syncing this file.
| Constructor and Description |
|---|
FileInProgressMarker() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getFromRepositoryId() |
String |
getPath() |
UUID |
getToRepositoryId() |
void |
setFromRepositoryId(UUID fromRepositoryId) |
void |
setPath(String path) |
void |
setToRepositoryId(UUID toRepositoryId) |
String |
toString() |
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreatedpublic FileInProgressMarker()
public UUID getFromRepositoryId()
public void setFromRepositoryId(UUID fromRepositoryId)
public UUID getToRepositoryId()
public void setToRepositoryId(UUID toRepositoryId)
Copyright © 2013–2017. All rights reserved.