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.
Author:
Derek Hulley
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a reference to the node that all CIFS paths are relative to
    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 Details

    • getShareName

      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

      NodeRef getContextRootNodeRef()
      Get a reference to the node that all CIFS paths are relative to
      Returns:
      Returns a node acting as the CIFS root