Class OpenFileOperation
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.operations.OpenFileOperation
-
-
Constructor Summary
Constructors Constructor Description OpenFileOperation(String name, OpenFileMode mode, boolean truncate, NodeRef rootNode, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OpenFileModegetMode()StringgetName()StringgetPath()NodeRefgetRootNodeRef()inthashCode()booleanisTruncate()StringtoString()
-
-
-
Constructor Detail
-
OpenFileOperation
public OpenFileOperation(String name, OpenFileMode mode, boolean truncate, NodeRef rootNode, String path)
- Parameters:
name- the name of the file to openmode- if true open the file in read/writetruncate- booleanrootNode- root nodepath- the full path/name to open
-
-
Method Detail
-
getName
public String getName()
-
getPath
public String getPath()
-
getRootNodeRef
public NodeRef getRootNodeRef()
-
getMode
public OpenFileMode getMode()
-
isTruncate
public boolean isTruncate()
-
-