Package | Description |
---|---|
org.wso2.carbon.registry.ws.api | |
org.wso2.carbon.registry.ws.api.utils |
Modifier and Type | Method and Description |
---|---|
WSCollection |
WSRegistry.WSexecuteQuery(String path,
String[] key,
String[] value)
Executes a custom query which lives at the given path in the Registry.
|
WSCollection |
WSRegistry.WSgetChildCollection(String path,
int start,
int pageSize) |
WSCollection |
WSRegistry.WSgetWithPageSize(String path,
int start,
int pageSize)
Returns the WSCollection according to the Collection at the given path, with the content paginated according to
the arguments.
|
WSCollection |
WSRegistry.WSnewCollection()
Returns a new WSCollection instance.
|
WSCollection |
WSRegistry.WSsearchContent(String keywords)
Search the content of resources
|
Modifier and Type | Method and Description |
---|---|
static WSCollection |
CommonUtil.newCollectiontoWSCollection(org.wso2.carbon.registry.core.Collection collection) |
static WSCollection |
CommonUtil.transformCollectiontoWSCollection(org.wso2.carbon.registry.core.Collection collection,
DataHandler dataHandler) |
Copyright © 2020 WSO2. All rights reserved.