org.alfresco.filesys.repo
Class MoveNodeEvent

java.lang.Object
  extended by org.alfresco.filesys.repo.NodeEvent
      extended by 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 org.alfresco.filesys.repo.NodeEvent
getFileType, getNodeRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 - FileFolderServiceTtype
nodeRef - NodeRef
fromPath - String
toNodeRef - NodeRef
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:
toString in class java.lang.Object
Returns:
String


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