|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Collection in org.wso2.carbon.registry.app |
---|
Methods in org.wso2.carbon.registry.app that return Collection | |
---|---|
Collection |
RemoteRegistry.executeQuery(String path,
Map parameters)
|
Collection |
RemoteRegistry.get(String path,
int start,
int pageSize)
|
Collection |
RemoteRegistry.newCollection()
|
Collection |
RemoteRegistry.searchContent(String keywords)
|
Uses of Collection in org.wso2.carbon.registry.core |
---|
Methods in org.wso2.carbon.registry.core that return Collection | |
---|---|
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 |
Uses of Collection in org.wso2.carbon.registry.core.caching |
---|
Methods in org.wso2.carbon.registry.core.caching that return Collection | |
---|---|
Collection |
CacheBackedRegistry.executeQuery(String path,
Map parameters)
|
Collection |
CacheBackedRegistry.get(String path,
int start,
int pageSize)
|
Collection |
CacheBackedRegistry.newCollection()
|
Collection |
CacheBackedRegistry.searchContent(String keywords)
|
Uses of Collection in org.wso2.carbon.registry.core.dataaccess |
---|
Methods in org.wso2.carbon.registry.core.dataaccess that return Collection | |
---|---|
Collection |
QueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters)
This method will be called when a query of a registered type is executed. |
Uses of Collection in org.wso2.carbon.registry.core.ghostregistry |
---|
Methods in org.wso2.carbon.registry.core.ghostregistry that return Collection | |
---|---|
Collection |
GhostRegistry.executeQuery(String path,
Map parameters)
|
Collection |
GhostRegistry.get(String path,
int start,
int pageSize)
|
Collection |
GhostRegistry.newCollection()
|
Collection |
GhostRegistry.searchContent(String keywords)
|
Uses of Collection in org.wso2.carbon.registry.core.jdbc |
---|
Methods in org.wso2.carbon.registry.core.jdbc that return Collection | |
---|---|
Collection |
EmbeddedRegistry.executeQuery(String path,
Map parameters)
|
Collection |
EmbeddedRegistry.get(String path,
int start,
int pageSize)
|
Collection |
Repository.get(String path,
int start,
int pageLen)
Method to get a paged collection. |
Collection |
VersionRepository.get(VersionedPath versionedPath,
int start,
int pageLen)
Method to get a paged collection. |
Collection |
EmbeddedRegistry.newCollection()
|
Collection |
EmbeddedRegistry.searchContent(String keywords)
|
Uses of Collection in org.wso2.carbon.registry.core.jdbc.dataaccess |
---|
Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that return Collection | |
---|---|
Collection |
SQLQueryProcessor.executeQuery(Registry registry,
Resource query,
Map parameters)
|
Uses of Collection in org.wso2.carbon.registry.core.jdbc.handlers |
---|
Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Collection | |
---|---|
Collection |
HandlerLifecycleManager.executeQuery(RequestContext requestContext)
|
Collection |
UserDefinedHandlerManager.executeQuery(RequestContext requestContext)
|
Collection |
HandlerManager.executeQuery(RequestContext requestContext)
Manages the handler invocations of EXECUTE_QUERY method. |
Collection |
Handler.executeQuery(RequestContext requestContext)
Gets called when executing Queries. |
Collection |
RequestContext.getParentCollection()
Method to get the Parent Collection. |
Collection |
HandlerLifecycleManager.searchContent(RequestContext requestContext)
|
Collection |
UserDefinedHandlerManager.searchContent(RequestContext requestContext)
|
Collection |
HandlerManager.searchContent(RequestContext requestContext)
Manages the handler invocations of SEARCH_CONTENT method. |
Collection |
Handler.searchContent(RequestContext requestContext)
Gets called when searching for content. |
Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Collection | |
---|---|
void |
RequestContext.setParentCollection(Collection parentCollection)
Method to set Parent Collection. |
Uses of Collection in org.wso2.carbon.registry.core.jdbc.handlers.builtin |
---|
Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin that return Collection | |
---|---|
Collection |
MountHandler.executeQuery(RequestContext requestContext)
|
Collection |
SimulationHandler.executeQuery(RequestContext requestContext)
|
Collection |
OperationStatisticsHandler.executeQuery(RequestContext requestContext)
|
Collection |
SimulationHandler.searchContent(RequestContext requestContext)
|
Uses of Collection in org.wso2.carbon.registry.core.jdbc.queries |
---|
Methods in org.wso2.carbon.registry.core.jdbc.queries that return Collection | |
---|---|
Collection |
QueryProcessorManager.executeQuery(Registry registry,
Resource queryResource,
Map parameters)
Execute a query using the query processor associated with the media type of the query. |
Uses of Collection in org.wso2.carbon.registry.core.session |
---|
Methods in org.wso2.carbon.registry.core.session that return Collection | |
---|---|
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)
|
Methods in org.wso2.carbon.registry.core.session with parameters of type Collection | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |