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.
 java.lang.String getObjectId()
          Gets the id of the object.
 java.util.List<java.lang.String> getPolicyIds()
          Returns the policy ids.
 java.util.Map<java.lang.String,java.util.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

java.lang.String getObjectId()
Gets the id of the object.


getProperties

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


getPolicyIds

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


getAcl

Acl getAcl()
Returns the ACL.



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