Package 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.DiskInterfaceExtendeddisk interfaceto allow access to some of the internal configuration properties.- Author:
- Derek Hulley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.alfresco.service.cmr.repository.NodeRefgetContextRootNodeRef()Get a reference to the node that all CIFS paths are relative tojava.lang.StringgetShareName()Get the name of the shared path within the server.-
Methods inherited from interface org.alfresco.jlan.server.core.DeviceInterface
createContext, treeClosed, treeOpened
-
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
-
-
-
-
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 thecontext 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
-
-