Uses of Class
org.alfresco.filesys.repo.CifsHelper
Packages that use CifsHelper
Package
Description
The Alfesco filesystem to repository translation layer
-
Uses of CifsHelper in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return CifsHelperModifier and TypeMethodDescriptionfinal CifsHelperContentDiskDriver.getCifsHelper()Return the CIFS helperfinal CifsHelperContentDiskDriver2.getCifsHelper()Return the CIFS helperMethods in org.alfresco.filesys.repo with parameters of type CifsHelperModifier and TypeMethodDescriptionstatic ContentNetworkFileContentNetworkFile.createFile(NodeService nodeService, ContentService contentService, MimetypeService mimetypeService, CifsHelper cifsHelper, NodeRef nodeRef, String path, boolean readOnly, boolean attributesOnly, org.alfresco.jlan.server.SrvSession sess) Helper method to create anetwork filegiven a node reference.voidContentDiskDriver2.setCifsHelper(CifsHelper cifsHelper) Constructors in org.alfresco.filesys.repo with parameters of type CifsHelperModifierConstructorDescriptionprotectedCacheLookupSearchContext(CifsHelper cifsHelper, List<NodeRef> results, String searchStr, String relPath, org.alfresco.jlan.server.filesys.cache.FileStateCache stateCache, boolean lockedFilesAsOffline) Class constructorContentDiskDriver(CifsHelper cifsHelper) Class constructorprotectedContentSearchContext(CifsHelper cifsHelper, List<NodeRef> results, String searchStr, String relPath, boolean lockedFilesAsOffline) Class constructorprotectedDotDotContentSearchContext(CifsHelper cifsHelper, List<NodeRef> results, String searchStr, String relPath, boolean lockedFilesAsOffline) Class constructor