|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.cmis.changelog.CMISChangeLogImpl
public class CMISChangeLogImpl
CMISChangeLog Implementation
Constructor Summary | |
---|---|
CMISChangeLogImpl()
|
Method Summary | |
---|---|
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()
|
protected void |
setChangeEvents(java.util.List changeEvents)
Set the change events |
protected void |
setHasMoreItems(boolean hasMoreItems)
Set the hasMoreItems value |
void |
setNextChangeToken(java.lang.String nextChangeToken)
Set the next ChangeToken |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMISChangeLogImpl()
Method Detail |
---|
public java.util.List getChangeEvents()
getChangeEvents
in interface CMISChangeLog
List
<CMISChangeEvent
> collection that contains all available for some Change Log Token Change Events descriptorsCMISChangeLog.getChangeEvents()
protected void setChangeEvents(java.util.List changeEvents)
changeEvents
- list of change eventspublic java.lang.Integer getEventCount()
CMISChangeLog
getEventCount
in interface CMISChangeLog
Integer
value that determines amount of Change Events those were returnedCMISChangeLog.getEventCount()
public java.lang.String getNextChangeToken()
getNextChangeToken
in interface CMISChangeLog
String
value that represents the next generated Change Log TokenCMISChangeLog.getNextChangeToken()
public void setNextChangeToken(java.lang.String nextChangeToken)
nextChangeToken
- the next ChangeTokenpublic boolean hasMoreItems()
hasMoreItems
in interface CMISChangeLog
Boolean
value that determines whether repository contains any more Change Events after some CMISChangeLogService
.CMISChangeLog.getChangeEvents()
invocationCMISChangeLog.hasMoreItems()
protected void setHasMoreItems(boolean hasMoreItems)
hasMoreItems
- hasMoreItems value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |