Modifier and Type | Method and Description |
---|---|
SearchContext |
SearchCache.SearchEntry.getSearch()
Return the search context
|
SearchContext |
SearchCache.getSearch(int id)
Return the required search context
|
protected SearchContext |
NFSSrvSession.getSearchContext(int srchId)
Return the search context for the specified search id.
|
Modifier and Type | Method and Description |
---|---|
int |
SearchCache.allocateSearchId(SearchContext search)
Allocate a search slot
|
protected int |
NFSSrvSession.allocateSearchSlot(SearchContext search)
Allocate a slot in the active searches list for a new search.
|
protected void |
NFSSrvSession.setSearchContext(int slot,
SearchContext srch)
Store the seach context in the specified slot.
|
Constructor and Description |
---|
SearchCache.SearchEntry(SearchContext search)
Class constructor
|
Modifier and Type | Class and Description |
---|---|
class |
SearchContextAdapter
Search Context Adapter Class
|
Modifier and Type | Method and Description |
---|---|
SearchContext |
DiskInterface.startSearch(SrvSession sess,
TreeConnection tree,
String searchPath,
int attrib)
Start a new search on the filesystem using the specified searchPath that may contain
wildcards.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedSearchContext
Cached Search Context Class
|
class |
DBSearchContext
Database Disk Search Context Class
|
Modifier and Type | Method and Description |
---|---|
SearchContext |
DBDiskDriver.startSearch(SrvSession sess,
TreeConnection tree,
String searchPath,
int attrib)
Start a search of the file system
|
Modifier and Type | Class and Description |
---|---|
class |
DerbySearchContext
Derby Database Search Context Class
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLSearchContext
MySQL Database Search Context Class
|
Modifier and Type | Class and Description |
---|---|
class |
OracleSearchContext
Oracle Database Search Context Class
|
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLSearchContext
PostgreSQL Database Search Context Class
|
Modifier and Type | Class and Description |
---|---|
class |
PseudoSearchContext
Pseudo File Search Context Class
|
Modifier and Type | Method and Description |
---|---|
SearchContext |
VirtualCircuit.getSearchContext(int srchId)
Return the search context for the specified search id.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualCircuit.setSearchContext(int slot,
SearchContext srch)
Store the seach context in the specified slot.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaFileSearchContext
Java File Search Context Class
|
Modifier and Type | Method and Description |
---|---|
SearchContext |
EnhJavaFileDiskDriver.startSearch(SrvSession sess,
TreeConnection tree,
String searchPath,
int attrib)
Start a file search
|
SearchContext |
JavaFileDiskDriver.startSearch(SrvSession sess,
TreeConnection tree,
String searchPath,
int attrib)
Start a file search
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.