public interface CMISChangeEvent
| Modifier and Type | Method and Description |
|---|---|
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.
|
CMISChangeType getChangeType()
CMISChangeType enum value that determines the type of current Change Eventjava.util.Date getChangeTime()
Date value that represents time of current Change Eventorg.alfresco.service.cmr.repository.NodeRef getChangedNode()
java.lang.String getObjectId()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.