Uses of Class
org.alfresco.filesys.repo.OpenFileMode
-
Packages that use OpenFileMode Package Description org.alfresco.filesys.alfresco FileSystem DesktopAction AlfrescoDiskDriver MultiTenantShareMapperorg.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.filesys.repo.rules.commands org.alfresco.filesys.repo.rules.operations -
-
Uses of OpenFileMode in org.alfresco.filesys.alfresco
Methods in org.alfresco.filesys.alfresco with parameters of type OpenFileMode Modifier and Type Method Description org.alfresco.jlan.server.filesys.NetworkFileRepositoryDiskInterface. openFile(org.alfresco.jlan.server.SrvSession session, org.alfresco.jlan.server.filesys.TreeConnection tree, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.String path, OpenFileMode mode, boolean truncate) -
Uses of OpenFileMode in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return OpenFileMode Modifier and Type Method Description static OpenFileModeOpenFileMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpenFileMode[]OpenFileMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.filesys.repo with parameters of type OpenFileMode Modifier and Type Method Description org.alfresco.jlan.server.filesys.NetworkFileContentDiskDriver2. openFile(org.alfresco.jlan.server.SrvSession session, org.alfresco.jlan.server.filesys.TreeConnection tree, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.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 OpenFileMode Modifier and Type Method Description OpenFileModeOpenFileCommand. getMode()Constructors in org.alfresco.filesys.repo.rules.commands with parameters of type OpenFileMode Constructor Description OpenFileCommand(java.lang.String name, OpenFileMode mode, boolean truncate, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.String path) -
Uses of OpenFileMode in org.alfresco.filesys.repo.rules.operations
Methods in org.alfresco.filesys.repo.rules.operations that return OpenFileMode Modifier and Type Method Description OpenFileModeOpenFileOperation. getMode()Constructors in org.alfresco.filesys.repo.rules.operations with parameters of type OpenFileMode Constructor Description OpenFileOperation(java.lang.String name, OpenFileMode mode, boolean truncate, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.String path)
-