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

All Superinterfaces:
ChangeEventInfo, ExtensionsData

public interface ChangeEvent
extends ChangeEventInfo

Change Event from the change log.


Method Summary
 Acl getAcl()
          Returns the ACL.
 String getObjectId()
          Gets the id of the object.
 List<String> getPolicyIds()
          Returns the policy ids.
 Map<String,List<?>> getProperties()
          Returns the properties.
 
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.


getProperties

Map<String,List<?>> getProperties()
Returns the properties.


getPolicyIds

List<String> getPolicyIds()
Returns the policy ids.


getAcl

Acl getAcl()
Returns the ACL.



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