|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collection | |
---|---|
org.wso2.registry | |
org.wso2.registry.app | |
org.wso2.registry.jdbc | |
org.wso2.registry.jdbc.handlers | |
org.wso2.registry.jdbc.queries | |
org.wso2.registry.session |
Uses of Collection in org.wso2.registry |
---|
Classes in org.wso2.registry that implement Collection | |
---|---|
class |
CollectionImpl
|
class |
CollectionVersionImpl
|
Methods in org.wso2.registry that return Collection | |
---|---|
Collection |
Registry.executeQuery(java.lang.String path,
java.util.Map parameters)
Executes a custom query which lives at the given path in the Registry. |
Collection |
CoreRegistry.get(java.lang.String path,
int start,
int pageSize)
Returns the Collection at the given path, with the content paginated according to the arguments. |
Collection |
CoreRegistry.newCollection()
|
Collection |
Registry.searchContent(java.lang.String keywords)
Search the content of resources |
Uses of Collection in org.wso2.registry.app |
---|
Methods in org.wso2.registry.app that return Collection | |
---|---|
Collection |
RemoteRegistry.executeQuery(java.lang.String path,
java.util.Map parameters)
|
Collection |
RemoteRegistry.get(java.lang.String path,
int start,
int pageSize)
|
Collection |
RemoteRegistry.newCollection()
|
Collection |
RemoteRegistry.searchContent(java.lang.String keywords)
|
Uses of Collection in org.wso2.registry.jdbc |
---|
Methods in org.wso2.registry.jdbc that return Collection | |
---|---|
Collection |
JDBCRegistry.executeQuery(java.lang.String path,
java.util.Map parameters)
|
Collection |
BasicRegistry.executeQuery(java.lang.String path,
java.util.Map parameters)
|
Collection |
AtomicRegistry.executeQuery(java.lang.String path,
java.util.Map parameters)
|
Collection |
JDBCRegistry.get(java.lang.String path,
int start,
int pageSize)
|
Collection |
Repository.get(java.lang.String path,
int start,
int pageLen)
|
Collection |
BasicRegistry.get(java.lang.String path,
int start,
int pageSize)
Retrives a collection from the registry. |
Collection |
AtomicRegistry.get(java.lang.String path,
int start,
int pageSize)
|
Collection |
VersionRepository.get(VersionedPath versionedPath,
int start,
int pageLen)
|
Collection |
JDBCRegistry.newCollection()
|
Collection |
BasicRegistry.newCollection()
|
Collection |
AtomicRegistry.newCollection()
|
Collection |
JDBCRegistry.searchContent(java.lang.String keywords)
|
Collection |
BasicRegistry.searchContent(java.lang.String keywords)
|
Collection |
AtomicRegistry.searchContent(java.lang.String keywords)
|
Uses of Collection in org.wso2.registry.jdbc.handlers |
---|
Methods in org.wso2.registry.jdbc.handlers that return Collection | |
---|---|
Collection |
RequestContext.getParentCollection()
|
Methods in org.wso2.registry.jdbc.handlers with parameters of type Collection | |
---|---|
void |
RequestContext.setParentCollection(Collection parentCollection)
|
Uses of Collection in org.wso2.registry.jdbc.queries |
---|
Methods in org.wso2.registry.jdbc.queries that return Collection | |
---|---|
Collection |
SQLQueryProcessor.executeQuery(Registry registry,
Resource query,
java.util.Map parameters)
|
abstract Collection |
QueryProcessor.executeQuery(Registry registry,
Resource query,
java.util.Map parameters)
This method will be called when a query of a registered type is executed. |
Collection |
QueryProcessorManager.executeQuery(Registry registry,
Resource queryResource,
java.util.Map parameters)
|
Uses of Collection in org.wso2.registry.session |
---|
Methods in org.wso2.registry.session that return Collection | |
---|---|
Collection |
UserRegistry.executeQuery(java.lang.String path,
java.util.Map parameters)
|
Collection |
UserRegistry.get(java.lang.String path,
int start,
int pageSize)
|
Collection |
UserRegistry.newCollection()
|
Collection |
UserRegistry.searchContent(java.lang.String keywords)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |