org.xcmis.spi
Class ChangeLogTokenHolder
java.lang.Object
org.xcmis.spi.TokenHolder<String>
org.xcmis.spi.ChangeLogTokenHolder
public final class ChangeLogTokenHolder
- extends TokenHolder<String>
Holder for change log token. It must be used for passing in method
Connection#getContentChanges(ChangeLogTokenHolder, boolean, String, boolean, boolean, int)
change log token from which new set of changes event should be started. Also
this holder will kept change log token of latest retrieved change event. This
token will be passed to caller of
Connection#getContentChanges(ChangeLogTokenHolder, boolean, String, boolean, boolean, int)
. After that caller can use this token to get next set of change event.
- Version:
- $Id: ChangeLogTokenHolder.java 316 2010-03-09 15:20:28Z andrew00x $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeLogTokenHolder
public ChangeLogTokenHolder()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.