Uses of Enum Class
org.alfresco.filesys.repo.OpenFileMode
Packages that use OpenFileMode
Package
Description
FileSystem
DesktopAction
AlfrescoDiskDriver
MultiTenantShareMapper
The Alfesco filesystem to repository translation layer
-
Uses of OpenFileMode in org.alfresco.filesys.alfresco
Methods in org.alfresco.filesys.alfresco with parameters of type OpenFileModeModifier and TypeMethodDescriptionorg.alfresco.jlan.server.filesys.NetworkFileRepositoryDiskInterface.openFile(org.alfresco.jlan.server.SrvSession session, org.alfresco.jlan.server.filesys.TreeConnection tree, NodeRef rootNode, String path, OpenFileMode mode, boolean truncate) -
Uses of OpenFileMode in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return OpenFileModeModifier and TypeMethodDescriptionstatic OpenFileModeReturns the enum constant of this class with the specified name.static OpenFileMode[]OpenFileMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.filesys.repo with parameters of type OpenFileModeModifier and TypeMethodDescriptionorg.alfresco.jlan.server.filesys.NetworkFileContentDiskDriver2.openFile(org.alfresco.jlan.server.SrvSession session, org.alfresco.jlan.server.filesys.TreeConnection tree, NodeRef rootNode, String path, OpenFileMode mode, boolean truncate) Open the file - Repo Specific implementation -
Uses of OpenFileMode in org.alfresco.filesys.repo.rules.commands
Methods in org.alfresco.filesys.repo.rules.commands that return OpenFileModeConstructors in org.alfresco.filesys.repo.rules.commands with parameters of type OpenFileModeModifierConstructorDescriptionOpenFileCommand(String name, OpenFileMode mode, boolean truncate, NodeRef rootNode, String path) -
Uses of OpenFileMode in org.alfresco.filesys.repo.rules.operations
Methods in org.alfresco.filesys.repo.rules.operations that return OpenFileModeConstructors in org.alfresco.filesys.repo.rules.operations with parameters of type OpenFileModeModifierConstructorDescriptionOpenFileOperation(String name, OpenFileMode mode, boolean truncate, NodeRef rootNode, String path)