public class CacheLookupSearchContext extends DotDotContentSearchContext
Use the file state cache to check for current timestamp values for file information being returned in the current search.
LinkFileSize| Modifier | Constructor and Description |
|---|---|
protected |
CacheLookupSearchContext(CifsHelper cifsHelper,
List<org.alfresco.service.cmr.repository.NodeRef> results,
String searchStr,
PseudoFileList pseudoList,
String relPath,
FileStateCache stateCache,
boolean lockedFilesAsOffline)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
nextFileInfo(FileInfo info)
Return file information for the next file in the active search.
|
String |
toString()
Return the search as a string
|
getDotDotInfo, getDotInfo, hasDotFiles, setDotDotInfo, setDotInfogetPseudoListSize, getRelativePath, getResultsSize, getResumeId, hasMoreFiles, nextFileName, restartAt, restartAt, returningPseudoFiles, setInFlightCorrectorcloseSearch, getFlags, getMaximumFiles, getSearchString, getTreeId, numberOfEntries, setFlags, setMaximumFiles, setSearchString, setTreeIdprotected CacheLookupSearchContext(CifsHelper cifsHelper, List<org.alfresco.service.cmr.repository.NodeRef> results, String searchStr, PseudoFileList pseudoList, String relPath, FileStateCache stateCache, boolean lockedFilesAsOffline)
cifsHelper - Filesystem helper classresults - List of file/folder nodes that match the search patternsearchStr - Search pathpseudoList - List of pseudo files to be blended into the returned list of filesrelPath - Relative path being searchedstateCache - File state cachepublic boolean nextFileInfo(FileInfo info)
nextFileInfo in class ContentSearchContextinfo - FileInfo to return the file information.public String toString()
toString in class DotDotContentSearchContextCopyright © 2005–2014 Alfresco Software. All rights reserved.