org.alfresco.filesys.repo
Interface ContentDiskInterface

All Superinterfaces:
org.alfresco.jlan.server.core.DeviceInterface, org.alfresco.jlan.server.filesys.DiskInterface

public interface ContentDiskInterface
extends org.alfresco.jlan.server.filesys.DiskInterface

Extended disk interface to allow access to some of the internal configuration properties.


Method Summary
 org.alfresco.service.cmr.repository.NodeRef getContextRootNodeRef()
          Get a reference to the node that all CIFS paths are relative to
 java.lang.String getShareName()
          Get the name of the shared path within the server.
 
Methods inherited from interface org.alfresco.jlan.server.filesys.DiskInterface
closeFile, createDirectory, createFile, deleteDirectory, deleteFile, fileExists, flushFile, getFileInformation, isReadOnly, openFile, readFile, renameFile, seekFile, setFileInformation, startSearch, truncateFile, writeFile
 
Methods inherited from interface org.alfresco.jlan.server.core.DeviceInterface
createContext, treeClosed, treeOpened
 

Method Detail

getShareName

java.lang.String getShareName()
Get the name of the shared path within the server. The share name is equivalent in browse path to the context root.

Returns:
Returns the share name

getContextRootNodeRef

org.alfresco.service.cmr.repository.NodeRef getContextRootNodeRef()
Get a reference to the node that all CIFS paths are relative to

Returns:
Returns a node acting as the CIFS root


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.