org.alfresco.cmis
Interface CMISChangeLog
- All Known Implementing Classes:
- CMISChangeLogImpl
public interface CMISChangeLog
This class represents descriptor for some Change Log Token
getChangeEvents
java.util.List getChangeEvents()
- Returns:
List
<CMISChangeEvent
> collection that contains all available for some Change Log Token Change Events descriptors
hasMoreItems
boolean hasMoreItems()
- Returns:
Boolean
value that determines whether repository contains any more Change Events after some CMISChangeLogService
.CMISChangeLog.getChangeEvents()
invocation
getEventCount
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
- Returns:
Integer
value that determines amount of Change Events those were returned
getNextChangeToken
java.lang.String getNextChangeToken()
- Returns:
String
value that represents the next generated Change Log Token
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.