Package | Description |
---|---|
org.alfresco.filesys.alfresco |
FileSystem
DesktopAction
AlfrescoDiskDriver
MultiTenantShareMapper
|
org.alfresco.filesys.repo |
The Alfesco filesystem to repository translation layer
|
org.alfresco.filesys.repo.rules.commands | |
org.alfresco.filesys.repo.rules.operations |
Modifier and Type | Method and Description |
---|---|
org.alfresco.jlan.server.filesys.NetworkFile |
RepositoryDiskInterface.openFile(org.alfresco.jlan.server.SrvSession session,
org.alfresco.jlan.server.filesys.TreeConnection tree,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String path,
OpenFileMode mode,
boolean truncate) |
Modifier and Type | Method and Description |
---|---|
static OpenFileMode |
OpenFileMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.jlan.server.filesys.NetworkFile |
ContentDiskDriver2.openFile(org.alfresco.jlan.server.SrvSession session,
org.alfresco.jlan.server.filesys.TreeConnection tree,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String path,
OpenFileMode mode,
boolean truncate)
Open the file - Repo Specific implementation
|
Modifier and Type | Method and Description |
---|---|
OpenFileMode |
OpenFileCommand.getMode() |
Constructor and Description |
---|
OpenFileCommand(String name,
OpenFileMode mode,
boolean truncate,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String path) |
Modifier and Type | Method and Description |
---|---|
OpenFileMode |
OpenFileOperation.getMode() |
Constructor and Description |
---|
OpenFileOperation(String name,
OpenFileMode mode,
boolean truncate,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String path) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.