| Package | Description | 
|---|---|
| org.apache.chemistry.opencmis.client.api | 
 The OpenCMIS Client API. 
 | 
| org.apache.chemistry.opencmis.tck.tests.query | 
| Modifier and Type | Method and Description | 
|---|---|
ChangeEvent | 
ObjectFactory.convertChangeEvent(ObjectData objectData)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ChangeEvent> | 
ChangeEvents.getChangeEvents()
Returns the change event list. 
 | 
ItemIterable<ChangeEvent> | 
Session.getContentChanges(String changeLogToken,
                 boolean includeProperties)
Returns an iterator of content changes, starting from the given change
 log token to the latest entry in the change log. 
 | 
ItemIterable<ChangeEvent> | 
Session.getContentChanges(String changeLogToken,
                 boolean includeProperties,
                 OperationContext context)
Returns an iterator of content changes, starting from the given change
 log token to the latest entry in the change log. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ContentChangesSmokeTest.checkChangeEvent(Session session,
                ChangeEvent event)  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.