Interface FileSystemChangeSummary

  • All Known Implementing Classes:
    FileSystemChangeSummaryImpl

    public interface FileSystemChangeSummary
    Summary of file system changes, including:
    • A list of file system item changes
    • A global status code
    A document change is implemented by FileSystemItemChange.
    Author:
    Antoine Taillefer
    • Method Detail

      • getSyncDate

        Long getSyncDate()
        Returns:
        the time code of current sync operation in milliseconds since 1970-01-01 UTC rounded to the second as measured on the server clock.
      • getActiveSynchronizationRootDefinitions

        String getActiveSynchronizationRootDefinitions()
      • setActiveSynchronizationRootDefinitions

        void setActiveSynchronizationRootDefinitions​(String activeSynchronizationRootDefinitions)
      • setSyncDate

        void setSyncDate​(Long syncDate)
      • setUpperBound

        void setUpperBound​(Long upperBound)
      • setHasTooManyChanges

        void setHasTooManyChanges​(Boolean hasTooManyChanges)
      • getHasTooManyChanges

        Boolean getHasTooManyChanges()