|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.repo.NodeEvent
org.alfresco.filesys.repo.MoveNodeEvent
public class MoveNodeEvent
Move Node Event Class
Constructor Summary | |
---|---|
MoveNodeEvent(FileFolderServiceType fType,
NodeRef nodeRef,
java.lang.String fromPath,
NodeRef toNodeRef)
Class constructor |
Method Summary | |
---|---|
NodeRef |
getMoveToNodeRef()
Return the target node for a move |
java.lang.String |
getPath()
Return the relative path of the target node |
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 |
---|
public MoveNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, java.lang.String fromPath, NodeRef toNodeRef)
fType
- FileFolderServiceTtypenodeRef
- NodeReffromPath
- StringtoNodeRef
- NodeRefMethod Detail |
---|
public final java.lang.String getPath()
public final NodeRef getMoveToNodeRef()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |