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, org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String fromPath, java.lang.String toPath)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFromPath()Return the relative path of the target nodejava.lang.StringgetToPath()java.lang.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, org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String fromPath, java.lang.String toPath)
Class constructor- Parameters:
fType- FileFolderServiceTtypenodeRef- NodeReffromPath- StringtoPath- String
-
-
Method Detail
-
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:
toStringin classjava.lang.Object- Returns:
- String
-
-