public interface CMISChangeLog
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getChangeEvents() |
java.lang.Integer |
getEventCount()
Note: this is optional operation and actual Change Events amount in collection may not be equal to result of this method invocation
|
java.lang.String |
getNextChangeToken() |
boolean |
hasMoreItems() |
java.util.List 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.CMISChangeLog.getChangeEvents()
invocationjava.lang.Integer getEventCount()
Integer value that determines amount of Change Events those were returnedjava.lang.String getNextChangeToken()
String value that represents the next generated Change Log TokenCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.