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 FileSystemChangeSummary
public void setFileSystemChanges(List<FileSystemItemChange> changes)
setFileSystemChanges
in interface FileSystemChangeSummary
public Long getSyncDate()
getSyncDate
in interface FileSystemChangeSummary
public Long getUpperBound()
getUpperBound
in interface FileSystemChangeSummary
public String getActiveSynchronizationRootDefinitions()
getActiveSynchronizationRootDefinitions
in interface FileSystemChangeSummary
public void setActiveSynchronizationRootDefinitions(String activeSynchronizationRootDefinitions)
setActiveSynchronizationRootDefinitions
in interface FileSystemChangeSummary
public void setSyncDate(Long syncDate)
setSyncDate
in interface FileSystemChangeSummary
public void setUpperBound(Long upperBound)
setUpperBound
in interface FileSystemChangeSummary
public void setHasTooManyChanges(Boolean hasTooManyChanges)
setHasTooManyChanges
in interface FileSystemChangeSummary
public Boolean getHasTooManyChanges()
getHasTooManyChanges
in interface FileSystemChangeSummary
Copyright © 2018 Nuxeo. All rights reserved.