| Constructor and Description |
|---|
RenameFileOperation(java.lang.String from,
java.lang.String to,
java.lang.String fromPath,
java.lang.String toPath,
org.alfresco.service.cmr.repository.NodeRef rootNodeRef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFrom() |
java.lang.String |
getFromPath() |
org.alfresco.service.cmr.repository.NodeRef |
getRootNodeRef() |
java.lang.String |
getTo() |
java.lang.String |
getToPath() |
int |
hashCode() |
java.lang.String |
toString() |
public RenameFileOperation(java.lang.String from,
java.lang.String to,
java.lang.String fromPath,
java.lang.String toPath,
org.alfresco.service.cmr.repository.NodeRef rootNodeRef)
from - name of file fromto - name of file tofromPath - full path of fromtoPath - full path of torootNodeRef - public java.lang.String getFrom()
public java.lang.String getTo()
public java.lang.String getToPath()
public java.lang.String getFromPath()
public org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.