Package 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- Author:
- gkspencer
-
-
Constructor Summary
Constructors Constructor Description MoveNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String fromPath, String toPath)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFromPath()Return the relative path of the target nodeStringgetToPath()StringtoString()Return the node event as a string-
Methods inherited from class org.alfresco.filesys.repo.NodeEvent
getFileType, getNodeRef
-
-
-
-
Constructor Detail
-
MoveNodeEvent
public MoveNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String fromPath, String toPath)
Class constructor- Parameters:
fType- FileFolderServiceTtypenodeRef- NodeReffromPath- StringtoPath- String
-
-