public interface CMISChangeLog
| Modifier and Type | Method and Description |
|---|---|
List<CMISChangeEvent> |
getChangeEvents() |
Integer |
getEventCount()
Note: this is optional operation and actual Change Events amount in collection may not be equal to result of this method invocation
|
String |
getNextChangeToken() |
boolean |
hasMoreItems() |
List<CMISChangeEvent> getChangeEvents()
List<CMISChangeEvent> collection that contains all available for some Change Log Token Change Events descriptorsboolean hasMoreItems()
Boolean value that determines whether repository contains any more Change Events after some CMISChangeLogService.getChangeEvents()
invocationInteger getEventCount()
Integer value that determines amount of Change Events those were returnedCopyright © 2005–2014 Alfresco Software. All rights reserved.