org.alfresco.filesys.repo
Class MoveNodeEvent
java.lang.Object
org.alfresco.filesys.repo.NodeEvent
org.alfresco.filesys.repo.MoveNodeEvent
public class MoveNodeEvent
- extends NodeEvent
Move Node Event Class
Constructor Summary |
MoveNodeEvent(FileFolderServiceType fType,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String fromPath,
java.lang.String toPath)
Class constructor |
Method Summary |
java.lang.String |
getFromPath()
Return the relative path of the target node |
java.lang.String |
getToPath()
|
java.lang.String |
toString()
Return the node event as a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MoveNodeEvent
public MoveNodeEvent(FileFolderServiceType fType,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String fromPath,
java.lang.String toPath)
- Class constructor
- Parameters:
fType
- FileFolderServiceTtypenodeRef
- NodeReffromPath
- StringtoNodeRef
- NodeRef
getFromPath
public final java.lang.String getFromPath()
- Return the relative path of the target node
- Returns:
- String
getToPath
public final java.lang.String getToPath()
toString
public java.lang.String toString()
- Return the node event as a string
- Overrides:
toString
in class java.lang.Object
- Returns:
- String
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.