Modifier and Type | Method and Description |
---|---|
Collection |
RemoteRegistry.executeQuery(String path,
Map parameters) |
Collection |
RemoteRegistry.get(String path,
int start,
int pageSize) |
Collection |
RemoteRegistry.newCollection() |
Collection |
RemoteRegistry.searchContent(String keywords) |
Modifier and Type | Method and Description |
---|---|
Collection |
Registry.executeQuery(String path,
Map parameters)
Executes a custom query which lives at the given path in the Registry.
|
Collection |
CoreRegistry.get(String path,
int start,
int pageSize)
Returns the Collection at the given path, with the content paginated according to the
arguments.
|
Collection |
CoreRegistry.newCollection()
Creates a new collection.
|
Collection |
Registry.searchContent(String keywords)
Search the content of resources
|
Modifier and Type | Method and Description |
---|---|
Collection |
CacheBackedRegistry.executeQuery(String path,
Map parameters) |
Collection |
CacheBackedRegistry.get(String path,
int start,
int pageSize) |
Collection |
CacheBackedRegistry.newCollection() |
Collection |
CacheBackedRegistry.searchContent(String keywords) |
Modifier and Type | Method and Description |
---|---|
Collection |
QueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters)
This method will be called when a query of a registered type is executed.
|
Modifier and Type | Method and Description |
---|---|
Collection |
GhostRegistry.executeQuery(String path,
Map parameters) |
Collection |
GhostRegistry.get(String path,
int start,
int pageSize) |
Collection |
GhostRegistry.newCollection() |
Collection |
GhostRegistry.searchContent(String keywords) |
Modifier and Type | Method and Description |
---|---|
Collection |
EmbeddedRegistry.executeQuery(String path,
Map parameters) |
Collection |
Repository.get(String path,
int start,
int pageLen)
Method to get a paged collection.
|
Collection |
EmbeddedRegistry.get(String path,
int start,
int pageSize) |
Collection |
VersionRepository.get(VersionedPath versionedPath,
int start,
int pageLen)
Method to get a paged collection.
|
Collection |
EmbeddedRegistry.newCollection() |
Collection |
EmbeddedRegistry.searchContent(String keywords) |
Modifier and Type | Method and Description |
---|---|
Collection |
SQLQueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters) |
Modifier and Type | Method and Description |
---|---|
Collection |
UserDefinedHandlerManager.executeQuery(RequestContext requestContext) |
Collection |
HandlerManager.executeQuery(RequestContext requestContext)
Manages the handler invocations of EXECUTE_QUERY method.
|
Collection |
HandlerLifecycleManager.executeQuery(RequestContext requestContext) |
Collection |
Handler.executeQuery(RequestContext requestContext)
Gets called when executing Queries.
|
Collection |
RequestContext.getParentCollection()
Method to get the Parent Collection.
|
Collection |
UserDefinedHandlerManager.searchContent(RequestContext requestContext) |
Collection |
HandlerManager.searchContent(RequestContext requestContext)
Manages the handler invocations of SEARCH_CONTENT method.
|
Collection |
HandlerLifecycleManager.searchContent(RequestContext requestContext) |
Collection |
Handler.searchContent(RequestContext requestContext)
Gets called when searching for content.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setParentCollection(Collection parentCollection)
Method to set Parent Collection.
|
Modifier and Type | Method and Description |
---|---|
Collection |
SimulationHandler.executeQuery(RequestContext requestContext) |
Collection |
OperationStatisticsHandler.executeQuery(RequestContext requestContext) |
Collection |
MountHandler.executeQuery(RequestContext requestContext) |
Collection |
SimulationHandler.searchContent(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Collection |
QueryProcessorManager.executeQuery(Registry registry,
Resource queryResource,
Map parameters)
Execute a query using the query processor associated with the media type of the query.
|
Modifier and Type | Method and Description |
---|---|
Collection |
UserRegistry.executeQuery(String path,
Map parameters) |
Collection |
ChrootWrapper.filterSearchResult(Collection collection)
Filter search results, so the results outside the base prefix will be ignored and results
inside the base prefix will be converted to relative paths.
|
Collection |
UserRegistry.get(String path,
int start,
int pageSize) |
Collection |
ChrootWrapper.getOutCollection(Collection collection)
When returning collection (with pagination) it need to unset the collection content.
|
Collection |
UserRegistry.newCollection() |
Collection |
UserRegistry.searchContent(String keywords) |
Modifier and Type | Method and Description |
---|---|
Collection |
ChrootWrapper.filterSearchResult(Collection collection)
Filter search results, so the results outside the base prefix will be ignored and results
inside the base prefix will be converted to relative paths.
|
Collection |
ChrootWrapper.getOutCollection(Collection collection)
When returning collection (with pagination) it need to unset the collection content.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.