org.apache.chemistry.opencmis.client.api
Interface ChangeEvent

All Superinterfaces:
ChangeEventInfo, ExtensionsData

public interface ChangeEvent
extends ChangeEventInfo

Change Event from the change log.

See Also:
See CMIS Domain Model - section 2.1.11.

Method Summary
 List<Property<?>> getNewProperties()
          For change events with change type "updated": The list of properties now applied to the object.
 String getObjectId()
          Gets the id of the object.
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ChangeEventInfo
getChangeTime, getChangeType
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Method Detail

getObjectId

String getObjectId()
Gets the id of the object.

Returns:
the object ID

getNewProperties

List<Property<?>> getNewProperties()
For change events with change type "updated": The list of properties now applied to the object.

Returns:
the list with the new properties, might be null


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.