org.alfresco.cmis
Interface CMISChangeEvent

All Known Implementing Classes:
CMISChangeEventImpl

public interface CMISChangeEvent

This class describes entry record for some Change Log descriptor.


Method Summary
 org.alfresco.service.cmr.repository.NodeRef getChangedNode()
          Gets the changed node (may no longer exist).
 java.util.Date getChangeTime()
          Gets the change time.
 CMISChangeType getChangeType()
          Gets the change type.
 java.lang.String getObjectId()
          Gets the object id.
 

Method Detail

getChangeType

CMISChangeType getChangeType()
Gets the change type.

Returns:
CMISChangeType enum value that determines the type of current Change Event

getChangeTime

java.util.Date getChangeTime()
Gets the change time.

Returns:
Date value that represents time of current Change Event

getChangedNode

org.alfresco.service.cmr.repository.NodeRef getChangedNode()
Gets the changed node (may no longer exist).

Returns:
the changed node

getObjectId

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

Returns:
the object id


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.