public class FileSystemChangeSummaryImpl extends Object implements FileSystemChangeSummary
FileSystemChangeSummary.| Modifier and Type | Field and Description |
|---|---|
protected String |
activeSynchronizationRootDefinitions |
protected List<FileSystemItemChange> |
fileSystemChanges |
protected Boolean |
hasTooManyChanges |
protected Long |
syncDate |
protected Long |
upperBound |
| Constructor and Description |
|---|
FileSystemChangeSummaryImpl() |
FileSystemChangeSummaryImpl(List<FileSystemItemChange> fileSystemChanges,
Map<String,Set<IdRef>> activeRootRefs,
Long syncDate,
Long upperBound,
Boolean tooManyChanges) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveSynchronizationRootDefinitions() |
List<FileSystemItemChange> |
getFileSystemChanges() |
Boolean |
getHasTooManyChanges() |
Long |
getSyncDate() |
Long |
getUpperBound() |
void |
setActiveSynchronizationRootDefinitions(String activeSynchronizationRootDefinitions) |
void |
setFileSystemChanges(List<FileSystemItemChange> changes) |
void |
setHasTooManyChanges(Boolean hasTooManyChanges) |
void |
setSyncDate(Long syncDate) |
void |
setUpperBound(Long upperBound) |
String |
toString() |
protected List<FileSystemItemChange> fileSystemChanges
protected Long upperBound
protected Boolean hasTooManyChanges
protected String activeSynchronizationRootDefinitions
public FileSystemChangeSummaryImpl()
public FileSystemChangeSummaryImpl(List<FileSystemItemChange> fileSystemChanges, Map<String,Set<IdRef>> activeRootRefs, Long syncDate, Long upperBound, Boolean tooManyChanges)
public List<FileSystemItemChange> getFileSystemChanges()
getFileSystemChanges in interface FileSystemChangeSummarypublic void setFileSystemChanges(List<FileSystemItemChange> changes)
setFileSystemChanges in interface FileSystemChangeSummarypublic Long getSyncDate()
getSyncDate in interface FileSystemChangeSummarypublic Long getUpperBound()
getUpperBound in interface FileSystemChangeSummarypublic String getActiveSynchronizationRootDefinitions()
getActiveSynchronizationRootDefinitions in interface FileSystemChangeSummarypublic void setActiveSynchronizationRootDefinitions(String activeSynchronizationRootDefinitions)
setActiveSynchronizationRootDefinitions in interface FileSystemChangeSummarypublic void setSyncDate(Long syncDate)
setSyncDate in interface FileSystemChangeSummarypublic void setUpperBound(Long upperBound)
setUpperBound in interface FileSystemChangeSummarypublic void setHasTooManyChanges(Boolean hasTooManyChanges)
setHasTooManyChanges in interface FileSystemChangeSummarypublic Boolean getHasTooManyChanges()
getHasTooManyChanges in interface FileSystemChangeSummaryCopyright © 2018 Nuxeo. All rights reserved.