public interface SynchronizationCollection extends Folder
Modifier and Type | Method and Description |
---|---|
Changes |
getChanges(List<Property> propNames,
String syncToken,
boolean deep,
Long limit)
Returns a list of changes that correspond to a synchronization request.
|
createFile, createFolder, getChildren
copyTo, delete, getCreated, getModified, getName, getPath, getProperties, getPropertyNames, moveTo, updateProperties
Changes getChanges(List<Property> propNames, String syncToken, boolean deep, Long limit) throws ServerException
propNames
- List of properties to retrieve with the children. They will be queried by the engine later.syncToken
- The synchronization token provided by the server and returned by the client.deep
- Indicates the "scope" of the synchronization report request, false - immediate children and true - all children at any depth.limit
- Limits the number of member URLs in a response.ServerException
Copyright © ITHit. All Rights Reserved.