Class OpenFileCommand
java.lang.Object
org.alfresco.filesys.repo.rules.commands.OpenFileCommand
- All Implemented Interfaces:
Command
Open File command
-
Constructor Summary
ConstructorsConstructorDescriptionOpenFileCommand(String name, OpenFileMode mode, boolean truncate, NodeRef rootNode, String path) -
Method Summary
-
Constructor Details
-
OpenFileCommand
public OpenFileCommand(String name, OpenFileMode mode, boolean truncate, NodeRef rootNode, String path) - Parameters:
name-mode-truncate-rootNode-path-
-
-
Method Details
-
getName
-
getPath
-
getRootNodeRef
-
getMode
-
isTruncate
public boolean isTruncate() -
getTransactionRequired
Description copied from interface:CommandIs a transaction required to run this command?- Specified by:
getTransactionRequiredin interfaceCommand
-