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) |
protected String |
toString_getProperties() |
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toStringpublic FileInProgressMarker()
public UUID getFromRepositoryId()
public void setFromRepositoryId(UUID fromRepositoryId)
public UUID getToRepositoryId()
public void setToRepositoryId(UUID toRepositoryId)
protected String toString_getProperties()
toString_getProperties in class EntityCopyright © 2013–2019. All rights reserved.