Class OpenFileOperation
java.lang.Object
org.alfresco.filesys.repo.rules.operations.OpenFileOperation
- All Implemented Interfaces:
Operation
Open File Operation.
Open a file with the given name.
-
Constructor Summary
ConstructorsConstructorDescriptionOpenFileOperation(String name, OpenFileMode mode, boolean truncate, NodeRef rootNode, String path) -
Method Summary
-
Constructor Details
-
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 Details