Class RenameFileOperation
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.operations.RenameFileOperation
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetFrom()java.lang.StringgetFromPath()org.alfresco.service.cmr.repository.NodeRefgetRootNodeRef()java.lang.StringgetTo()java.lang.StringgetToPath()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RenameFileOperation
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)- Parameters:
from- name of file fromto- name of file tofromPath- full path of fromtoPath- full path of torootNodeRef-
-
-
Method Detail
-
getFrom
public java.lang.String getFrom()
-
getTo
public java.lang.String getTo()
-
getToPath
public java.lang.String getToPath()
-
getFromPath
public java.lang.String getFromPath()
-
getRootNodeRef
public org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-